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
+27-2Lines changed: 27 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,38 @@ We use pull requests for code contributions. To submit a pull request:
14
14
15
15
1. Fork the repository.
16
16
2. Create a new branch for your feature or bug fix.
17
-
3. Make your changes and commit them with clear and concise messages.
17
+
3. Make your changes and commit them with clear and concise messages. Refer [Making Commits](#making-commits)
18
18
4. Push your changes to your fork.
19
19
5. Submit a pull request to the main repository, detailing the changes you've made and referencing any relevant issues.
20
20
21
21
## Code Style
22
22
23
-
Please follow the existing code style and conventions used in the project. If you're unsure, feel free to ask for clarification in the pull request or issue comments.
23
+
Please follow the existing code style and conventions used in the project. If you're unsure, feel free to ask for clarification in the pull request or issue comments. For linting and all refer [Making Commits](#making-commits)
24
+
25
+
## Making Commits
26
+
27
+
1. Pre-commit should be installed as a dev dependency already. If not run the follwoing command from project root dir:
0 commit comments