mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
Update issue templates
This commit is contained in:
parent
5918819308
commit
c9ae11bc84
2 changed files with 60 additions and 0 deletions
29
.github/ISSUE_TEMPLATE/maintainers--bug.md
vendored
Normal file
29
.github/ISSUE_TEMPLATE/maintainers--bug.md
vendored
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
---
|
||||||
|
name: Maintainers' Bug
|
||||||
|
about: Error suffered by Repo Maintainers
|
||||||
|
title: "[MAINTAIN]"
|
||||||
|
labels: maintain
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Please report the error of one package in one issue! Use multi issues to report multi bugs.
|
||||||
|
Thanks!
|
||||||
|
-->
|
||||||
|
|
||||||
|
**Log of the bug**
|
||||||
|
|
||||||
|
<details>
|
||||||
|
|
||||||
|
```
|
||||||
|
put the output here
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
**Packages (please complete the following information):**
|
||||||
|
- Package Name: [e.g. iqtree]
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
Add any other context about the problem here.
|
31
.github/ISSUE_TEMPLATE/packages-bug-.md
vendored
Normal file
31
.github/ISSUE_TEMPLATE/packages-bug-.md
vendored
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
---
|
||||||
|
name: 'Packages Bug '
|
||||||
|
about: Create a report to help us improve
|
||||||
|
title: "[BUG]"
|
||||||
|
labels: bug
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Please report the error of one package in one issue! Use multi issues to report multi bugs.
|
||||||
|
Thanks!
|
||||||
|
-->
|
||||||
|
|
||||||
|
**Log of the bug**
|
||||||
|
|
||||||
|
<details>
|
||||||
|
|
||||||
|
```
|
||||||
|
put the output here
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
**Desktop (please complete the following information):**
|
||||||
|
- Desktop Enviroment: [e.g. gnome, kde, server]
|
||||||
|
- Linux Kernel: [e.g. linux-lts 5.10.60-1]
|
||||||
|
- Package Version: [e.g. 22]
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the problem here.
|
Loading…
Add table
Reference in a new issue