diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..869f830c6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature Request +about: Suggestions for new features and improvements +title: "" +labels: "new feature" +assignees: "" +--- + +**Problem statement** +I want to be able to do X, but the current implementation only allows for Y. + +**Expected behavior** + +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Mock** +If applicable, add screenshots to help explain the expectation. + +**Additional context** +Add any other context about the problem here.