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
+22-5Lines changed: 22 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,45 +4,62 @@ Thank you for your interest in contributing to `react-native-reusables`! We welc
4
4
5
5
## How to Contribute
6
6
7
+
> **IMPORTANT**
8
+
>
9
+
> **If you want to propose a new feature:**
10
+
>
11
+
> 1. Make sure to read the [project scope](https://github.com/mrzachnugent/react-native-reusables/discussions/229) to confirm your proposal fits within the vision and purpose of `react-native-reusables`.
12
+
> 2. Please open a [new discussion](https://github.com/mrzachnugent/react-native-reusables/discussions) before taking any action. This allows us to collaborate, gather feedback, and ensure alignment with the project's goals.
13
+
14
+
<br />
15
+
7
16
1. Fork the repository to your GitHub account.
8
17
2. Clone the forked repository to your local machine:
3. Create a new branch for your feature or bug fix:
23
+
15
24
```bash
16
25
git checkout -b feature/your-feature-name
17
26
```
18
27
19
28
4. Make your changes and ensure that your code adheres to the existing coding standards.
20
29
5. Commit your changes with clear and concise commit messages:
21
-
```bash
22
-
git commit -m "Add your commit message here"
23
-
```
30
+
31
+
```bash
32
+
git commit -m "Add your commit message here"
33
+
```
24
34
25
35
6. Push your changes to your forked repository:
36
+
26
37
```bash
27
38
git push origin feature/your-feature-name
28
39
```
29
40
30
41
7. Open a pull request (PR) against the main branch of the original repository.
31
42
32
43
## Code Style Guidelines
33
-
Please follow the coding style and guidelines used in the project. If there are specific coding conventions, linting rules, or documentation standards, make sure your contributions adhere to them.
44
+
45
+
Please follow the coding style and guidelines used in the project. If there are specific coding conventions, linting rules, or documentation standards, make sure your contributions adhere to them.
46
+
34
47
> _If they are not clear, please create an issue and we will create a CODING_STYLE_GUIDELINE.md_
35
48
36
49
## Issue Tracker
50
+
37
51
Check the [issue tracker](https://github.com/mrzachnugent/react-native-reusables/issues) for existing issues or open a new issue to discuss and coordinate your contribution with the maintainers.
38
52
39
53
## Code of Conduct
54
+
40
55
Please review and adhere to our [Code of Conduct](https://github.com/mrzachnugent/react-native-reusables/blob/main/CODE_OF_CONDUCT.md). Be respectful and considerate towards others.
41
56
42
57
## License
58
+
43
59
By contributing to this project, you agree that your contributions will be licensed under the [LICENSE](https://github.com/mrzachnugent/react-native-reusables/blob/main/LICENSE) file of this repository.
44
60
45
61
## Contact
62
+
46
63
If you have any questions or need further assistance, feel free to contact us at [email protected].
47
64
48
65
**We appreciate your contributions and look forward to working with you!**
0 commit comments