mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-23 22:27:38 -05:00
Minor improvements to PR template
This commit is contained in:
parent
aa7ecb02af
commit
ff45801cda
1 changed files with 4 additions and 4 deletions
8
.github/PULL_REQUEST_TEMPLATE.md
vendored
8
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -1,17 +1,17 @@
|
|||
(Thank you for contributing to Caddy! Please fill this out to help us make the most of your pull request.)
|
||||
|
||||
### 1. What issue(s) is this pull request related to?
|
||||
### 1. What does this change do, exactly?
|
||||
|
||||
|
||||
### 2. What does this change do, exactly?
|
||||
### 2. Please link to the relevant issues.
|
||||
|
||||
|
||||
### 3. What documentation changes (if any) go along with this PR?
|
||||
### 3. Which documentation changes (if any) need to be made because of this PR?
|
||||
|
||||
|
||||
### 4. Checklist
|
||||
|
||||
- [ ] I have written tests and verified that they fail without my change
|
||||
- [ ] I have squashed any insignificant commits
|
||||
- [ ] This change has comments for package types, values, and functions or non-obvious lines of code
|
||||
- [ ] This change has comments for package types, values, functions, and non-obvious lines of code
|
||||
- [ ] I am willing to help maintain this change if there are issues with it later
|
||||
|
|
Loading…
Reference in a new issue