From a5d6efb7229de34398c4a3c9b0aa60e85d14e85c Mon Sep 17 00:00:00 2001 From: Jason Andrews Date: Fri, 7 Mar 2025 17:30:28 -0600 Subject: [PATCH] Add issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 32 ++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 1 + 2 files changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..021c704 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Report an issue +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Type of issue** +- [ ] Error when running a workflow. +- [ ] Request for additional tools or software for an existing image. +- [ ] Request for a new image, Linux or Windows. +- [ ] Other + +**Describe the issue** +A clear and concise description of what the issue is. + +**To Reproduce** +List the steps to reproduce the behavior: + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. Ubuntu 22.04 or Ubuntu 24.04] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..ec4bb38 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false \ No newline at end of file