From e577f145ebfc12f00a81188c98e5110fee9f290d Mon Sep 17 00:00:00 2001 From: Lucas Kent Date: Wed, 28 Nov 2018 17:36:45 +1100 Subject: [PATCH] Add issue template (#1121) --- .github/ISSUE_TEMPLATE.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..7b1150a3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,14 @@ +# Template + +If you dont understand something just leave it. +If you can provide more detailed information than the template allows for, please ignore the template and present all of your findings. + +* Version of vulkano: TODO +* OS: TODO +* GPU (the selected PhysicalDevice): TODO +* GPU Driver: TODO +* Upload of a reasonably minimal complete `main.rs` file that demonstrates the issue: TODO + +# Issue + +Please describe the issue and provide anything at all that will help us resolve it.