Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 2.49 KB

CONTRIBUTING.md

File metadata and controls

44 lines (30 loc) · 2.49 KB

Contributing to Angular JSON Schema Form

We would love for you to contribute to Angular JSON Schema Form! Here's more information about how to contribute:

Found a Bug?

If you find a bug in the source code, you can help us by submitting an issue to our GitHub Repository. Even better, you can submit a Pull Request with a fix.

Missing a Feature?

You can request a new feature by submitting a new issue to our GitHub Repository.

If you would like to implement a new feature, please submit an issue or a pull request, depending on what kind of feature it is:

  • A major feature should be proposed in a new issue that outlines the feature you would like to add, so it can be discussed. This will allow us to better coordinate our efforts, prevent duplication of work, and help you to craft the change so that it is successfully accepted into the project.
  • A small features can be crafted and directly submitted as a pull request.

Coding Rules

We try to follow Google's JavaScript Style Guide, but wrap all code at 100 characters or less.

License

This library is released under the MIT License. All contributions, if accepted, will be covered by this license. So PRs must either consist of original code, or code from another source with an MIT-compatible license. By submitting a pull request, you assert that the code you are submitting complies with these requirements.

Code of Conduct

Be courteous to other people. If you're not sure how to do that, please read and follow our Code of Conduct.