Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 686 Bytes

File metadata and controls

22 lines (15 loc) · 686 Bytes

Contributing

Adding an entry

  • Don't make your PR overly verbose. Short and sweet. Overly verbose PR's will be closed.
  • Place entries in the best-fitting functional category.
  • Add entries in alphabetical order within each category.
  • Format: - [Project](link) - Short, sentence-case description.
  • If category fit is unclear, pick the broadest matching category.
  • Ensure the project is related to libghostty.

Commits

Follow Conventional Commits: <type>[scope]: <description>

CI enforces this on all PRs.

Pull requests

  • Ensure CI passes.
  • Keep PRs focused and minimal.