Bugs and enhancements are tracked as GitHub 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.
- 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.
- Prefer kebab-lowercase (