Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create issue templates #44

Merged
merged 4 commits into from
Feb 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Bug report
about: Found a bug? Let us know!
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
[ general description ]

**Expected behavior**
[ What do you expect should happen? ]

**Actual behavior**
[ What happens instead? ]

**Steps to Reproduce**
[ Tell us how to reproduce the bug. ]
1. ...
2. ...

**Screenshots**
[ Add screenshots if possible. ]

**Contributing (please choose one)**
- [ ] I'd like to help implementing this feature!
- [ ] I don't have the time to work on this.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/change_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Change request
about: Imporvements or suggestions for existing features.
title: ''
labels: enhancement
assignees: ''

---

**What would you like to change?**
[ Describe the current state and what you want to improve. ]

**Screenshots**
[ Put images or screenshots to better describe your idea here (if yoiu have some). ]

**Contributing (please choose one)**
- [ ] I'd like to help implementing this change!
- [ ] I don't have the time to work on this.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_proposal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Feature proposal
about: Template for new feature ideas.
title: ''
labels: enhancement
assignees: ''

---

**What feature would you like to add?**
[ Describe the feature you want to add. ]

**Screenshots**
[ Put images or screenshots to better describe your idea here (if yoiu have some). ]

**Contributing (please choose one)**
- [ ] I'd like to help implementing this feature!
- [ ] I don't have the time to work on this.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/modules-missing-or-module-type-undefined.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Modules missing or Module-type undefined
about: Found a module with Type 'undefined'? Let us know!
title: ''
labels: module-mapping
assignees: ''

---

**What do you study?**
- [ ] Informatik
- [ ] Security
- [ ] Wirtschaftsinformatik
- [ ] Digital Ideation

**Which modules are not recognized by the add-on? And what type should they have?**
- ABCD (Kernmodul)
- CDEF (Zusatzmodul)
- ...

**Screenshots**
[ Please provide screenshots of the Modules in the Module-List ]

**More info**
[ Any other important details go here. ]