diff options
author | jwerle <joseph.werle@gmail.com> | 2022-04-14 14:01:00 -0400 |
---|---|---|
committer | jwerle <joseph.werle@gmail.com> | 2022-04-14 14:01:00 -0400 |
commit | 0166010d5119ac69a909ce38ec3f4b2d16cf251c (patch) | |
tree | f17729f1c1d797953d3ac33e1922e0c4ddabe83a /.github/ISSUE_TEMPLATE.md | |
parent | bb05729b25ab2f4464eecaf346df878332576fa3 (diff) |
chore(.github): add workflows
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..94a999e --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,30 @@ +<!-- + +Thanks for filing an issue! If this is a question or feature request, just delete +everything here and write out the request, providing as much context as you can. + +--> + +### What OS are you using (`uname -a`, or Windows version)? + +<!-- +Please specify your operating system version and architecture (i686/amd64 etc). +If you're running Windows - please also provide your IE version. +--> + +### What programming language are you using (C/C++/Go/Rust)? + +<!-- +`gcc --version` +`clang --version` +`go version` +`rustc --version` +--> + +### What did you expect to see and what you saw instead? + +<!-- +Your issue may already be reported! Please search on the issue tracker before creating a new one. +If your issue has not been reported yet - please describe your problem with as much details as you can. +Thanks you. +--> |