Given below is the general workflow we expect you to follow while making contributions to this project.
-
Go to the issues tab and find an issue you would like to work on.
1.1. Clarify any doubts in the comments section of the issue.
-
Fork the project
-
Create a branch and make small changes on it.
-
Create a draft PR
-
Then make other changes and push to the remote branch you created. In this way, the maintainers will be able to provide early reviews and comments for your commits which will save time later on.
-
Once the above steps are done, you can change the PR status from draft to active
-
Once the PR is approved, make sure to update and sync your branch
-
Wait for the maintainers to merge your contribution
-
Congratulations! You made your first contribution to Leet Easy
This section generally defines how you can make code contribution. Please follow the below instructions to make code contributions.
Please follow the links given below to see the code, PR, commit message, etc. conventions which we follow.
-
Conventional Commits for commit messages, and Commit message format for what to write
- feature/2234-infinite-scroll
- documentation/3344-linux-installation
- test/2222-unit-tests
- [#1234] feature: Submit button added.
- [#1232] fix: Infinite scroll fixed
- [#333] test: Add unit tests for xyz feature
Keep contributing. We're eager to see your contributions!