Thank you for your interest in contributing to reacticx! 🎉 We welcome all kinds of contributions: bug reports, feature requests, code, documentation, and more.
Click the "Fork" button at the top right of this page to create your own copy of the repository.
git clone https://github.com/YOUR-USERNAME/reacticx.git
cd reacticxCreate a new branch for your feature or bugfix:
git checkout -b my-featureMake your changes locally. Please follow the existing code style and add tests if applicable.
git add .
git commit -m "Describe your changes"
git push origin my-featureGo to your fork on GitHub and open a pull request to the main branch of rit3zh/reacticx.
Describe your changes and link any related issues.
- Search issues to see if your bug has already been reported.
- If not, open a new issue and include:
- A clear and descriptive title
- Steps to reproduce
- Expected and actual behavior
- Screenshots or code snippets if possible
- Search issues for similar feature requests.
- If not found, open a new issue and describe:
- The problem your feature would solve
- A suggested solution or design
- Follow the existing code style and structure.
- Write clear, concise commit messages.
- Add or update documentation as needed.
- Keep PRs focused and small if possible.
- Reference any related issues in your PR description.
- Ensure all tests pass before submitting.
Thank you for helping make reacticx better! If you have any questions, feel free to open an issue or join the discussion.