Actions
Task #103
closedDocument the commit message keywords that will interact with Redmine
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
2.12.0
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
Redmine watches our commit messages for references to issue numbers with special keywords. Add documentation to our contributor guide explaining these keywords. Here are the keywords we currently support:
These two will create a reference relationship, but will not change the state or %done of the referenced issue.
re #123
ref #123
This create a reference relationship, changes the state of the referenced issue to MODIFIED, and sets the %done to 100 on the referenced issue.
fixes #123
closes #123
Related issues
Actions
Update the git commit message section
Update the git commit message section in the docs to include a note about the keywords for referencing a Redmine issue and add some info about what constitutes a good commit message.
closes #103, #1321 https://pulp.plan.io/issues/103 https://pulp.plan.io/issues/1321