diff --git a/.github/ISSUE_TEMPLATE/amos_feature_request.md b/.github/ISSUE_TEMPLATE/amos_feature_request.md new file mode 100644 index 000000000..656f4751d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/amos_feature_request.md @@ -0,0 +1,28 @@ +--- +name: AMOS Feature request +about: A feature request following the AMOS project guidelines +title: '' +labels: '' +assignees: '' + +--- +## User Story + +1. As a ... (Who?) +2. I want to ... (What?) +3. So that ... (Why?) + +## Additional context + +Add any other context or screenshots about the feature request here. + +## Acceptance Criteria + +- **Add acceptance criteria here** + +## Definition of Done + +- Test cases have been created and are runnin successfully +- Documentation for the new component was added +- Github Actions are running without errors +