Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 972 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (6 loc) · 972 Bytes

⚠️ This package is still WIP, see v1 roadmap milestone for details. I'm planning to add some technical docs at some later point that should ease any intentions on contributing. But until then I 🙏 for patience, and encourage you to read & file issues, and I I'll try to address them whenever I can.

Apart from the above, I warmly recommend a Readme Driven Development for any major changes, in addition to the official Atom contributing guide 🙇

Also:

  • Files that primarily export types, objects or classes should use CapitalizedFileNames.js and should mirror what’s inside 1:1
  • Files that export a single function should have the function name with camelCase in it
  • Folder names should use dashes