mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-04-30 22:54:34 +02:00
fix: wrong description for issue templates
This commit is contained in:
parent
51016efcb7
commit
ea581d48e2
48
.github/ISSUE_TEMPLATE/bug-report.md
vendored
48
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@ -1,23 +1,25 @@
|
|||||||
---
|
---
|
||||||
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
|
||||||
title: 'problem: some problem'
|
here.
|
||||||
labels: bug
|
title: 'problem: some problem'
|
||||||
|
labels: bug
|
||||||
---
|
assignees: ''
|
||||||
|
|
||||||
# 🐞 Issue
|
---
|
||||||
|
|
||||||
<!-- Describe your issue in detail here -->
|
# 🐞 Issue
|
||||||
|
|
||||||
# ⚙ Reproduce
|
<!-- Describe your issue in detail here -->
|
||||||
|
|
||||||
<!-- Include your environment and steps to reproduce the issue as detailed as possible -->
|
# ⚙ Reproduce
|
||||||
|
|
||||||
# 🛠 Solution
|
<!-- Include your environment and steps to reproduce the issue as detailed as possible -->
|
||||||
|
|
||||||
<!-- If applicable, add a possible solution -->
|
# 🛠 Solution
|
||||||
|
|
||||||
# ⚠ Additional context
|
<!-- If applicable, add a possible solution -->
|
||||||
|
|
||||||
<!-- Add any other context about the problem here -->
|
# ⚠ Additional context
|
||||||
|
|
||||||
|
<!-- Add any other context about the problem here -->
|
||||||
|
48
.github/ISSUE_TEMPLATE/feature_request.md
vendored
48
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -1,23 +1,25 @@
|
|||||||
---
|
---
|
||||||
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
|
||||||
title: 'feat: some feature'
|
here.
|
||||||
labels: feature-request
|
title: 'feat: some feature'
|
||||||
|
labels: feature-request
|
||||||
---
|
assignees: ''
|
||||||
|
|
||||||
# 🐞 Issue
|
---
|
||||||
|
|
||||||
<!-- Explain here, what the current problem is and why it lead you to request a feature change -->
|
# 🐞 Issue
|
||||||
|
|
||||||
# ❗ Solution
|
<!-- Explain here, what the current problem is and why it lead you to request a feature change -->
|
||||||
|
|
||||||
<!-- Explain how your current issue can be solved -->
|
# ❗ Solution
|
||||||
|
|
||||||
# ❓ Motivation
|
<!-- Explain how your current issue can be solved -->
|
||||||
|
|
||||||
<!-- Explain why your feature should be considered -->
|
# ❓ Motivation
|
||||||
|
|
||||||
# ⚠ Additional context
|
<!-- Explain why your feature should be considered -->
|
||||||
|
|
||||||
<!-- Add any other context or screenshots about the feature request here -->
|
# ⚠ Additional context
|
||||||
|
|
||||||
|
<!-- Add any other context or screenshots about the feature request here -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user