Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.25 KB

CONTRIBUTING.md

File metadata and controls

28 lines (16 loc) · 1.25 KB

Contributing to minecraft.py

Did you find a bug?

  • Do not open up a GitHub issue if the bug is a security vulnerability! Instead, refer to our security policy.

  • Ensure the bug was not already reported by searching through the Issues.

  • If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and a code sample demonstrating the expected behavior that is not occurring.

Did you fix something or add something new?

  • Open a new GitHub pull request with the change.

  • Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.

Do you have questions about the project or need help?

Your contributions are greatly appreciated. Thank you!

- The minecraft.py development team

Adapted from the Ruby Rails contribution guidelines.