Skip to content

Commit 58dc512

Browse files
authored
Create pull_request_template.md (EFForg#18384)
Creation of PR Template why: help new & existing contributors, and project lead stay on task
1 parent ad664f7 commit 58dc512

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
***Delete section if irrelevant***
2+
3+
### List related PRs if any
4+
5+
- pr link
6+
7+
### List related issues if any
8+
9+
- issue link
10+
11+
***May delete note after reading***
12+
13+
### Note to contributor:
14+
Thank you for contributing! If this is a new ruleset and your first time contributing, congratulations! There will be some tests ran through our continuous integration in Travis. For example, checking for duplicate hosts, problematic hosts, etc. in the ruleset file. You will see this testing begin when you open this pull request.
15+
16+
If this is not your first time and you have open PRs that have not been closed or merged, please revisit them by searching: `https://github.com/EFForg/https-everywhere/issues?q=is%3Aopen+assignee%3A[yourusernamehere]`. If there is something not being addressed by other maintainers or a project lead, link them to the PR with your question. Thank you for your patience.
17+
18+
More helpful filters in Pull Request search:
19+
- Changes requested:
20+
`is:pr is:open type:pr review:changes_requested author:[your username]`
21+
- Updated from specific date:
22+
`is:pr updated:>yyyy-mm-dd`
23+
- Merged PRs:
24+
`is:pr is:merged author:[your username]`
25+
- Approved PRs:
26+
`is:pr review:approved author:[your username]`

0 commit comments

Comments
 (0)