Skip to content

Commit 4546621

Browse files
committed
PULL_REQUEST_TEMPLATE file added.
1 parent 762dee2 commit 4546621

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## Pull Request template
2+
Please, go through these steps before you submit a PR.
3+
4+
1. Make sure that your PR is not a duplicate.
5+
2. If not, then make sure that:
6+
7+
a. You have done your changes in a separate branch. Branches MUST have descriptive names that start with either the `fix/` or `feature/` prefixes. Good examples are: `fix/signin-issue` or `feature/issue-templates`.
8+
9+
b. You have a descriptive commit message with a short title (first line).
10+
11+
c. You have only one commit (if not, squash them into one commit).
12+
13+
3. **After** these steps, you're ready to open a pull request.
14+
15+
a. Your pull request MUST NOT target the `master` branch on this repository. You probably want to target `staging` instead.
16+
17+
b. Give a descriptive title to your PR.
18+
19+
c. Provide a description of your changes.
20+
21+
d. Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such).
22+
23+
**PLEASE REMOVE THIS TEMPLATE BEFORE SUBMITTING**

0 commit comments

Comments
 (0)