diff options
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. +--> |