diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..77de270 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Template to describe a bug +title: '' +labels: '' +assignees: '' + +--- + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Environment** + - Device (desktop / mobile) + - OS [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. + +**Screenshots / Video** diff --git a/.github/ISSUE_TEMPLATE/task-template.md b/.github/ISSUE_TEMPLATE/task-template.md new file mode 100644 index 0000000..aa01b39 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/task-template.md @@ -0,0 +1,24 @@ +--- +name: Task template +about: Template to describe a task +title: '' +labels: '' +assignees: '' + +--- + +**I as** a +**Want to** +**So that** + +**Description** +For example: +- Component's fields or design elements (if applicable) +- Behavior of interactive elements (if applicable) + +**Definition of Done** +For example: +1. Unit or e2e tests are successful in pipeline (if applicable). +2. can . E.g., a user can open and close mobile menu. + +**Additional Info**