Skip to content

Commit

Permalink
Fix link from issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
friday committed Dec 19, 2021
1 parent 55176b9 commit 6d5adc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ body:
id: communication-guidelines
attributes:
label: Communication guidelines
description: Did you read the [communication guidelines](CODE_OF_CONDUCT.md#General_communication_guidelines)?
description: Did you read the [communication guidelines](https://github.com/Ulauncher/Ulauncher/blob/dev/CODE_OF_CONDUCT.md#general-communication-guidelines)?
options:
- label: I have read and agree with Ulauncher's communication guidelines.
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/enhancement_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body:
id: communication-guidelines
attributes:
label: Communication guidelines
description: Did you read the [communication guidelines](CODE_OF_CONDUCT.md#General_communication_guidelines)?
description: Did you read the [communication guidelines](https://github.com/Ulauncher/Ulauncher/blob/dev/CODE_OF_CONDUCT.md#general-communication-guidelines)?
options:
- label: I have read and agree with Ulauncher's communication guidelines and checked the [existing enhancement requests](https://github.com/Ulauncher/Ulauncher/labels/enhancement) before suggesting this.
required: true
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body:
id: communication-guidelines
attributes:
label: Communication guidelines
description: Did you read the [communication guidelines](CODE_OF_CONDUCT.md#General_communication_guidelines)?
description: Did you read the [communication guidelines](https://github.com/Ulauncher/Ulauncher/blob/dev/CODE_OF_CONDUCT.md#general-communication-guidelines)?
options:
- label: I have read and agree with Ulauncher's communication guidelines and checked the [existing feature requests](https://github.com/Ulauncher/Ulauncher/labels/feature) before suggesting this.
required: true
Expand Down

0 comments on commit 6d5adc3

Please sign in to comment.