diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..ec2c589b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,34 @@ +--- +name: Feature request +about: Template for new features. +title: 'feature: ✨ ' +labels: Feature +assignees: krsiakdaniel + +--- + +## Info + +### What: Descriotion + +Describe the purpose of the feature. + +### Why: Benefits + +Explain the benefits or impact this feature will have on the project. + +### How: Implementation + +Include steps, tools, or components to be modified. + +## Tasks + +- [ ] Task 1 +- [ ] Task 2 + +## Acceptance Criteria + +- ... +- ... + +## Screenshots