Skip to content

Commit 93f67cf

Browse files
committed
Update wording in PR template
Signed-off-by: Joe Block <[email protected]>
1 parent b29b1c3 commit 93f67cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<!--- If you're unsure about any of these, don't hesitate to ask. I'm happy to help! -->
1313

1414
- [ ] All new and existing tests pass.
15-
- [ ] Any scripts added use `#!/usr/bin/env interpreter` instead of potentially platform-specific direct paths (`#!/bin/sh` and `#!/bin/bash` are allowed exceptions)
16-
- [ ] Scripts are marked executable
17-
- [ ] 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.
15+
- [ ] Any added/updated scripts added use `#!/usr/bin/env interpreter` instead of potentially platform-specific direct paths (`#!/bin/sh` and `#!/bin/bash` are allowed exceptions)
16+
- [ ] Added/updated scripts are marked executable
17+
- [ ] Scripts _do not_ have a language file extension unless they are meant to be sourced and not run standalone. No end-user 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.
1818
- [ ] I have confirmed that the link(s) in my PR are valid.
1919

2020
# License Acceptance

0 commit comments

Comments
 (0)