Skip to content

Add a few basic GitHub issue templates #892

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/ci.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: "CI / GH Actions"
about: Report an issue related to GH Actions
title: "[CI]: "
labels: "github_actions"
assignees: "jajik, rhusar"
---

Thank you for opening an issue. Please replace this text and describe the issue you are facing.

1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/java-mod_cluster.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Java module
about: Report an issue with regard to the Java modules
title: ""
labels: java
assignees: "rhusar"
---

Thank you for opening an issue. Please replace this text and describe the issue you are facing.

Consider adding steps to reproduce and any information regarding your platform and the version (commit) you used.

12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/native-mod_proxy_cluster.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: 1.3.x branch issue
about: Report an issue with regard to the httpd module
title: "[1.3.x]: "
labels: 1.3.x
assignees: "jajik"
---

Thank you for opening an issue. Please replace this text and describe the issue you are facing.

Consider adding steps to reproduce and any information regarding your platform and the version (commit) you used.

Loading