Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Latest commit

 

History

History
42 lines (27 loc) · 1.51 KB

CONTRIBUTING.md

File metadata and controls

42 lines (27 loc) · 1.51 KB

Contributing to Guard

Thank you for considering to contribute to Guard.

Bug Reports

If you've found a bug, you can report it here.

You can also make a pull request with the fix. If you'll submit a pull requests, see the Code Contributions section below.

Feature Requests

If you have an idea that you want to see in Guard, you can suggest it here.

You can also fork to demonstrate a proof-of-concept but don't put much effort into implementing a feature before discussing it in the suggestion issue, since the proposed design can change drastically after the discussion.

See the Code Contributions section below before submitting a pull request.

Questions

The design decisions, standard validations and extensibility documents should cover most of your questions regarding Guard's usage and API design.

You can always ask here if you can't find what you're looking for.

Code Contributions

For all code contributions, make sure the unit tests are passing.

Coding styles are defined in .editorconfig. An EditorConfig supporting IDE like Visual Studio 2017 or later should automatically enforce them.