Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 626 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 626 Bytes

Contributing

Bugs and enhancements are tracked as GitHub issues.

Issues

  • Use a clear and descriptive title.
  • Describe the desired enhancement / problem.
  • Provide examples to demonstrate the issue.
  • If the problem involves a crash, provide its trace log.

Pull Requests

  • Do not include issue numbers in the PR title.
  • Commits use the present tense ("Add feature" not "Added feature").
  • Commits use the imperative mood ("Move cursor to..." not "Moves cursor to...").
  • File System
    • Prefer kebab-lowercase (my-dir/example-file-name.js).
    • Place an empty .keep file to keep an empty directory.