Thank you for your interest in contributing to our project! We welcome contributions from the community to help make this project better. Here are some ways you can contribute:
- You can contribute to this project by:
- Fixing bugs in the codebase.
- Implementing new features or enhancements.
- Contribute to problem-solving efforts by:
- Resolving bugs or issues.
- Completing tasks or problems.
- Adding or improving problem descriptions.
- Help improve the quality of our project by:
- Fixing or adding tests to ensure code reliability.
To get started with contributing, follow these steps:
-
Fork the repository on GitHub.
-
Clone your forked repository to your local machine:
git clone https://github.com/bujosa/leetcode-rust.git
-
Create a new branch for your changes:
git checkout -b branch-name
-
Make your changes to the codebase.
using conventional commits
git add . && git commit -m "feat: add new feature"
or
git add . && git commit -m "fix: fix bug"
-
Push your changes to your forked repository:
git push origin branch-name
-
Submit a pull request to the
main
branch of the repository.