Skip to content

Latest commit

History

History
46 lines (31 loc) 路 1.74 KB

CONTRIBUTING.md

File metadata and controls

46 lines (31 loc) 路 1.74 KB

Contributing to Racing Game

We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:

  • Reporting a bug
  • Discussing the current state of the code
  • Submitting a fix
  • Proposing new features
  • Becoming a maintainer

Getting Started

We use github to host code, to track issues and feature requests, as well as accept pull requests.

Pull requests are the best way to propose changes to the codebase and we actively welcome your pull requests:

  1. Fork the repo and branch from main.
  2. Clone the project to your machine
  3. Create a branch locally with a succinct but descriptive name
  4. Commit changes to the branch
  5. Push changes to your fork
  6. Open a PR in our repository

Report bugs using Github's issues

We use GitHub issues to track public bugs. Report a bug by opening a new issue; it's that easy!

Great Bug Reports tend to have:

  • A quick summary and/or background
  • Steps to reproduce
    • Be specific!
    • Give sample code if you can! codesandbox
  • What you expected would happen
  • What actually happens
  • Notes (possibly including why you think this might be happening, or stuff you tried that didn't work)

People love thorough bug reports. I'm not even kidding.

Getting Help

Join us on discord and post your question there!

Any contributions you make will be under the MIT Software License

In short, when you submit code changes, your submissions will be under the same MIT License that covers the project. Feel free to contact the maintainers if that's a concern.