Skip to content

Commit b8ad35b

Browse files
committed
Fix contribution guidelines link
1 parent a9683a3 commit b8ad35b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ body:
2626
required: true
2727
- label: "This issue contains only one bug."
2828
required: true
29-
- label: "I have read and understood the [contribution guidelines](https://github.com/FossifyOrg/Clock/CONTRIBUTING.md)."
29+
- label: "I have read and understood the [contribution guidelines](https://github.com/FossifyOrg/Clock/blob/master/CONTRIBUTING.md)."
3030
required: true
3131

3232
- type: input

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ body:
2424
required: true
2525
- label: "This issue contains only one feature request."
2626
required: true
27-
- label: "I have read and understood the [contribution guidelines](https://github.com/FossifyOrg/Clock/CONTRIBUTING.md)."
27+
- label: "I have read and understood the [contribution guidelines](https://github.com/FossifyOrg/Clock/blob/master/CONTRIBUTING.md)."
2828
required: true
2929
- label: "I optionally [donated](https://fossify.org/donate) to support the Fossify mission."
3030
required: false

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
-
2626

2727
#### Acknowledgement
28-
- [ ] I read the [contribution guidelines](https://github.com/FossifyOrg/Clock/CONTRIBUTING.md).
28+
- [ ] I read the [contribution guidelines](https://github.com/FossifyOrg/Clock/blob/master/CONTRIBUTING.md).

0 commit comments

Comments
 (0)