Skip to content

Commit d4dd39d

Browse files
authored
Update CONTRIBUTING docs (#175)
* Update CONTRIBUTING.md * Update CONTRIBUTING.md
1 parent 472956e commit d4dd39d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CONTRIBUTING.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,18 @@ We’re excited to have you contribute! Here’s how to get started:
66

77
- Fork the Project: Start by forking this repository to your own GitHub account.
88
- 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.
1010
- 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+
1113

12-
## Important Notes
1314

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
1421
- 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.
1522
- 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.
1623

0 commit comments

Comments
 (0)