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
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).
0 commit comments