We welcome your contributions to this project! Whether you're fixing bugs, adding new features, or improving documentation, your efforts are valued.
- Fork the repository
- clone the your fork repository - git clone repo link
- Create a new branch - git checkout -b feature/your-branch-name
- Make your changes
- Commit your changes - git commit -m "your message"
- Push your changes to your fork - git push origin feature/your-branch-name
- Create a pull request
Title Brief Title
Write a clear and concise pull request title summarizing your contribution. In the description section, provide more detailed information about your changes, including: What problem does your contribution solve? How does your contribution improve the project? Are there any specific instructions or dependencies to consider when reviewing your code?
If applicable, include screenshots or images to visually demonstrate the changes you've made. You can upload them directly to the pull request description.