Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.14 KB

CONTRIBUTING.md

File metadata and controls

22 lines (14 loc) · 1.14 KB

Reporting Issues and Asking Questions

Before opening an issue, please search the (issue tracker)[https://github.com/2manyvcos/json-complex-patch/issues] to make sure your issue hasn’t already been reported.

Sending a Pull Request

For non-trivial changes, please open an issue with a proposal for a new feature or refactoring before starting on the work. We don’t want you to waste your efforts on a pull request that we won’t want to accept.

On the other hand, sometimes the best way to start a conversation is to send a pull request. Use your best judgement!

In general, the contribution workflow looks like this:

  • Open a new issue in the (issue tracker)[https://github.com/2manyvcos/json-complex-patch/issues]
  • Fork the repo
  • Create a new feature branch based off the master branch
  • Make sure there are no linting errors
  • Submit a pull request, referencing any issues it addresses
  • Please try to keep your pull request focused in scope and avoid including unrelated commits

After you have submitted your pull request, we’ll try to get back to you as soon as possible. We may suggest some changes or improvements.

Thank you for contributing!