diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..22e6e08fe2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Report an issue with a package (or Terra itsself) +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. Please only report issues with packaging or Terra itself, report upstream bugs to the respective project. + +**To Reproduce** +Steps to reproduce the behavior: +1. Install '...' +2. 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. + +**Affected (please complete the following information):** + - Distro [e.g. Fedora] + - Package [e.g. melody, srpm-macros] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/package-request.md b/.github/ISSUE_TEMPLATE/package-request.md new file mode 100644 index 0000000000..268a044ebc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/package-request.md @@ -0,0 +1,17 @@ +--- +name: Package request +about: Request a new package +title: '' +labels: enhancement +assignees: '' + +--- + +**What software are you requesting to be packaged?** +The name of the software and link to website (if it exists) and source code (if available). + +**Describe the motivation** +A clear and concise description of why you want this package. Would this provide value to other users? + +**Additional context** +Add any other context about the package request here.