1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-04-14 03:32:01 +02:00

Update issue templates and configuration

This commit is contained in:
Kovah 2022-08-16 11:05:05 +02:00
parent 1cd50919fd
commit 01782c2fd8
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B
4 changed files with 103 additions and 63 deletions

View File

@ -1,43 +0,0 @@
---
name: Bug Report
about: Create a report to help us improve LinkAce
title: ''
labels: Bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**LinkAce setup (please complete the following information):**
- Version: [e.g. 0.0.43]
- Installed via: [e.g. PHP, Docker]
- OS: [e.g. Ubuntu, CentOS, Windows]
**Desktop (please complete the following information if applicable):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
**Smartphone (please complete the following information if applicable):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
**Additional context**
Add any other context about the problem here.

96
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View File

@ -0,0 +1,96 @@
name: Bug Report
description: Report an bug in LinkAce. Please use this only if you identified a real error in the application.
labels: ["Bug"]
body:
- type: markdown
attributes:
value: |
Please use this only if you identified a real error in the application. If you need help, please use the [discussion forum](https://github.com/Kovah/LinkAce/discussions/categories/support).
Thanks for taking the time to fill out this bug report!
# General description
- type: textarea
id: description
attributes:
label: Bug Description
description: A clear and concise description of what the application error is.
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: How to reproduce
description: How can the error be reproduced?
placeholder: |
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
validations:
required: true
- type: textarea
id: logs
attributes:
label: Logs
description: If applicable, add complete logs from the system logs.
render: shell
validations:
required: false
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
validations:
required: false
# Host details
- type: input
id: linkace-version
attributes:
label: LinkAce version
placeholder: v1.10.1
validations:
required: true
- type: dropdown
id: linkace-setup-method
attributes:
label: Setup Method
description: How did you installed LinkAce?
options:
- Docker
- PHP
validations:
required: true
- type: dropdown
id: linkace-setup-os
attributes:
label: Operating System
description: Which operating system does your host have?
options:
- Linux (Ubuntu, CentOS,...)
- Windows
- macOS
- other (please specify in description)
validations:
required: true
# Client details
- type: textarea
id: client-details
attributes:
label: Client details
description: Details about your browser and operating system used to access LinkAce. Useful if interface issues need to be solved.
placeholder: |
- OS: [e.g. Windows, macOS, iOS, Android]
- Browser [e.g. Chrome, Firefox, Safari]
- Browser Version [e.g. 101.4]
validations:
required: false

7
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,7 @@
contact_links:
- name: Feature Requests
url: https://github.com/Kovah/LinkAce/discussions/categories/ideas-feature-requests
about: Do you have an idea how to improve LinkAce? Feel free to post it to the discussion forum that allows voting for other users.
- name: Help & Support
url: https://github.com/Kovah/LinkAce/discussions/categories/support
about: Need help with installation or usage of LinkAce? Please use the discussion forum.

View File

@ -1,20 +0,0 @@
---
name: Feature Request
about: Suggest an idea for this project
title: ''
labels: Enhancement
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.