Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.08 KB

CONTRIBUTING.md

File metadata and controls

28 lines (18 loc) · 1.08 KB

Contributing

Contributions are welcome and appreciated in all kinds of forms! This can include

Reporting bugs

Should you encounter a bug, please report it by submitting an issue. Please also include the following details:

  • Operating system name and version.
  • Rhino version
  • Any details about your local setup that might be helpful in troubleshooting.
  • Detailed steps to reproduce the bug or ideally the file that causes the bug.

Feature requests

When proposing a new feature please include:

  • Explain in detail how it would work.
  • Keep the scope as narrow as possible, to make it easier to implement.

Code contributions

Code contributions are welcome through pull requests:

  1. Fork the repository and clone the fork.
  2. Start making your changes to the master branch (or branch off of it).
  3. Commit your changes and push your branch to GitHub.
  4. Create a pull request through the GitHub website.