diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 52b417f..2fb88d5 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,3 +1,25 @@ +### **Title** + +\[bug\], \[question\], or \[feature\] + +\[kit\] (for language features, not the compiler), \[kitc\], \[vscode\], etc + +if relevant + +\[macos\], \[linux\], \[windows\], etc + +and for bugs + +\[not severe\], \[moderately severe\], \[severe\], \[highly severe\] + + +Examples: + +\[bug\]\[kitc\]\[windows\]\[severe\] on windows, blah blah terrible thing + +\[feature\]\[kit\]\[macos\] kit on macOS should be able to interact with some-operating-system-thing + + ### **Describe the problem. What did you see? What did you expect to see?** Describe the problem here.