Skip to content

Commit d22f6b4

Browse files
authored
Add pull request template (#2942)
Provide contributors with a checklist to ensure quality PRs and to avoid common pitfalls. The items in the checklist are mostly beyond the capabilities of automated checker tools and more like reminders of best practices. Still, they can save lot of valuable reviewer time (hopefully). JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
1 parent b137942 commit d22f6b4

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
**PLEASE REMOVE THIS TEMPLATE BEFORE SUBMITTING**
2+
3+
Before submitting a PR, please, make sure that:
4+
5+
- Changes are in a separate branch, not in master.
6+
- The branch contains only one commit on top of master (if not, squash them into
7+
one commit).
8+
- The commit has a descriptive commit message with a concise title (first line).
9+
- The commit message contains `fixes #XXXX` or `closes #XXXX` to auto-close the
10+
issue(s) that the PR fixes (if any).
11+
- Tests for the changes have been added (for bug fixes / features).
12+
- Documentation has been added / updated (if applicable).
13+
- All new and existing tests passed locally (if not, fix them first and amend
14+
the commit).
15+
16+
IMPORTANT: Please review the CONTRIBUTING.md file for detailed contributing
17+
guidelines.
18+
19+
**PLEASE REMOVE THIS TEMPLATE BEFORE SUBMITTING**

0 commit comments

Comments
 (0)