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.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@ The ``cardano-db-sync`` development is primarily based on the Nix infrastructure
6
6
7
7
On how to set up Nix for ``cardano-db-sync`` development, please see `Building Cardano Node with nix <https://github.com/input-output-hk/cardano-node/tree/master/doc/getting-started/building-the-node-using-nix.md>`_.
8
8
9
-
Our formater of choice is [`fourmolu`](https://github.com/fourmolu/fourmolu) on version 0.10.1.0 We have a script `scripts/fourmolize.sh` that can be run once fourmolu is intalled locally.
9
+
Our formater of choice is `fourmolu<https://github.com/fourmolu/fourmolu>`_ on version 0.10.1.0 We have a script `scripts/fourmolize.sh` that can be run once fourmolu is intalled locally.
10
10
11
11
Roles and Responsibilities
12
12
==========================
13
13
14
-
We maintain a [CODEOWNERS file][CODEOWNERS] which provides information who
14
+
We maintain a `CODEOWNERS file<CODEOWNERS>`_ which provides information who
15
15
should review a contributing PR. Note that you might need to get approvals
16
16
from all code owners (even though GitHub doesn't give a way to enforce it).
0 commit comments