-
-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Description Recently the project received a PR which was made to master, but it should be made to dev first. This PR add a common explanation of how to create a PR. ### Checklist - [x] All methods associated with structs has ```func (self *struct) method() {}``` name style. - [x] Executed ```test.sh``` and updated the [README.md](README.md) with new code coverage data. - [x] Wrote unit tests for new/changed features.
- Loading branch information
1 parent
d123dac
commit 751c80e
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
### Disclaimer | ||
Please, do not create a Pull Request directly to master branch, create to dev always. | ||
|
||
### Description | ||
Please, describe how this PR will be useful. If it has any tricky technical detail, please explain too. | ||
|
||
### Related Issue | ||
If it has any issue related to this PR, please add a reference here. | ||
|
||
### Checklist | ||
- [ ] All methods associated with structs has ```func (self *struct) method() {}``` name style. | ||
- [ ] Executed ```test.sh``` and updated the [README.md](README.md) with new code coverage data. | ||
- [ ] Wrote unit tests for new/changed features. |