Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.45 KB

CONTRIBUTING.md

File metadata and controls

32 lines (22 loc) · 1.45 KB

Contributing to ChordSwap

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.

Getting Started

  1. Fork the ChordSwap repository.
  2. Clone your forked repository: git clone https://github.com/saitnyalcin/react-chord-swap.git
  3. Navigate to the project directory: cd react-chord-swap
  4. Install dependencies: npm install
  5. Create a new branch for your feature or bug fix: git checkout -b feature-name
  6. Make your changes and commit them: git commit -m "Add feature"
  7. Push your changes to your forked repository: git push origin feature-name
  8. Open a pull request on the main ChordSwap repository.

Guidelines

  • 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.

Reporting Issues

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.

Contact

If you have any questions or need assistance, feel free to contact us at [email protected]

We appreciate your contributions to ChordSwap!