Skip to content

Commit fa496fa

Browse files
author
Simon Hofmann
committed
Added issue and PR templates
1 parent 70766df commit fa496fa

6 files changed

Lines changed: 85 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Bug report
3+
about: Create a bug report to help us enhance our images
4+
---
5+
6+
**Image**
7+
8+
**Tag**
9+
10+
**Short overview**
11+
12+
**Detailed error description**
13+
14+
**Additional content**
15+
> Please provide any (mandatory) additional data to reproduce the error (custom Dockerfiles etc.)

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Feature request
3+
about: Open a feature request
4+
---
5+
6+
**Short overview**
7+
8+
**Use case**
9+
10+
**Detailed feature description**
11+
12+
**Additional content**
13+
> Please provide any (mandatory) additional data for your desired feature

.github/ISSUE_TEMPLATE/question.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Question
3+
about: File a request to resolve open questions
4+
---
5+
6+
**Image**
7+
8+
**Tag**
9+
10+
**Short summary**
11+
12+
**Detailed question**
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Bugfix
3+
about: Request to merge a bugfix to our existing images
4+
---
5+
6+
**Short summary**
7+
8+
**Detailed description (motivation, use-case etc.)**
9+
10+
**Screenshots (if appropriate)**
11+
12+
**Checklist**
13+
14+
- [ ] My change requires a change to the documentation.
15+
- [ ] I have updated the documentation accordingly.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Enhancement
3+
about: Request to merge an enhancement to our existing images
4+
---
5+
6+
**Short summary**
7+
8+
**Detailed description (motivation, use-case etc.)**
9+
10+
**Screenshots (if appropriate)**
11+
12+
**Checklist**
13+
14+
- [ ] My change requires a change to the documentation.
15+
- [ ] I have updated the documentation accordingly.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Feature
3+
about: Request to merge a new feature
4+
---
5+
6+
**Short summary**
7+
8+
**Detailed description (motivation, use-case etc.)**
9+
10+
**Screenshots (if appropriate)**
11+
12+
**Checklist**
13+
14+
- [ ] My change requires a change to the documentation.
15+
- [ ] I have updated the documentation accordingly.

0 commit comments

Comments
 (0)