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.
This commit is contained in:
brian m. carlson 2019-11-07 18:00:11 +00:00 committed by brian m. carlson
parent bade618ff2
commit c9a9cd7606
No known key found for this signature in database
GPG Key ID: 2D0C9BC12F82B3A1
2 changed files with 66 additions and 0 deletions

38
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file

@ -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.
<!--
Please note: if you're receiving a message from the server side (including a
`batch response` message), please contact your Git hosting provider. This
repository is for the Git LFS client only; problems with GitHub's server-side
LFS support should be reported to them as described in the `CONTRIBUTING.md`
file.
-->

28
.github/ISSUE_TEMPLATE/other-issue.md vendored Normal file

@ -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.
<!--
Please note: if you're receiving a message from the server side (including a
`batch response` message), it's probably best to contact your Git hosting
provider about the problem. Also, this repository is for the Git LFS client
only; problems with GitHub's server-side LFS support should be reported to them
as described in the `CONTRIBUTING.md` file.
-->