Skip to content

Commit 70124e2

Browse files
authored
Merge pull request Ghost-chu#1562 from Andre601/feature/update-qs-paste-url
Update /qs paste URL and fix labels in issue forms
2 parents fa3e93b + c402e31 commit 70124e2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: 'Report a bug with QuickShop to us.'
33

44
title: '[BUG] '
55
labels:
6-
- 'bug'
6+
- 'Bug'
77

88
body:
99
- type: 'markdown'
@@ -62,7 +62,7 @@ body:
6262
If you can't create a paste, should you upload other files such as the `latest.log` file to https://paste.helpch.at and share the URL.
6363
6464
If QuickShop is unable to generate a Paste will it create a file under `plugins/QuickShop/`
65-
placeholder: 'https://paste.ubuntu.com/p/abc123/'
65+
placeholder: 'https://paste.helpch.at/...'
6666
validations:
6767
required: true
6868
- type: 'textarea'

.github/ISSUE_TEMPLATE/performance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: 'Report performance issues with QuickShop.'
33

44
title: '[PERFORMANCE] '
55
labels:
6-
- 'performance'
6+
- 'Performance Issue'
77

88
body:
99
- type: 'markdown'
@@ -66,7 +66,7 @@ body:
6666
If you can't create a paste, should you upload other files such as the `latest.log` file to https://paste.helpch.at and share the URL.
6767
6868
If QuickShop is unable to generate a Paste will it create a file under `plugins/QuickShop/`
69-
placeholder: 'https://paste.ubuntu.com/p/abc123/'
69+
placeholder: 'https://paste.helpch.at/...'
7070
validations:
7171
required: true
7272
- type: 'input'

.github/ISSUE_TEMPLATE/wiki_contribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: 'Inform about a Contribution that you want to make towards the wiki
33

44
title: '[WIKI] '
55
labels:
6-
- 'wiki'
6+
- 'Wiki'
77

88
body:
99
- type: 'markdown'

0 commit comments

Comments
 (0)