Skip to content

Commit efb92b2

Browse files
authored
Merge pull request #1485 from HonkingGoose/pull-request-template
Create pull request template
2 parents 3e568bc + 30d7ae4 commit efb92b2

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/pull_request_template.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!-- Thanks for contributing! -->
2+
<!-- Before you start on a large rewrite or other major change: open a new issue first, to discuss the proposed changes. -->
3+
<!-- Should your changes appear in a printed edition, you'll be included in the contributors list. -->
4+
5+
<!-- Mark the checkbox [X] or [x] if you agree with the item. -->
6+
- [ ] I provide my work under the [project license](https://github.com/progit/progit2/blob/master/LICENSE.asc).
7+
- [ ] I grant such license of my work as is required for the purposes of future print editions to [Ben Straub](https://github.com/ben) and [Scott Chacon](https://github.com/schacon).
8+
9+
## Changes
10+
11+
-
12+
13+
## Context
14+
<!--
15+
List related issues.
16+
Provide the necessary context to understand the changes you made.
17+
18+
Are you fixing a issue with this pull-request?
19+
Use the "Fixes" keyword, to close the issue automatically after your work is merged.
20+
21+
Fixes #123
22+
Fixes #456
23+
-->

0 commit comments

Comments
 (0)