Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 973 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (19 loc) · 973 Bytes

How to contribute to this repository

Did you find a bug?

  • Ensure the bug was not already reported by searching existing 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 and actual behavior.

Did you write a patch that fixes a bug?

  • Open a new pull request with the patch.
  • Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
  • Before submitting, make sure all code has been formatted with Prettier.
  • Additionally, make sure that ALL exports have JSDoc comments.

Do you intend to add a new feature or change an existing one?

  • If you want to add or change a feature, open an issue about it.
  • If you've written code that adds the feature, open a pull request.

Thanks!

  • The zSnout Team