ansible-role-nginx/.github/pull_request_template.md

11 lines
832 B
Markdown
Raw Normal View History

### Proposed changes
2020-07-10 17:55:01 +02:00
Describe the use case and detail of the change. If this PR addresses an issue on GitHub, make sure to include a link to that issue using one of the [supported keywords](https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue) here in this description (not in the title of the PR).
### Checklist
Before creating a PR, run through this checklist and mark each as complete.
2020-09-15 21:27:06 +02:00
- [ ] I have read the [CONTRIBUTING](https://github.com/nginxinc/ansible-role-nginx/blob/main/CONTRIBUTING.md) document
2020-07-30 12:47:08 +02:00
- [ ] I have added Molecule tests that prove my fix is effective or that my feature works
2020-07-10 17:55:01 +02:00
- [ ] I have checked that all Molecule tests pass after adding my changes
2020-07-30 12:47:08 +02:00
- [ ] I have updated any relevant documentation (`defaults/main/*.yml`, `README.md` and `CHANGELOG.md`)