From c9a9cd76068bc651fd150e46ee6757b6a808bd44 Mon Sep 17 00:00:00 2001 From: "brian m. carlson" Date: Thu, 7 Nov 2019 18:00:11 +0000 Subject: [PATCH] Add issue templates To help folks provide the information we need to be successful in helping them, let's provide issue templates that prompt them for information about their systems. --- .github/ISSUE_TEMPLATE/bug_report.md | 38 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/other-issue.md | 28 ++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/other-issue.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..6bd99146 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**System environment** +The version of your operating system, plus any relevant information about platform or configuration (e.g., container or CI usage, Cygwin, WSL, or non-Basic authentication). If relevant, include the output of `git config -l` as a code block. + +**Output of `git lfs env`** +The output of running `git lfs env` as a code block. + +**Additional context** +Any other relevant context about the problem here. + + diff --git a/.github/ISSUE_TEMPLATE/other-issue.md b/.github/ISSUE_TEMPLATE/other-issue.md new file mode 100644 index 00000000..0fb2d597 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other-issue.md @@ -0,0 +1,28 @@ +--- +name: Other issue +about: Ask a question, request a feature, or report something that's not a bug +title: '' +labels: '' +assignees: '' + +--- + +**Describe the issue** +A clear and concise description of why you wrote in today. + +**System environment** +The version of your operating system, plus any relevant information about platform or configuration (e.g., container or CI usage, Cygwin, WSL, or non-Basic authentication). If relevant, include the output of `git config -l` as a code block. + +**Output of `git lfs env`** +The output of running `git lfs env` as a code block. + +**Additional context** +Any other relevant context about the problem here. + +