Skip to content

Commit

Permalink
Merge pull request #26 from hpi-swa-teaching/feat/issue-template-user…
Browse files Browse the repository at this point in the history
…-story

Add User Story Issue Template
  • Loading branch information
BraunTom committed May 15, 2021
2 parents 2a2bd9b + 37bd894 commit b77c590
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
---
name: Bug report
name: 🐛 Bug Report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

<!-- Thanks for taking the time to file an issue! -->
**Describe the bug**
A clear and concise description of what the bug is.

<!-- A clear and concise description of what the bug is -->
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
Expand Down
12 changes: 7 additions & 5 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
---
name: Feature request
name: 🚀 Feature Request
about: Suggest an idea for this project
title: ''
labels: feature request
assignees: ''

---

<!-- Thanks for taking the time to file an issue! -->
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
**Describe the solution you'd like**
A clear and concise description of what you want to happen.

<!-- A clear and concise description of what you want to happen. -->
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

<!-- A clear and concise description of any alternative solutions or features you've considered. -->
**Additional context**
Add any other context or screenshots about the feature request here.

<!-- Add any other context or screenshots about the feature request here. -->
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/user_story.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: 📖 User Story
about: Suggest an idea for this project in form of a user story
title: ''
labels: user story, feature request
assignees: ''

---

<!-- Fill out the starred spots -->
As a <kbd>*role*</kbd> I want to *do sth* in order to *achieve some goal*.

<!-- How can one messure if the goal was achieved? -->
### Acceptance criteria

- [ ] First Criteria here

### Effort Evaluation

<!-- How many points (time) will this task take? (13 = full week of whole team) -->
4 changes: 4 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!-- Please enter the corresponding issue ID: -->
Closes: #Issue

<!-- Please summarize your changes: -->

0 comments on commit b77c590

Please sign in to comment.