diff --git a/.github/ISSUE_TEMPLATE/maintainers--bug.md b/.github/ISSUE_TEMPLATE/maintainers--bug.md new file mode 100644 index 0000000000..302e1928fa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/maintainers--bug.md @@ -0,0 +1,29 @@ +--- +name: Maintainers' Bug +about: Error suffered by Repo Maintainers +title: "[MAINTAIN]" +labels: maintain +assignees: '' + +--- + + + +**Log of the bug** + +
+ +``` +put the output here +``` + +
+ +**Packages (please complete the following information):** + - Package Name: [e.g. iqtree] + +**Description** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/packages-bug-.md b/.github/ISSUE_TEMPLATE/packages-bug-.md new file mode 100644 index 0000000000..8f667b385a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/packages-bug-.md @@ -0,0 +1,31 @@ +--- +name: 'Packages Bug ' +about: Create a report to help us improve +title: "[BUG]" +labels: bug +assignees: '' + +--- + + + +**Log of the bug** + +
+ +``` +put the output here +``` + +
+ +**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.