Skip to content

Commit

Permalink
contributing: describe commit title style
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Jun 4, 2024
1 parent afc98b2 commit 7ffff28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ In order to submit a change you must be careful of several points:
- The tests must pass. This can be done through `nix flake check --all-systems` (this also checks formatting).
- The change should try to avoid breaking existing configurations.
- If the change introduces a new feature it should add tests for it (see the architecture section for details).
- The commit title should be consistent with our style. This usually looks like "plugins/<name>: fixed some bug",
you can browse the commit history of the files you're editing to see previous commit messages.

## Nixvim Architecture

Expand Down

0 comments on commit 7ffff28

Please sign in to comment.