You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ We expect a description of
59
59
- what this is roughly about (e.g. description of a new API endpoint or message format).
60
60
61
61
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
63
63
relevance and ultimately the priority of such an item.
64
64
65
65
## Making changes
@@ -93,6 +93,7 @@ something merged we usually require:
93
93
- Quality of changes is ensured - through new or updated automated tests in [GitHub Actions](https://github.com/input-output-hk/mithril/actions)
94
94
- Change is related to an issue, feature (idea) or bug report - ideally discussed beforehand
95
95
- 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
0 commit comments