fix: wrong description for issue templates

This commit is contained in:
oSumAtrIX 2022-07-11 20:49:53 +02:00 committed by GitHub
parent 51016efcb7
commit ea581d48e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 50 additions and 46 deletions

View File

@ -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 -->

View File

@ -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 -->