Skip to content

Commit 11f80f1

Browse files
committed
(#8) Replaced issue and PR templates
1 parent d2dd2c2 commit 11f80f1

File tree

9 files changed

+94
-32
lines changed

9 files changed

+94
-32
lines changed

.github/CONTRIBUTING.md

Whitespace-only changes.

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

.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+
**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

Lines changed: 13 additions & 0 deletions
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

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: 8 additions & 0 deletions
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**
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
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
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)