summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorNick Gerace <nickagerace@gmail.com>2020-10-11 15:57:54 -0400
committerNick Gerace <nickagerace@gmail.com>2020-10-11 16:02:27 -0400
commit6aae2506fea1557c869371a3923952279d9cf39f (patch)
treecae80b3aafa5ad8811daba40bf392ba9fe9b8358 /.github/ISSUE_TEMPLATE
parent526d33f234fbe35808676f2377a5123f2a73f926 (diff)
downloadgfold-6aae2506fea1557c869371a3923952279d9cf39f.zip
Add GitHub templates and code of conduct
Add GitHub issue and pull request templates. Add code of conduct link in README.
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/issue.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md
new file mode 100644
index 0000000..6511713
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/issue.md
@@ -0,0 +1,29 @@
+---
+name: issue
+about: Describe the issue
+title: ''
+labels: ''
+assignees: nickgerace
+---
+
+## Describe the issue. Feel free to be descriptive.
+<!-- Insert answer below. -->
+
+## 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. -->
+
+## 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. -->
+
+## Are you using a pre-built binary? If not, please specify.
+<!-- Insert answer below. -->
+
+## What OS are you using, and at what version number?
+<!-- Insert answer below. -->
+
+## 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. \ No newline at end of file