Skip to content

Commit 24f6caf

Browse files
committed
Update PR template
Signed-off-by: Joe Block <jpb@unixorn.net>
1 parent a601953 commit 24f6caf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
<!--- Go over all the following points, and put an `x` in all the boxes that apply. [x] -->
1919
<!--- If you're unsure about any of these, don't hesitate to ask. I'm happy to help! -->
2020

21+
- [ ] I have read the **CONTRIBUTING** document.
2122
- [ ] All new and existing tests pass.
2223
- [ ] Any scripts added use `#!/usr/bin/env interpreter` instead of potentially platform-specific direct paths (`#!/bin/sh` is an allowed exception)
23-
- [ ] Scripts are marked executable.
24-
- [ ] Scripts _do not_ have a language file extension unless they are meant to be sourced and not run standalone. No one should have to know if a script was written in bash, python, ruby or whatever. Not including file extensions makes it easier to rewrite the script in another language later without having to change every reference to the previous version.
24+
- [ ] Scripts added/updated in this PR are all marked executable.
25+
- [ ] Scripts added/updated in this PR _do not_ have a language file extension unless they are meant to be sourced and not run standalone. No one should have to know if a script was written in bash, python, ruby or whatever. Not including file extensions makes it easier to rewrite the script in another language later without having to change every reference to the previous version.
2526
- [ ] I have added a credit line to [README.md](https://github.com/unixorn/git-extra-commands/blob/main/README.md) for any new scripts.
26-
- [ ] If there was no author credit in a script added in this PR, I have added one.
27+
- [ ] If there was no author credit inside a script added in this PR, I have added one.
2728
- [ ] I have confirmed that the link(s) in my PR are valid.
28-
- [ ] I have read the **CONTRIBUTING** document.
2929

3030
# License Acceptance
3131

0 commit comments

Comments
 (0)