forked from TrueCloudLab/neoneo-go
parent
e3e731fe47
commit
4e077838a2
1 changed files with 7 additions and 3 deletions
|
@ -8,6 +8,10 @@ follow the guidelines:
|
||||||
1. Open an issue first, to discuss a new feature or enhancement.
|
1. Open an issue first, to discuss a new feature or enhancement.
|
||||||
1. Write tests, and make sure the test suite passes locally and on CI.
|
1. Write tests, and make sure the test suite passes locally and on CI.
|
||||||
1. Open a pull request, and reference the relevant issue(s).
|
1. Open a pull request, and reference the relevant issue(s).
|
||||||
1. After receiving feedback, squash your commits and add a great commit message.
|
1. Make sure your commits are logically separated and have good comments
|
||||||
1. Run `make push-tag` after merging your pull request.
|
explaining the details of your change. Add a package/file prefix to your
|
||||||
1. **Have fun!**
|
commit if that's applicable (like 'vm: fix ADD miscalculation on full
|
||||||
|
moon').
|
||||||
|
1. After receiving feedback, amend your commits or add new ones as
|
||||||
|
appropriate.
|
||||||
|
1. **Have fun!**
|
||||||
|
|
Loading…
Reference in a new issue