Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 731 Bytes

contributing.md

File metadata and controls

14 lines (11 loc) · 731 Bytes

Contributing to Spooky

  1. Read the Code of Conduct
  2. If adding a new feature, follow the new feature instructions

Adding a new feature

  1. If an issue exists for this method, add a comment to let everyone know that you are implementing it. This helps us avoid duplicates.
  2. Fork the repo if you haven't done so already.
  3. Create a branch from an up-to-date master branch.
  4. Implement the feature
    • Keep in mind this is a port of Cornify. Please keep functionality as similar as possible (while making it 👻sPoOkY🎃)
  5. Push branch to your fork.
  6. Create a pull request against the master branch of the main repo.