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
- 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].
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)
- Fork the repository.
- Branch out from
main
- Write your code
- Commit and push your changes
- 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.