We're thrilled that you're interested in contributing to the notco.in project! This guide details how to contribute in a way that is efficient and effective for the notco.in community.
- Fork the repository on GitHub.
- Clone your fork locally using
git clone https://github.com/koval01/notcoinWeb
. - Create a new branch for your contributions.
- Utilize the GitHub Issues to report bugs or suggest features.
- Before creating a new issue, please check existing issues to avoid duplicates.
- When reporting a bug, include detailed steps to reproduce, and when suggesting a feature, clearly explain its purpose and potential implementation.
- Create a branch:
git checkout -b my-new-feature
. - Make your changes: Implement your feature or bug fix.
- Commit your changes: Write clear, concise commit messages.
- Push to the branch:
git push origin my-new-feature
. - Submit a pull request against the main branch, detailing the changes and any other relevant information for reviewers.
For setting up your local development environment:
- Clone your forked repository.
- Install Node.js (if not installed).
- Run
npm i
in the project directory to install dependencies. - Start the development server with
npm run dev
. - Open
http://localhost:8080
to see your changes.
Participants in this project are expected to adhere to our Code of Conduct, ensuring a welcoming and inclusive environment for everyone.
Feel free to open an issue for any questions or comments about contributing to the project.
Contributions are made under the GNU License. By contributing, you agree to comply with this license.
Happy coding!