diff options
author | Michael Vetter <jubalh@iodoru.org> | 2023-03-29 11:34:01 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2023-03-31 14:14:52 +0200 |
commit | a0d5c07a4c8041562615647dc9b39b91602d2469 (patch) | |
tree | 040e0497e0d4f5cc04741b51c984c661de06df49 | |
parent | 2e1d5d03dc1d8d817532fd71d9e6489f56118415 (diff) | |
download | profani-tty-a0d5c07a4c8041562615647dc9b39b91602d2469.tar.gz |
Fix headings in contributing.md
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 87cd624f..a1b60b7e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ When working on a new feature we usually use `git checkout -b feature/optionalis However this is not a rule just a recommendation to keep an overview of things. If your change isn't a bugfix or new feature you can also just use any branch name. -## Commit messages +### Commit messages Write commit messages that make sense. Explain what and *why* you change. Write in present tense. Please give [this guideline](https://gist.github.com/robertpainsi/b632364184e70900af4ab688decf6f53) a read. @@ -53,7 +53,7 @@ We will then pull from your repository and merge manually. * When changing the UI it would be appreciated if you could add a before and after screenshot for comparison. * Squash fixup commits into one -### Hints and Pitfalls +## Hints and Pitfalls * When adding a new hotkey/shortcut make sure it's not registered in Profanity already. And also that it's not a default shortcut of readline. |