Skip to content

Commit bbee82e

Browse files
committed
Update README file
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
1 parent ad80990 commit bbee82e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The primary benefit of using remediation commits to fix missing or invalid sign-
5151

5252
Remediation commits can be `individual` or `third-party`, and they **must** be properly signed off.
5353

54-
By default, both are **disabled**, but they can be enabled in the [configuration file](docs/config/dco.yml):
54+
By default, both are **disabled**, but they can be enabled in the [configuration file](docs/config/dco.yml) (`.github/dco.yml`):
5555

5656
```yaml
5757
allowRemediationCommits:
@@ -99,7 +99,7 @@ Signed-off-by: User2 <[email protected]>
9999

100100
It is possible to disable the check for commits authored and [signed](https://help.github.com/articles/signing-commits-using-gpg/) by members of the organization the repository belongs to.
101101

102-
By default, this feature is **disabled**. To enable it, the following section must be added to the [configuration file](docs/config/dco.yml):
102+
By default, this feature is **disabled**. To enable it, the following section must be added to the [configuration file](docs/config/dco.yml) (`.github/dco.yml`):
103103

104104
```yaml
105105
require:

0 commit comments

Comments
 (0)