Skip to content

Commit 9233b28

Browse files
committed
add default label to issues. add config file with upstream OLM contact information.
1 parent 9d105c2 commit 9233b28

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug Report
33
about: If things aren't working as expected.
44
title: ''
5-
labels: ''
5+
labels: 'kind/bug'
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: OLM Kubernetes Slack Channel
4+
url: https://kubernetes.slack.com/archives/C0181L6JYQ2
5+
about: Join the "#olm-dev" channel on the kubernetes slack - it's a good place to ask OLM-related questions!
6+
- name: OLM Working Group Meeting
7+
url: https://docs.google.com/document/d/1Zuv-BoNFSwj10_zXPfaS9LWUQUCak2c8l48d0-AhpBw/edit?usp=sharing
8+
about: The OLM working group meeting is a great place to bring up feature requests and broader community topics.

.github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Feature Request
33
about: Suggest a feature
44
title: ''
5-
labels: ''
5+
labels: 'kind/feature'
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/support-question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Support Question
33
about: Any support questions you might have.
44
title: ''
5-
labels: ''
5+
labels: 'kind/support'
66
assignees: ''
77

88
---

0 commit comments

Comments
 (0)