diff options
author | Nick Gerace <nickagerace@gmail.com> | 2020-11-25 00:17:53 -0500 |
---|---|---|
committer | Nick Gerace <nickagerace@gmail.com> | 2020-11-25 00:35:32 -0500 |
commit | 84962f609c1ea0e3255a778683e38f83b58f833c (patch) | |
tree | c5e4de35a6996c9a1f43791a3ec603d7b59ba6d6 /.github/ISSUE_TEMPLATE | |
parent | 1462a3d7e1d30db3591061f260d89011d7d1fe13 (diff) | |
download | gfold-84962f609c1ea0e3255a778683e38f83b58f833c.zip |
Minimize issue template
Minimize issue template to ease the issue filing process.
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/issue.md | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md index ec10857..fae22f9 100644 --- a/.github/ISSUE_TEMPLATE/issue.md +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -6,24 +6,18 @@ labels: '' assignees: nickgerace --- -## Describe the issue. Feel free to be descriptive. -<!-- Insert answer below. --> +## Description +<!--answer-here--> -## What are you attempting to do, and/or what did you expect? In other words, what is the motivation and context to this issue? -<!-- Insert answer below. --> +## Environment Details -## Is this a bug report, feature request, or another type of issue? If this is a bug report, describe how to reproduce the issue. -<!-- Insert answer below. --> +Please feel free to add any additional details beyond the questions below. -## Are you using a pre-built binary? If not, please specify. -<!-- Insert answer below. --> +#### Is this a bug report, feature request, or another type of issue? +<!--answer-here--> -## What OS are you using, and at what version number? -<!-- Insert answer below. --> +#### Are you using Windows, macOS, Linux, or another OS? +<!--answer-here--> -## What CPU architecture are you using? If you do not know, it is most likely ```amd64``` or ```x86_64```. -<!-- Insert answer below. --> - -## Additional information (optional) -<!-- Insert answer below. --> -None. +#### Are you using a pre-built binary? If not, how did you obtain `gfold`? +<!--answer-here--> |