-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update .github/pull_request_template.md (by Terraform)
- Loading branch information
Showing
1 changed file
with
42 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,42 @@ | ||
<!-- | ||
Thanks for contributing to Watermill! | ||
The following template aims to help contributors write a good description for their pull requests. | ||
**The more information you provide, the faster we will be able to review and merge your PR.** | ||
Feel free to skip this template for minor changes like typo fixes. | ||
--> | ||
|
||
### Motivation / Background | ||
|
||
<!-- | ||
Explain the purpose of this Pull Request: | ||
- What issue or bug does it address? | ||
- What new functionality does it add? | ||
- Why are these changes needed? | ||
For bug fixes, include "Fixes #ISSUE" to automatically link to the related issue. | ||
--> | ||
|
||
### Detail | ||
|
||
|
||
### Alternative approaches considered (if applicable) | ||
|
||
<!-- If applicable, describe alternative approaches you considered and why you chose this one. --> | ||
|
||
### Checklist | ||
|
||
The resources of our team are limited. **There are a couple of things that you can do to help us merge your PR faster**: | ||
|
||
- [ ] I wrote tests for the changes. | ||
- [ ] All tests are passing. | ||
- If you are testing a Pub/Sub, you can start Docker with `make up`. | ||
- You can start with `make test_short` for a quick check. | ||
- If you want to run all tests, use `make test`. | ||
- [ ] Code has no breaking changes. | ||
- [ ] _(If applicable)_ documentation on [watermill.io](https://watermill.io/) is updated. | ||
- Documentation is built in the [github.com/ThreeDotsLabs/watermill/docs](https://github.com/ThreeDotsLabs/watermill/tree/master/docs). | ||
- You can find development instructions in the [DEVELOP.md](https://github.com/ThreeDotsLabs/watermill/tree/master/docs/DEVELOP.md). |