Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.16 KB

CONTRIBUTING.md

File metadata and controls

39 lines (26 loc) · 1.16 KB

Contribution guidelines

First of all, thanks for thinking of contributing to this project. 😄

Before sending a Pull Request, please make sure that you're assigned the task on a GitHub issue.

  • If a relevant issue already exists, discuss on the issue and get it assigned to yourself on GitHub.
  • If no relevant issue exists, open a new issue and get it assigned to yourself on GitHub.

Please proceed with a Pull Request only after you're assigned. It'd be sad if your Pull Request (and your hardwork) isn't accepted just because it isn't ideologically compatible.

Developing on the lib

  1. Install with

    git clone https://github.com/websublime/forms
    cd forms
    yarn
  2. Make your changes in a different git branch (say, feat/new-rule). These changes can be

    • adding more forms rules.
    • adding more functionality.
    • increment tests.
    • docs
    • a new idea...
  3. Cover your changes with tests

  4. Prepare changeset on your branch. I will ask you for a commit message and a body for description, also semver type.

yarn changeset
  1. Push your changes

  2. Wait for comments or evaluation and then it will be merged if oks.