Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.5 KB

CONTRIBUTING.md

File metadata and controls

37 lines (23 loc) · 1.5 KB

Contributing

Help Wanted: Inquire Within

Technology

Where to start

Contributing code

An explanation for the Git workflow.

PRs are welcome. For anything greater than a minor fix, please communicate first on what you would like to work on.

(This is to help ensure there are no duplicated or wasted efforts).

Notable conventions

  • Modules that represent React Components are capitalized (e.g. TestComponent.js)
  • Test modules are placed in a directory's __tests__ folder
    • They are given the name <module-to-be-tested>.test.js (e.g. TestComponent.test.js)

Ways to communicate

Return to README