Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
0e680049
Commit
0e680049
authored
Feb 14, 2019
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mentioned closes/fixes for new features
parent
058debee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
CONTRIBUTING.md
+6
-3
No files found.
CONTRIBUTING.md
View file @
0e680049
...
@@ -56,11 +56,13 @@ go test -v ./pkg/...
...
@@ -56,11 +56,13 @@ go test -v ./pkg/...
### New features
### 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).
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.
### Bug fixes
### Bug fixes
Please make all changes in one commit if possible. Include
`closes #12345`
in bottom of the commit message.
Please make all changes in one commit if possible. Include
`closes #12345`
in bottom of the commit message.
A commit message for a bugfix should look something like this.
A commit message for a bug
fix should look something like this.
```
git
```
avoid infinite loop in the dashboard provisioner
avoid infinite loop in the dashboard provisioner
if one dashboard with an uid is refered to by two
if one dashboard with an uid is refered to by two
...
@@ -71,4 +73,4 @@ default settings.
...
@@ -71,4 +73,4 @@ default settings.
closes #12864
closes #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
Write
Preview
Markdown
is supported
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