Skip to content

Commit 5c940f3

Browse files
committed
Add issue and pull-request templates for GitHub
1 parent aeb52b2 commit 5c940f3

File tree

5 files changed

+43
-0
lines changed

5 files changed

+43
-0
lines changed

.github/ISSUE_TEMPLATE/1.3.x.md

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 1.3.x stream
4+
title: "[1.3.x]: "
5+
labels: "backport-1.3.x"
6+
assignees: "jajik, jfclere"
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+

.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

.github/ISSUE_TEMPLATE/main.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Development / 2.x version
3+
about: Report an issue with regard to the upstream development
4+
title: ""
5+
labels: "bug"
6+
assignees: "jajik, jfclere"
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+

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Thank you for submitting your Pull Request!
2+
3+
Please delete this text, and add a link to the GitHub/Jira issue resolved by this PR.
4+
5+
If this change is relevant upstream/downstream please link the corresponding PR for that branch.
6+
7+
Remember to use the GitHub/Jira issue ID (the identifier starting with MODCLUSTER) in the PR title, and all relevant commit messages.
8+

0 commit comments

Comments
 (0)