Skip to content

Commit

Permalink
Add story templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Nefariusek committed Nov 28, 2021
1 parent deb90f7 commit a869b1f
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Bug
about: Defect
title: ''
labels: 'type: bug'
assignees: ''
---

**Description**


**Steps to reproduce**
1. Go to '...'
2. Click '....'
3. Scroll down to '....'
4. Note that <something happens>

**Desired functionality**

**Screenshots**

**Technical Info(optional):**
- Type: [e.g. Desktop, Telefon, Tablet]
- Screen resolution: [e.g. 1200x750 px]
- OS: [e.g. iOS, Android, Windows 10]
- Browser: [e.g. chrome, safari]
- App version [e.g. 0.2.1]

**Additional informations**
Everything that may be helpful to fix defect.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/development-task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Development Task
about: Feature
title: As <who?>, I want to <do what?>.
labels: 'type: development task'
assignees: ''

---

### Acceptance criteria
**Verify, consult and update before starting.**

- [ ] //TODO1
- [ ] //TODO2

### Additional notes
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/project-ui-ux.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Project UI/UX
about: 'UI/UX task'
title: ''
labels: 'UI/UX Design'
assignees: ''
---

**Miro/Figma Link**

Link to the project



**Mark User Story connected to this issue**

0 comments on commit a869b1f

Please sign in to comment.