File: pull_request_template.md

package info (click to toggle)
libnginx-mod-js 0.9.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,368 kB
  • sloc: ansic: 124,480; perl: 11,063; javascript: 2,717; exp: 487; sh: 322; xml: 312; python: 181; makefile: 18
file content (10 lines) | stat: -rw-r--r-- 687 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
### Proposed changes

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:
- [ ] I have read the [`CONTRIBUTING`](CONTRIBUTING.md) document
- [ ] If applicable, I have added tests that prove my fix is effective or that my feature works
- [ ] If applicable, I have checked that any relevant tests pass after adding my changes