Skip to content

Commit 656b647

Browse files
author
EIKE SOEREN VOM BAUER
committed
improve templates
1 parent 8847122 commit 656b647

7 files changed

Lines changed: 81 additions & 19 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: 'Found a Bug: '
5+
labels: 'bug'
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**Your environment/setup**
14+
In what tool is your pipeline running?
15+
16+
- Jenkins Pipeline
17+
- GitHub Actions
18+
- GitLab CI
19+
20+
How is this tool installed
21+
22+
- Container
23+
- Bare Metal
24+
- Virtual machine
25+
26+
Are alle environment variables set? See README.md
27+
28+
- yes
29+
- no
30+
31+
**To Reproduce**
32+
Paste your executed command here:
33+
34+
Paste your Pipeline log (this is optional, make shure no secrets are visable):
35+
36+
```shell
37+
# pipeline log
38+
```
39+
40+
**Expected behavior**
41+
A clear and concise description of what you expected to happen.
42+
43+
**Screenshots**
44+
If applicable, add screenshots to help explain your problem.
45+
46+
**Additional context**
47+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/custom.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Custom issue template
3+
about: Describe this issue template's purpose here.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: 'Feature: '
5+
labels: 'enhancement'
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[Short description explaining the high-level reason for the pull request]
2-
31
## Additions
42

53
-

.github/workflows/Release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- "main"
77
paths-ignore:
88
- "README.md"
9+
- '.github/ISSUE_TEMPLATE/**'
10+
- '.github/PULL_REQUEST_TEMPLATE.md'
911

1012
jobs:
1113
build:

.github/workflows/branchPR.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- "main"
77
paths-ignore:
88
- "README.md"
9+
- '.github/ISSUE_TEMPLATE/**'
10+
- '.github/PULL_REQUEST_TEMPLATE.md'
911

1012
jobs:
1113
build:

0 commit comments

Comments
 (0)