Thank you for your interest in contributing to ChordSwap! We welcome contributions from the community. By contributing, you can help improve the app and make it even better for musicians and learners.
- Fork the ChordSwap repository.
- Clone your forked repository:
git clone https://github.com/saitnyalcin/react-chord-swap.git
- Navigate to the project directory:
cd react-chord-swap
- Install dependencies:
npm install
- Create a new branch for your feature or bug fix:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m "Add feature"
- Push your changes to your forked repository:
git push origin feature-name
- Open a pull request on the main ChordSwap repository.
- Ensure your code follows the existing coding style and conventions.
- Write clear commit messages and include a description of your changes.
- Test your changes thoroughly before submitting a pull request.
- If you're adding a new feature, consider updating the documentation accordingly.
- Be respectful and considerate of other contributors.
If you encounter a bug or have a feature request, please open an issue on the ChordSwap repository. Provide as much detail as possible to help us understand and address the issue.
If you have any questions or need assistance, feel free to contact us at [email protected]
We appreciate your contributions to ChordSwap!