Skip to content

Commit 57b64ae

Browse files
committed
Update wording in PR template
Signed-off-by: Joe Block <[email protected]>
1 parent 172dd00 commit 57b64ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/PULL_REQUEST_TEMPLATE.md

+3-3
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)