Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1019 Bytes

File metadata and controls

28 lines (18 loc) · 1019 Bytes

Contributing Guidelines

Thanks for your interest in contributing! Before you open an issue or submit a pull request, please take a moment to read these guidelines.

Reporting Issues

  • Use the issue templates.
  • Include as much detail as possible: what happened, what you expected, steps to reproduce.

Proposing Changes

  • Fork the repository and create a new branch for your changes.
  • Keep your changes focused and minimal.
  • Write clear, concise commit messages.
  • If you've added code that should be tested, add tests.
  • If you've changed APIs, update the documentation.
  • Ensure the test suite passes, if any.
  • Open a pull request with a summary of what you changed and why.

License

By contributing to my open source projects, you agree that your contributions will be licensed under the LICENSE file in the root directory of each project's source tree.

Code of Conduct

By participating, you are expected to uphold the Code of Conduct.

Thank you for your contributions!