Skip to content

Commit 5b37511

Browse files
committed
Add a PR template
1 parent ed5e2f5 commit 5b37511

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!--- Provide a general summary of your changes in the Title above -->
2+
3+
# Description
4+
5+
<!--- Describe your changes in detail -->
6+
7+
# Type of changes
8+
9+
# Checklist:
10+
11+
<!--- Go over all the following points, and put an `x` in all the boxes that apply. [x] -->
12+
<!--- If you're unsure about any of these, don't hesitate to ask. I'm happy to help! -->
13+
14+
- [ ] 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.
18+
- [ ] I have confirmed that the link(s) in my PR are valid.
19+
20+
# License Acceptance
21+
22+
- [ ] This repository is Apache version 2.0 licensed (some scripts may have alternate licensing inline in their code) and by making this PR, I am contributing my changes to the repository under the terms of the Apache 2 license.

0 commit comments

Comments
 (0)