Skip to content

Latest commit

 

History

History
77 lines (51 loc) · 1.91 KB

File metadata and controls

77 lines (51 loc) · 1.91 KB

Contributing to reacticx

Thank you for your interest in contributing to reacticx! 🎉 We welcome all kinds of contributions: bug reports, feature requests, code, documentation, and more.

How to Contribute

1. Fork the Repository

Click the "Fork" button at the top right of this page to create your own copy of the repository.

2. Clone Your Fork

git clone https://github.com/YOUR-USERNAME/reacticx.git
cd reacticx

3. Create a Branch

Create a new branch for your feature or bugfix:

git checkout -b my-feature

4. Make Your Changes

Make your changes locally. Please follow the existing code style and add tests if applicable.

5. Commit and Push

git add .
git commit -m "Describe your changes"
git push origin my-feature

6. Open a Pull Request

Go 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.


Reporting Bugs

  • 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

Suggesting Features

  • 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

Code Style

  • Follow the existing code style and structure.
  • Write clear, concise commit messages.
  • Add or update documentation as needed.

Pull Request Guidelines

  • 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.