Skip to content

Commit 60c83d1

Browse files
author
Simon Hofmann
committed
GitHub templates
1 parent 16f688f commit 60c83d1

File tree

8 files changed

+94
-0
lines changed

8 files changed

+94
-0
lines changed

.github/CONTRIBUTING.md

Whitespace-only changes.

.github/ISSUE_TEMPLATE/bug.md

+15
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+
**Version**
7+
8+
**Short overview**
9+
10+
**Detailed error description**
11+
12+
**Steps to reproduce error**
13+
14+
**Additional content**
15+
> Please provide any (mandatory) additional data to reproduce the error (Dockerfiles etc.)

.github/ISSUE_TEMPLATE/enhancement.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Enhancement
3+
about: Suggest a possible enhancement to the project
4+
---
5+
6+
**Short overview**
7+
8+
**Use case**
9+
10+
**Detailed description**
11+
12+
**Additional content**
13+
> Please provide any (mandatory) additional data for your enhancement

.github/ISSUE_TEMPLATE/feature.md

+13
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

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Question
3+
about: File a request to resolve open questions
4+
---
5+
6+
**Short summary**
7+
8+
**Detailed question**
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Bugfix
3+
about: Request to merge a bugfix
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.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Enhancement
3+
about: Request to merge an enhancement
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.
+15
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)