diff --git a/.github/ISSUE_TEMPLATE/ci.md b/.github/ISSUE_TEMPLATE/ci.md new file mode 100644 index 00000000..043a78c0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ci.md @@ -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. + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..0086358d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: true diff --git a/.github/ISSUE_TEMPLATE/java-mod_cluster.md b/.github/ISSUE_TEMPLATE/java-mod_cluster.md new file mode 100644 index 00000000..cb7d93bf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/java-mod_cluster.md @@ -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. + diff --git a/.github/ISSUE_TEMPLATE/native-mod_proxy_cluster.md b/.github/ISSUE_TEMPLATE/native-mod_proxy_cluster.md new file mode 100644 index 00000000..ce01efc6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/native-mod_proxy_cluster.md @@ -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. +