Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 597 Bytes

File metadata and controls

14 lines (9 loc) · 597 Bytes

Contributing to this repository


Ready to contribute?

  1. Create a fork of the repo
  2. Create a new branch using the format below
  3. Work on your fork, then open a pull request
  4. Your PR will be reviewed, and if it is approved it will be merged into main

What to call your newly created branch

Create a new branch with the keyword of what you are planning to do. For example, if you're planning a new feature then the branch name may look like feat-awesome-feature--octokat. However, if you're adding a new test then the branch name may look like test-awesome-tests--octokat.