-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
22 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,18 @@ | ||
# Contributing to go-global-update | ||
|
||
Contributions are welcome! | ||
|
||
Found a bug or want a new feature? Report an issue. | ||
|
||
Want to take a stab at making a code change? Pull requests are also welcome! | ||
|
||
## Pull request checklist | ||
|
||
Before submitting a pull request, make sure to complete the following steps: | ||
|
||
1. Format the code usign [gofumpt](https://github.com/mvdan/gofumpt) | ||
1. Ensure the tests pass by running `go test ./...` | ||
|
||
It is best if your change is covered by tests. If there are none, consider | ||
adding new test cases. Do not worry if you do not know how, we can figure it | ||
out during the pull request review. |
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