Thank you for considering contributing to our project! 🎉
To contribute to our project, please follow these steps:
- Fork the repository: Click the "Fork" button in the top-right corner of the repository's page.
- Clone your fork:
git clone https://github.com/mrnazu/token-exchange-platform.git - Create a new branch:
git checkout -b feature/new-feature - Make your changes: Implement your new feature or fix a bug.
- Test your changes: Ensure that your changes work as expected and do not introduce any regressions.
- Commit your changes:
git commit -am 'Add new feature: description of your changes' - Push your changes to your fork:
git push origin feature/new-feature - Create a pull request: Go to the original repository and click on the "New pull request" button. Fill in the details and submit your pull request.
Before submitting a pull request, please ensure that your code follows our coding style and guidelines:
- Follow the JavaScript Style Guide by Airbnb.
- Write descriptive commit messages that explain the purpose of your changes.
- Keep your pull requests focused and concise. If you're addressing multiple issues, consider creating separate pull requests for each.
- Ensure that your changes do not introduce any linting errors or warnings.
If you encounter any issues or bugs, please report them by opening a new issue in our issue tracker. When reporting an issue, please include as much detail as possible, including steps to reproduce the issue, expected behavior, and actual behavior.
If you have any questions or need further assistance, feel free to contact us via email at nazu.discorde@gmail.com or open a discussion in our GitHub repository.
By contributing to our project, you agree to license your contributions under the MIT License.