mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-12-24 03:35:49 +01: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
|
||||
about: Create a bug report on the patcher. Do not submit suggestions for patches here.
|
||||
title: 'problem: some problem'
|
||||
labels: bug
|
||||
|
||||
---
|
||||
|
||||
# π Issue
|
||||
|
||||
<!-- Describe your issue in detail here -->
|
||||
|
||||
# β Reproduce
|
||||
|
||||
<!-- Include your environment and steps to reproduce the issue as detailed as possible -->
|
||||
|
||||
# π Solution
|
||||
|
||||
<!-- If applicable, add a possible solution -->
|
||||
|
||||
# β Additional context
|
||||
|
||||
<!-- Add any other context about the problem here -->
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a bug report on the integrations. Do not submit suggestions for patches
|
||||
here.
|
||||
title: 'problem: some problem'
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
# π Issue
|
||||
|
||||
<!-- Describe your issue in detail here -->
|
||||
|
||||
# β Reproduce
|
||||
|
||||
<!-- Include your environment and steps to reproduce the issue as detailed as possible -->
|
||||
|
||||
# π Solution
|
||||
|
||||
<!-- If applicable, add a possible solution -->
|
||||
|
||||
# β 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
|
||||
about: Suggest a change for the patcher. Do not submit suggestions for patches here.
|
||||
title: 'feat: some feature'
|
||||
labels: feature-request
|
||||
|
||||
---
|
||||
|
||||
# π Issue
|
||||
|
||||
<!-- Explain here, what the current problem is and why it lead you to request a feature change -->
|
||||
|
||||
# β Solution
|
||||
|
||||
<!-- Explain how your current issue can be solved -->
|
||||
|
||||
# β Motivation
|
||||
|
||||
<!-- Explain why your feature should be considered -->
|
||||
|
||||
# β Additional context
|
||||
|
||||
<!-- Add any other context or screenshots about the feature request here -->
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest a change for the integrations. Do not submit suggestions for patches
|
||||
here.
|
||||
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 -->
|
||||
|
||||
# β Solution
|
||||
|
||||
<!-- Explain how your current issue can be solved -->
|
||||
|
||||
# β Motivation
|
||||
|
||||
<!-- Explain why your feature should be considered -->
|
||||
|
||||
# β Additional context
|
||||
|
||||
<!-- Add any other context or screenshots about the feature request here -->
|
||||
|
Loadingβ¦
Reference in New Issue
Block a user