-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into cli_patch
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Contributing | ||
|
||
When writing code contributing to GoGM, please first discuss the change you wish to make via issue, or by emailing the maintainers of this repo: [email protected] and [email protected]. | ||
|
||
Please note we have a code of conduct, please follow it in all your interactions with the project. | ||
|
||
## Pull Request Process | ||
|
||
1. Ensure that your changes have been properly formatted with go format. | ||
2. Update relevant READMEs and go doc comments. | ||
3. Ensure current tests pass, and add new tests as appropriate. | ||
4. Submit a pull request with your changes. |