diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 000000000..aab1ddeac --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Submit a bug report +title: '' +labels: t:Bug report +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is, and why you consider it to be a bug. + +**Virtual environments affected** +- [ ] macOS 10.14 +- [ ] Ubuntu 16.04 LTS +- [ ] Ubuntu 18.04 LTS +- [ ] Windows Server 2016 R2 +- [ ] Windows Server 2019 + +**Expected behavior** +A description of what you expected to happen. + +**Actual behavior** +A description with steps to reproduce the issue. If your have a public example or repo to share, +please provide the link. + +1. Step 1 +2. Step 2 diff --git a/.github/ISSUE_TEMPLATE/tool-request.md b/.github/ISSUE_TEMPLATE/tool-request.md new file mode 100644 index 000000000..3a76f0db9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/tool-request.md @@ -0,0 +1,30 @@ +--- +name: Tool request +about: Request a new tool or update to a tool +title: Update/Add [tool name] +labels: t:Enhancement +assignees: '' + +--- + +**Tool information** +- Tool name: +- Add or update? +- Desired version: +- Approximate size: +- If this is an add request: + - Brief description of tool: + - URL for tool's homepage: + +**Virtual environments affected** +- [ ] macOS 10.14 +- [ ] Ubuntu 16.04 LTS +- [ ] Ubuntu 18.04 LTS +- [ ] Windows Server 2016 R2 +- [ ] Windows Server 2019 + +**Can this tool be installed during the build?** + + +**Are you willing to submit a PR?** + \ No newline at end of file