Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.19 KB

CONTRIBUTING.md

File metadata and controls

38 lines (28 loc) · 1.19 KB

Contributing

We welcome everyone to participate in this project by:

  • reporting bugs
  • updating dependencies
  • porting learnings back from the projects started with this template
  • suggesting new features
  • writing or editing documentation
  • reviewing pull requests

Backlog

  • As an Abtioneer, you should be working on Asana, as set by the company's standards.
  • As an external person, you are free to use GitHub issues to track bugs and features.
  • Before submitting a bug report or feature request, check to make sure it hasn't already been submitted.

Note on security issues: Please do not report important security issues directly on GitHub, but feel free to send an email to [email protected].

Pull requests

All code changes should go through pull requests. Exceptions can be made for small changes that do not affect the code base. (For example, a typo in the README)

  1. Fork the repository.
  2. Branch out from main
  3. Write your code
  4. Commit and push your changes
  5. Open a pull request

Notes:

  • If there's no need for reviews, PRs should be merged when CI has passed.
  • If you want reviews on your PR, add the "reviewable" tag.