Skip to main content

Contributing

We welcome contributions to ServerRawler!
Whether it's reporting bugs, suggesting features, or submitting code, your help is valuable.

How to Contribute

  1. Fork the Repository: Start by forking the ServerRawler GitHub repository.
  2. Clone Your Fork: Clone your forked repository to your local machine.
  3. Create a New Branch: Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
  1. Make Your Changes: Implement your changes, following the existing code style and conventions.
  2. Test Your Changes: Ensure your changes work as expected and don't introduce new issues.
  3. Commit Your Changes: Write clear and concise commit messages. (Use the conversial commit message style)
  4. Push to Your Fork: Push your branch to your GitHub fork.
  5. Open a Pull Request: Open a pull request to the original ServerRawler repository. Provide a clear description of your changes and why they are needed.

Status

You can find the current status of contributions, pull requests, and open issues on the GitHub project board.

Reporting Bugs

If you find a bug, please open an issue on the GitHub Issues page. Provide as much detail as possible, including steps to reproduce the bug, expected behavior, and your environment.

Feature Suggestions

Have an idea for a new feature or an improvement? Open an issue on the GitHub Issues page to discuss it.