Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 918 Bytes

File metadata and controls

21 lines (12 loc) · 918 Bytes

Contributing to RaknetCS

First off, thank you for considering contributing to RaknetCS! It's people like you that make RaknetCS such a great tool for the community.

1. Where do I go from here?

If you've noticed a bug or have a feature request, make one! It's generally best if you get confirmation of your bug or approval for your feature request this way before starting to code.

2. Fork & create a branch

If this is something you think you can fix, then fork RaknetCS and create a branch with a descriptive name.

3. Implement your fix or feature

At this point, you're ready to make your changes! Feel free to ask for help; everyone is a beginner at first.

4. Make a Pull Request

At this point, you should switch back to your master branch and make sure it's up to date with RaknetCS's master branch. Then run dotnet test to make sure all tests pass. Finally, push your branch and open a PR!