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
e08d8eb5
Commit
e08d8eb5
authored
Mar 09, 2019
by
zhulongcheng
Browse files
docs: update CONTRIBUTING.md
parent
57018738
Changes
1
Hide whitespace changes
Inline
Side-by-side
CONTRIBUTING.md
View file @
e08d8eb5
...
...
@@ -34,10 +34,10 @@ To setup a local development environment we recommend reading [Building Grafana
### Pull requests with new 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
`
c
loses #<issue>`
or
`
f
ixes #<issue>`
in the pull request description.
Make sure to include
`
C
loses #<issue
number
>`
or
`
F
ixes #<issue
number
>`
in the pull request description.
### Pull requests with bug fixes
Please make all changes in one commit if possible. Include
`
c
loses #
12345
`
in bottom of the commit message.
Please make all changes in one commit if possible. Include
`
C
loses #
<issue number>
`
in bottom of the commit message.
A commit message for a bug fix should look something like this.
```
...
...
@@ -48,7 +48,7 @@ provsioners each provisioner overwrite each other.
filling up dashboard_versions quite fast if using
default settings.
c
loses #12864
C
loses #12864
```
If the pull request needs changes before its merged the new commits should be rebased into one commit before its merged.
\ No newline at end of file
If the pull request needs changes before its merged the new commits should be rebased into one commit before its merged.
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