Bug reports and pull requests from users are what keep this project working.
- Create an issue and describe your idea
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Ensure the solution still builds (
dotnet build
) - Publish the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Your Pull Request will be reviewed
- After review we may ask you to do some changes or approve it
- Your Pull Request will be merged once approved
- You can view all the issues here
- If you cannot find your issue in there, start a new one
- We will evaluate and decided if its a bug, improvement, etc and take appropriate actions
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.
Thank you for reading this guide and helping us improving Rhisis!