1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-08 22:36:49 +02:00

Added entry to the contributing guide

This commit is contained in:
Glenn Vriesman
2018-09-06 17:31:19 +02:00
parent ce95e6771a
commit a820189450

View File

@ -15,9 +15,10 @@ welcome your pull requests:
1. Fork the repo and create your branch from `master`. 1. Fork the repo and create your branch from `master`.
2. If you've added code that should be tested, add tests. 2. If you've added code that should be tested, add tests.
3. If you've added code that need documentation, update the documentation. 3. If you've added code that need documentation, update the documentation.
4. Be sure to test your modifications. 4. Make sure your code follows the [effective go](https://golang.org/doc/effective_go.html) guidelines as much as possible.
5. Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html). 5. Be sure to test your modifications.
6. Issue that pull request! 6. Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
7. Issue that pull request!
## Code of conduct ## Code of conduct
Please note by participating in this project, you agree to abide by the [code of conduct]. Please note by participating in this project, you agree to abide by the [code of conduct].