Task #103
closedDocument the commit message keywords that will interact with Redmine
100%
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
Updated by bmbouter about 9 years ago
- Blocks Issue #1321: Commit message requirements for Pulp contributions are out of date and could be better added
Added by daviddavis about 8 years ago
Added by daviddavis about 8 years ago
Revision 292b8904 | View on GitHub
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
Updated by daviddavis about 8 years ago
- Status changed from NEW to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|292b8904f3476c12020fe631c7fb0ca0971aa757.
Updated by semyers about 8 years ago
- Platform Release set to 2.12.0
Updated by semyers almost 8 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
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