Thank you for your interest in contributing to Witcher! 🚀 We welcome contributions of all kinds, including bug reports, feature requests, documentation improvements, and code contributions.
- Fork the repository on GitHub.
- Clone your fork to your local machine:
$ git clone https://github.com/your-username/witcher.git
$ cd witcher
$ npm i- Create a Feature Branch
$ git checkout -b feature-your-change- Follow standard coding best practices and maintain clean, readable code.
- Ensure security best practices are followed.
- Run linter and formatter before submitting:
- Go to the Witcher repository on GitHub.
- Click New Pull Request and select your branch.
- Provide a clear description of the changes.
- Ensure all CI checks pass before requesting a review.
If you find a bug or have a feature request, please open an issue:
- Use a clear and descriptive title.
- Provide steps to reproduce (for bugs).
- Suggest possible solutions or workarounds.