Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 619 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 619 Bytes

Pull Requests

When creating a pull-request you should:

  • Open an issue first: Confirm that the change or feature will be accepted
  • Lint your code: Use prettier to clean up your code
  • Start message with a verb: Your commit message must start a lowercase verb such as "add", "fix", "refactor", "remove"
  • Reference the issue: Ensure that your commit message references the issue with ". Closes #N"
  • Add to feature list: If your pull-request is for a feature, make sure to add it to the Readme's feature list
  • Add a GIF

Running Tests

To run the test for the project:

$ yarn test