First off, thank you for considering contributing to Hashtopolis Web UI! 👍
Please note that this project is released with a Code of Conduct. By participating in this project, you agree to abide by its terms.
If you find a bug, open an issue. Make sure to include details like your operating system, browser version, and steps to reproduce the bug.
For new features or improvements, open an issue with your proposal. Discuss the scope, implementation details, and potential challenges.
- Fork the repository and create your branch from
master
. - If you've added code that should be tested, add tests.
- Ensure the test suite passes (
npm test
). - Make sure your code lints (
npm run lint
). - Issue a pull request.
See DEVELOPMENT.md
Follow the style guide to maintain consistency in the codebase.
This project follows semantic versioning. Before creating a pull request, consider how your changes will impact the version number.
By contributing, you agree that your contributions will be licensed under the LICENSE file.
Thank you for your contributions! 🚀