diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..6749a4e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,40 @@ +--- +name: 🐛 Bug Report +about: Report a bug in the project. +--- + +
+System Information + + + +| Name | Value | +| --------------- | -------------------------------------------------------------- | +| OS | Mac/Windows/Linux | +| Node Version | | +| Project Version | | + +
+ +
+What is the current behavior? + + +
+ +
+What is the expected behavior? + + +
+ +
+Logs + + + +``` + +``` + +
diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..a70bf00 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,12 @@ +--- +name: ✨ Feature Request +about: Request a new feature. +--- + +# What feature should be added? + + + +# Why should this feature be added? + +