diff --git a/.github/ISSUE_TEMPLATE/---bug-report.md b/.github/ISSUE_TEMPLATE/---bug-report.md index 504f615..111bacf 100644 --- a/.github/ISSUE_TEMPLATE/---bug-report.md +++ b/.github/ISSUE_TEMPLATE/---bug-report.md @@ -1,10 +1,9 @@ --- name: "\U0001F41B Bug report" about: Create a report to help us improve -title: '' +title: "" labels: bug -assignees: '' - +assignees: "" --- ### Device info @@ -12,8 +11,10 @@ assignees: '' - OS: [eg. iOS/Android] - OS version: [eg. 10] - Device: [eg. OnePlus 6] +- Lemmur version: [eg. v1.2.3] ### Describe the bug + A clear and concise description of what the bug is. ### Steps to reproduce @@ -24,10 +25,13 @@ A clear and concise description of what the bug is. 4. See error ### Expected behavior + A clear and concise description of what you expected to happen. ### Screenshots/Screencasts + If applicable, add screenshots to help explain your problem. ### Additional context + Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/---feature-request.md b/.github/ISSUE_TEMPLATE/---feature-request.md index 4abdc6f..20d8f12 100644 --- a/.github/ISSUE_TEMPLATE/---feature-request.md +++ b/.github/ISSUE_TEMPLATE/---feature-request.md @@ -1,20 +1,23 @@ --- name: "\U0001F680 Feature request" about: Suggest an idea for Lemmur -title: '' +title: "" labels: enhancement -assignees: '' - +assignees: "" --- ### Is your feature request related to a problem? Please describe. + A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] ### Describe the solution you'd like + A clear and concise description of what you want to happen. ### Describe alternatives you've considered + A clear and concise description of any alternative solutions or features you've considered. ### Additional context + Add any other context or screenshots about the feature request here.