You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: squash-commits/PULL_REQUEST_TEMPLATE.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,23 +4,23 @@ Please, go through these steps before you submit a PR.
4
4
1. Make sure that your PR is not a duplicate.
5
5
2. If not, then make sure that:
6
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`.
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
8
9
-
b. You have a descriptive commit message with a short title (first line).
9
+
b. You have a descriptive commit message with a short title (first line).
10
10
11
-
c. You have only one commit (if not, squash them into one commit).
11
+
c. You have only one commit (if not, squash them into one commit).
12
12
13
-
d.`npm test` doesn't throw any error. If it does, fix them first and amend your commit (`git commit --amend`).
13
+
d.`npm test` doesn't throw any error. If it does, fix them first and amend your commit (`git commit --amend`).
14
14
15
15
3.**After** these steps, you're ready to open a pull request.
16
16
17
-
a. Your pull request MUST NOT target the`master` branch on this repository. You probably want to target`staging` instead.
17
+
a. Your pull request MUST NOT target the`master` branch on this repository. You probably want to target`staging` instead.
18
18
19
-
b. Give a descriptive title to your PR.
19
+
b. Give a descriptive title to your PR.
20
20
21
-
c. Provide a description of your changes.
21
+
c. Provide a description of your changes.
22
22
23
-
d. Put`closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such).
23
+
d. Put`closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such).
24
24
25
25
IMPORTANT: Please review the[CONTRIBUTING.md](../CONTRIBUTING.md) file for detailed contributing guidelines.