mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Updating PR template to reflect new contribution guidelines
This commit is contained in:
parent
36d3989654
commit
8821d6b649
21
.github/PULL_REQUEST_TEMPLATE.md
vendored
21
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -9,15 +9,18 @@
|
|||||||
|
|
||||||
**Note**: _that new categories can be added only when there are 3 packages or more._
|
**Note**: _that new categories can be added only when there are 3 packages or more._
|
||||||
|
|
||||||
**Make sure that you've checked the boxes below before you submit PR:**
|
**Make sure that you've checked the boxes below that apply before you submit PR.**
|
||||||
_not every repository (project) will fit into every option, but most projects should_
|
_Not every repository (project) will require every option, but most projects should. Check the Contribution Guidelines for detials._
|
||||||
|
|
||||||
- [ ] I have added my package in alphabetical order.
|
- [ ] The package has been added to the list in alphabetical order.
|
||||||
- [ ] I have an appropriate description with correct grammar.
|
- [ ] The package has an appropriate description with correct grammar.
|
||||||
- [ ] I know that this package was not listed before.
|
- [ ] As far as I know, the package has not been listed here before.
|
||||||
- [ ] I have added pkg.go.dev link to the repo and to my pull request.
|
- [ ] The repo documentation has a pkg.go.dev link.
|
||||||
- [ ] I have added coverage service link to the repo and to my pull request.
|
- [ ] The repo documentation has a coverage service link.
|
||||||
- [ ] I have added goreportcard link to the repo and to my pull request.
|
- [ ] The repo documenation has a goreportcard link.
|
||||||
- [ ] I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#contribution-guidelines), [maintainers note](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards).
|
- [ ] The repo has a version-numbered release and a go.mod file.
|
||||||
|
- [ ] I have read the [Contribution Guidelines](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#contribution-guidelines), [Maintainers Note](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#maintainers) and [Quality Standards](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards).
|
||||||
|
- [ ] The repo has a continuous integration process that automatically runs tests that must pass before new pull requests are merged.
|
||||||
|
- [ ] The authors of the project do not commit directly to the repo, but rather use pull-requests that run the continuous-integration process.
|
||||||
|
|
||||||
Thanks for your PR, you're awesome! :+1:
|
Thanks for your PR, you're awesome! :+1:
|
||||||
|
Loading…
Reference in New Issue
Block a user