Rocks is developed and maintained primarily by Jason Bock, though others have contributed. New contributions are always welcome!
- Review the Code of Conduct
- Make sure you have a GitHub account
- Engage
- Bring up your idea in the Discord server and talk it through there
- Submit an Issue for your suggestion, assuming one does not already exist
- Create a topic/feature/issue branch from where you want to base your work
- Make sure you have added the necessary tests for your changes
- Any contributions must follow the coding standards within the
.editorconfig
andDirectory.Build.props
files, all projects must compile, and all tests must pass.
- Push your changes to a topic branch in your fork of the repository.
- Submit a pull request (PR).
- Make sure the issue number (e.g. #999) is in the description (not title) of the PR so GitHub can automatically link the PR to the issue