diff --git a/.github/ISSUE_TEMPLATE/feedback.md b/.github/ISSUE_TEMPLATE/feedback.md new file mode 100644 index 000000000..889cdd1e8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feedback.md @@ -0,0 +1,42 @@ +--- +name: Feedback +about: Submiting feedback on the IEF implementation +title: "Feedback - " +labels: feedback +assignees: '' +--- + +## Scope + +What does your feedback relate to? + +- [] Project aims/objectives +- [] Repository structure +- [] Model plugin +- [] Rimpl code +- [] Documentation +- [] Tests +- [] Other + +## Details + +Does your feedback relate to a specific problem that can be demonstrated and reproduced? If so, please provide details of how to repro below. +Include your platform config and the version of IEF you are using (e.g. Ubuntu 20.04, running latest dev branch on XX date). + +## Expected Behaviour + +What do things look like if they are going right? +e.g. "the github issue board is cleared out every X days" + +## Actual behaviour + +How are things actually working? +e.g. "issues are sitting on the board for over X days" + +## Proposed actions + +What fixes do you propose? +e.g. "please define a response time of X days for issues and publish in the project README" + + +**Note: We will take all feedback seriously. Please be polite and constructive - aggressive or abusive feedback will simply be deleted.** \ No newline at end of file