Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 812 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (15 loc) · 812 Bytes

Contributing

GitHub contributors

  1. First of all, fork and clone this repository;

  2. Clone your new repository to your system;

  3. Create a new branch:

    • If adding a new feature:

      1. The branch should be named feature/xxx (#xxx is the short name your feature)
      2. Add accompanying test case.
      3. Provide a convincing reason to add this feature.
    • If fixing a bug:

      1. The branch should be named fix/xxx (#xxx is the name a bug)
      2. Provide a detailed description of the bug in the PR. Live demo preferred.
      3. If you are resolving a known issue, add fixes #yyy (#yyy is the issue id) in your PR title.
  4. Commit changes and push the new branch;

  5. Open and submit a PR.