diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/Bug_report.md similarity index 81% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/Bug_report.md index be4f8168..a8c9faee 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -1,3 +1,13 @@ +--- +name: "\U0001F41BBug report" +about: Report a bug in MithrilJS +--- + +### Mithril Version: x.x.x + + + + ## Expected Behavior @@ -12,7 +22,7 @@ -## Steps to Reproduce (for bugs) +## Steps to Reproduce 1. @@ -24,9 +34,12 @@ +
+ Additional Information + ## Your Environment -* Version used: * Browser Name and version: * Operating System and version (desktop or mobile): * Link to your project: +
diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md new file mode 100644 index 00000000..eed57e70 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -0,0 +1,25 @@ +--- +name: "\U0001F680Feature or Enhancement" +about: Suggest an Idea or Enhancement for MithrilJS +--- + +### Description + + + +### Why + + + + + +### Possible Implementation & Open Questions + + + + + +### Is this something you're interested in working on? + + +