Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenkleinle committed Feb 5, 2025
1 parent 7f634f8 commit 256cff4
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 64 deletions.
36 changes: 15 additions & 21 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,30 @@
---
name: "Bug report \U0001F41B"
about: Create a report to help us improve
name: "Bug Report \U0001F41B"
about: Report a bug to help us to fix and improve the app
labels: Bug
---

### Describe the Bug

**Describe the bug**
A clear and concise description of what the bug is.
<!-- A clear and concise description of what the bug is. -->

### Steps to Reproduce

<!-- Describe the specific steps on how to reproduce the issue. -->

**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.
### Expected Behavior

<!-- A clear and concise description of what you expected to happen. -->

**Screenshots**
If applicable, add screenshots to help explain your problem.
### Related Issues

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
<!-- Link all related issues which are e.g. CMS issues or otherwise related, blocking, duplicating issues, ... -->

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
### Additional Information

**Additional context**
Add any other context about the problem here.
<!-- Add any other context (e.g. logs, screenshots, environment, related issues etc.) about the problem here. -->
10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
blank_issues_enabled: false
contact_links:
- name: Bug report (and add to project)
url: https://github.com/digitalfabrik/ehrenamtskarte/issues/new?template=bug_report.md&projects=ehrenamtskarte%2Fehrenamtskarte%2F1&assignees=&labels=bug&title=
about: Create a report to help us improve
- name: Technical Task (and add to project)
url: https://github.com/digitalfabrik/ehrenamtskarte/issues/new?template=technical-task.md&projects=ehrenamtskarte%2Fehrenamtskarte%2F1&assignees=&labels=technical+task&title=
about: Suggest an idea for this project
- name: User Story (and add to project)
url: https://github.com/digitalfabrik/ehrenamtskarte/issues/new?template=user-story.md&projects=ehrenamtskarte%2Fehrenamtskarte%2F1&assignees=&labels=user+story&title=
about: This a user story
29 changes: 18 additions & 11 deletions .github/ISSUE_TEMPLATE/task.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,26 @@
---
name: "Task \U0001F4A1"
name: "Task \U0001F527"
about: Suggest an idea or enhancement for this project
title: ''
labels: Task
assignees: ''
---

**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 [...]
### Describe the Problem

**Describe the solution you'd like**
A clear and concise description of what you want to happen.
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
<!-- Use sub-issues to split up big tasks in smaller issues. -->

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
### Describe Your Preferred Solution

**Additional context**
Add any other context or screenshots about the feature request here.
<!-- A clear and concise description of what you want to happen. -->

### Describe Possible Alternatives

<!-- A clear and concise description of any alternative solutions or features you've considered. -->

### Related Issues

<!-- Link all related issues which are e.g. CMS issues or otherwise related, blocking, duplicating issues, ... -->

### Additional Information

<!-- Add any other context (e.g. logs, screenshots, environment, related issues etc.) about the problem here. -->
16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/user-story.md

This file was deleted.

10 changes: 4 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
### Short description
### Short Description

<!-- Describe this PR in one or two sentences. -->

### Proposed changes
### Proposed Changes

<!-- Describe this PR in more detail. -->

-
-

### Side effects
### Side Effects

<!-- List all related components that have not been explicitly changed but may be affected by this PR -->

-
-

### Testing

<!-- List all things that should be tested while reviewing this PR. -->

### Resolved issues
### Resolved Issues

<!-- List all issues which should be closed when this PR is merged. -->

Expand Down

0 comments on commit 256cff4

Please sign in to comment.