From d2373244b83d8b40576613a717d20552407415db Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Wed, 16 Nov 2016 11:40:15 -0500 Subject: [PATCH] github: add issue template to encourage reporting meta-rust version I don't think we really need much structure, but in many cases establishing the version of meta-rust which contains the issue is very helpful in resolving it. This makes it so the issue-reporter is at least given a field which asks for the version. --- .github/ISSUE_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 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 0000000..3c6fec6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,9 @@ +## Version(s) of meta-rust + +## Version(s) of poky and/or oe-core + +## Expected result + +## Actual result + +## Steps to reproduce