Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.33 KB

CONTRIBUTING.md

File metadata and controls

27 lines (18 loc) · 1.33 KB

How to contribute

Rocks is developed and maintained primarily by Jason Bock, though others have contributed. New contributions are always welcome!

Getting started

Making Changes

  • 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 and Directory.Build.props files, all projects must compile, and all tests must pass.

Submitting Changes

  • 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

Additional Resources