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: CONTRIBUTING.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,18 @@ We’re excited to have you contribute! Here’s how to get started:
6
6
7
7
- Fork the Project: Start by forking this repository to your own GitHub account.
8
8
- Create a New Branch: For each new feature or change, create a new branch from the `main` branch.
9
-
- Make Your Changes: All modifications should be made exclusively in the `/development` directory.
9
+
- Make Your Changes.
10
10
- Submit a Pull Request (PR): Once you’re satisfied with your changes, submit a PR. Be sure to provide a clear description of what your PR does and the problem it solves.
11
+
- Add @just1and0 as a reviewer.
12
+
11
13
12
-
## Important Notes
13
14
15
+
## Important Notes
16
+
- All commit messages must begin with either;
17
+
- fix(RNPSW):<title-of-change> : this is a fix PR
18
+
- feat(RNPSW):<title-of-change> : this is a new feature PR
19
+
- perf(RNPSW):<title-of-change> : this is a performance PR
20
+
- BREAKING CHANGE:<title-of-change> : this is a breaking change
14
21
- No Build Attempts in PRs: Please do not try to build the project within your PR; our Continuous Integration (CI) system will handle that for you.
15
22
- Contributor Recognition: You do not need to add yourself as a contributor; the CI will automatically recognize and credit you once your PR is merged.
0 commit comments