Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.47 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.47 KB

🚀 Contributing to QR Code Tool

Thank you for considering contributing to QR Code Tool! This project thrives on the support and contributions from the community.

How Can You Contribute?

🐞 Found a Bug?

If you find a bug in the code or have a feature request, please open an issue on GitHub. Be sure to provide as much detail as possible to help us understand and address the problem.

🛠️ Contributing Code

  1. Fork the repository on GitHub.

  2. Clone your forked repository to your local machine:

    git clone https://github.com/AnuragJha003/qr-code-tool.git
    
  3. Create a new branch for your changes:

    git checkout -b feature/your-feature
  4. Make your changes and commit them:

    git commit -m (Add your feature or fix)
  5. Push your changes to your fork on GitHub:

   git push origin feature/your-feature
Open a pull request on the main repository and provide a detailed description of your changes.

🌐 Translations
If you're fluent in a language other than English, consider contributing translations for documentation or error messages.

🌟 Give Feedback
Your feedback is valuable! If you have ideas or suggestions for improving QR Code Tool, please share them in the discussions section.


📝 License
By contributing to QR Code Tool, you agree that your contributions will be licensed under the MIT License.

Thank you for helping make QR Code Tool better!