Issues
Learn about how to submit issues
Dolittle has a default issue template when you create an issue in GitHub. The template is targeting bugs. For any bugs or problems, please follow the template.
Committing
When you’re committing you can reference issues with hashtag # - and the number of the issue. This will link the issue and the commit and the commit will show up as a comment on the issue. This is very useful for transparency and helps on discussing.
Branching
Creating a branch per issue is a good practice, this isolates the changes you’re doing and relates it to the issue. Name it so that it is clear which issue the branch is for; issue/# - e.g. issue/712.
Pull requests
Pull requests must associate an issue by referencing it in the title or in the description with hashtag #, as with commits.
Last modified December 23, 2020: Change dolittle.io to docsy theme (3a7aed3)