Skip to content

Commit e2559ea

Browse files
authored
Merge pull request #48 from unixorn/add-PR-template
Add a pull request template
2 parents f3a9071 + caf8434 commit e2559ea

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!--- Provide a general summary of your changes in the Title above -->
2+
3+
## Description
4+
<!--- Describe your changes in detail -->
5+
6+
## Screenshots (if appropriate):
7+
8+
## Type of changes
9+
<!--- What types of changes does your submission introduce? Put an `x` in all the boxes that apply: -->
10+
- [ ] A helper script
11+
- [ ] A link to an external resource like a blog post
12+
13+
## Checklist:
14+
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
15+
<!--- If you're unsure about any of these, don't hesitate to ask. I'm happy to help! -->
16+
- [ ] All new and existing tests pass.
17+
- [ ] Any scripts added use `#!/usr/bin/env interpreter` instead of potentially platform-specific direct paths (`#!/bin/sh` is an ok exception)
18+
- [ ] I have confirmed that the link(s) in my PR are valid.
19+
- [ ] I have read the **CONTRIBUTING** document.

0 commit comments

Comments
 (0)