Skip to content

Commit a44e8cd

Browse files
authored
Merge pull request #892 from jajik/main
Add a few basic GitHub issue templates
2 parents e9841d4 + 7c9be36 commit a44e8cd

File tree

4 files changed

+35
-0
lines changed

4 files changed

+35
-0
lines changed

.github/ISSUE_TEMPLATE/ci.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: "CI / GH Actions"
3+
about: Report an issue related to GH Actions
4+
title: "[CI]: "
5+
labels: "github_actions"
6+
assignees: "jajik, rhusar"
7+
---
8+
9+
Thank you for opening an issue. Please replace this text and describe the issue you are facing.
10+

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: true
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Java module
3+
about: Report an issue with regard to the Java modules
4+
title: ""
5+
labels: java
6+
assignees: "rhusar"
7+
---
8+
9+
Thank you for opening an issue. Please replace this text and describe the issue you are facing.
10+
11+
Consider adding steps to reproduce and any information regarding your platform and the version (commit) you used.
12+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: 1.3.x branch issue
3+
about: Report an issue with regard to the httpd module
4+
title: "[1.3.x]: "
5+
labels: 1.3.x
6+
assignees: "jajik"
7+
---
8+
9+
Thank you for opening an issue. Please replace this text and describe the issue you are facing.
10+
11+
Consider adding steps to reproduce and any information regarding your platform and the version (commit) you used.
12+

0 commit comments

Comments
 (0)