mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-14 10:10:42 -07:00
Add CONTRIBUTING.md, simplify PR template (#4619)
This simplifies the PR template, which is a bit cumbersome, and instead replaces it with a simpler notice that includes a template sign-off and a new `CONTRIBUTING.md` document. Signed-off-by: Neil Twigg <neil@nats.io> Co-authored-by: Byron Ruth <byron@nats.io>
This commit is contained in:
16
.github/PULL_REQUEST_TEMPLATE.md
vendored
16
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -1,15 +1,3 @@
|
||||
- [ ] Link to issue, e.g. `Resolves #NNN`
|
||||
- [ ] Documentation added (if applicable)
|
||||
- [ ] Tests added
|
||||
- [ ] Branch rebased on top of current main (`git pull --rebase origin main`)
|
||||
- [ ] Changes squashed to a single commit (described [here](http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html))
|
||||
- [ ] Build is green in Travis CI
|
||||
- [ ] You have certified that the contribution is your original work and that you license the work to the project under the [Apache 2 license](https://github.com/nats-io/nats-server/blob/main/LICENSE)
|
||||
<!-- Please make sure to read CONTRIBUTING.md, then delete this notice and replace it with your PR description. The below sign-off certifies that the contribution is your original work and that you license the work to the project under the Apache-2.0 license. We cannot accept contributions without it. -->
|
||||
|
||||
Resolves #
|
||||
|
||||
### Changes proposed in this pull request:
|
||||
|
||||
-
|
||||
-
|
||||
-
|
||||
Signed-off-by: Your Name <your.email@example.com>
|
||||
|
||||
Reference in New Issue
Block a user