diff options
author | Nick Gerace <nickagerace@gmail.com> | 2020-10-11 15:57:54 -0400 |
---|---|---|
committer | Nick Gerace <nickagerace@gmail.com> | 2020-10-11 16:02:27 -0400 |
commit | 6aae2506fea1557c869371a3923952279d9cf39f (patch) | |
tree | cae80b3aafa5ad8811daba40bf392ba9fe9b8358 /.github/ISSUE_TEMPLATE | |
parent | 526d33f234fbe35808676f2377a5123f2a73f926 (diff) | |
download | gfold-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.md | 29 |
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 |