Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 779 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (11 loc) · 779 Bytes

Contributing

🎉 Thanks for looking into Casterr and contributing!

Finding things to do

  • Looking at a our project board.
  • Directly browsing through issues to find ideas/bugs.
  • Searching for creativity! Create your own issue to discuss a feature or, if it's small, just create a pull request.

The Code

All code is formatted with Prettier. You can format your code by running npm run prettier:formatall.

We also use ESLint, you can check for issues by running npm run lint or by installing extensions in your editor/ide to allow you to view errors directly in code.

Don't have too much fun now, we know Casterr is an amazing project.