Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
qorus
grafana
Commits
982f2620
Commit
982f2620
authored
Feb 14, 2019
by
bergquist
Browse files
make bug/feature titles more verbose
parent
0e680049
Changes
1
Hide whitespace changes
Inline
Side-by-side
CONTRIBUTING.md
View file @
982f2620
...
...
@@ -53,12 +53,12 @@ go test -v ./pkg/...
*
Add tests relevant to the fixed bug or new feature.
###
N
ew features
###
Pull requests with n
ew features
Commits should be as small as possible, while ensuring that each commit is correct independently (i.e., each commit should compile and pass tests).
Make sure to include
`closes #<issue>`
or
`fixes #<issue>`
in the pull request description.
###
B
ug fixes
###
Pull requests with b
ug fixes
Please make all changes in one commit if possible. Include
`closes #12345`
in bottom of the commit message.
A commit message for a bug fix should look something like this.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment