Skip to content

Commit

Permalink
Merge pull request #1305 from input-output-hk/jpraynaud/fix-contribut…
Browse files Browse the repository at this point in the history
…ing-guidelines

Update contributing guidelines
  • Loading branch information
jpraynaud authored Oct 18, 2023
2 parents f7f1415 + 8c9cc1b commit ac51892
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ We expect a description of
- what this is roughly about (e.g. description of a new API endpoint or message format).

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

## Making changes
Expand Down Expand Up @@ -93,6 +93,7 @@ something merged we usually require:
- Quality of changes is ensured - through new or updated automated tests in [GitHub Actions](https://github.com/input-output-hk/mithril/actions)
- Change is related to an issue, feature (idea) or bug report - ideally discussed beforehand
- Well-scoped - we prefer multiple PRs, rather than a big one
- 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

### Versioning & Changelog

Expand Down

0 comments on commit ac51892

Please sign in to comment.