mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-12 04:55:50 +01:00
fix: wrong description for issue templates
This commit is contained in:
parent
51016efcb7
commit
ea581d48e2
4
.github/ISSUE_TEMPLATE/bug-report.md
vendored
4
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@ -1,8 +1,10 @@
|
|||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a bug report on the patcher. Do not submit suggestions for patches here.
|
about: Create a bug report on the integrations. Do not submit suggestions for patches
|
||||||
|
here.
|
||||||
title: 'problem: some problem'
|
title: 'problem: some problem'
|
||||||
labels: bug
|
labels: bug
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -1,8 +1,10 @@
|
|||||||
---
|
---
|
||||||
name: Feature request
|
name: Feature request
|
||||||
about: Suggest a change for the patcher. Do not submit suggestions for patches here.
|
about: Suggest a change for the integrations. Do not submit suggestions for patches
|
||||||
|
here.
|
||||||
title: 'feat: some feature'
|
title: 'feat: some feature'
|
||||||
labels: feature-request
|
labels: feature-request
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user