Skip to content

Commit ac51892

Browse files
authored
Merge pull request #1305 from input-output-hk/jpraynaud/fix-contributing-guidelines
Update contributing guidelines
2 parents f7f1415 + 8c9cc1b commit ac51892

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ We expect a description of
5959
- what this is roughly about (e.g. description of a new API endpoint or message format).
6060

6161
Note that we do NOT require a detailed technical description, but are much more
62-
interested in *why* a feature is needed. This also helps in understanding the
62+
interested in _why_ a feature is needed. This also helps in understanding the
6363
relevance and ultimately the priority of such an item.
6464

6565
## Making changes
@@ -93,6 +93,7 @@ something merged we usually require:
9393
- Quality of changes is ensured - through new or updated automated tests in [GitHub Actions](https://github.com/input-output-hk/mithril/actions)
9494
- Change is related to an issue, feature (idea) or bug report - ideally discussed beforehand
9595
- Well-scoped - we prefer multiple PRs, rather than a big one
96+
- All your commits must be [signed](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits) in order to be merged in the `main` branch
9697

9798
### Versioning & Changelog
9899

0 commit comments

Comments
 (0)