diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 100% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..cb4ba1b1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,11 @@ +## Summary +One paragraph explanation of the feature. + +## Motivation +Why are we doing this? What use cases does it support? What is the expected outcome? + +## Describe alternatives you've considered +A clear and concise description of the alternative solutions you've considered. + +## Additional context +Add any other context or screenshots about the feature request here. \ No newline at end of file