Contributing

Ready to contribute? Here’s how to set up RedHerd for local development.

  1. Fork the RedHerd repo on GitHub.
  2. Clone your fork locally:

    git clone git@github.com:your_name_here/rusthunter.git
    
  3. Create a branch for local development:

    git checkout -b name-of-your-bugfix-or-feature
    
  4. Now you can make your changes locally.

  5. Commit your changes and push your branch to GitHub:

    git add .
    git commit -m "Your detailed description of your changes."
    git push origin name-of-your-bugfix-or-feature
    
  6. Submit a pull request through the GitHub website.