Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.25 KB

CONTRIBUTING.md

File metadata and controls

34 lines (23 loc) · 1.25 KB

How to contribute

Bug reports and pull requests from users are what keep this project working.

Basics

  1. Create an issue and describe your idea
  2. Fork it
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Ensure the solution still builds (dotnet build)
  6. Publish the branch (git push origin my-new-feature)
  7. Create a new Pull Request
  8. Your Pull Request will be reviewed
  9. After review we may ask you to do some changes or approve it
  10. Your Pull Request will be merged once approved

Bug reports

  1. You can view all the issues here
  2. If you cannot find your issue in there, start a new one
  3. We will evaluate and decided if its a bug, improvement, etc and take appropriate actions

C# Coding Style

We follow the C# convention, see more here.

  • Please try to write simple and readable code.

Reminder: Every pull requests not respecting this guidelines will be declined.

Thanks

Thank you for reading this guide and helping us improving Rhisis!