Skip to content

Commit 1c7617c

Browse files
authored
Update links for issue template (#1751)
1 parent e32445d commit 1c7617c

File tree

3 files changed

+24
-10
lines changed

3 files changed

+24
-10
lines changed
Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
---
22
name: Bug report
33
about: Tell us about a problem you are experiencing
4-
54
---
65

76
/kind bug
87

98
**What steps did you take and what happened:**
109
[A clear and concise description of what the bug is.]
1110

12-
1311
**What did you expect to happen:**
1412

15-
1613
**Anything else you would like to add:**
1714
[Miscellaneous information that will assist in solving the issue.]
1815

19-
2016
**Environment:**
2117

22-
- Kubeflow version (`kfctl version`):
23-
- Minikube version (`minikube version`):
24-
- Kubernetes version: (use `kubectl version`):
25-
- OS (e.g. from `/etc/os-release`):
18+
- Katib version (check the Katib controller image version):
19+
- Kubernetes version: (`kubectl version`):
20+
- OS (`uname -a`):
21+
22+
---
23+
24+
<!-- Don't delete this message to encourage users to support your issue! -->
25+
26+
Impacted by this bug? Give it a 👍 We prioritize the issues with the most 👍

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
blank_issues_enabled: false
2+
3+
contact_links:
4+
- name: Katib Documentation
5+
url: https://www.kubeflow.org/docs/components/katib/
6+
about: Much help can be found in the docs
7+
- name: AutoML Slack Channel
8+
url: https://kubeflow.slack.com/archives/C018PMV53NW
9+
about: Ask the Katib community on Slack
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
---
22
name: Feature enhancement request
33
about: Suggest an idea for this project
4-
54
---
65

76
/kind feature
87

98
**Describe the solution you'd like**
109
[A clear and concise description of what you want to happen.]
1110

12-
1311
**Anything else you would like to add:**
1412
[Miscellaneous information that will assist in solving the issue.]
13+
14+
---
15+
16+
<!-- Don't delete this message to encourage users to support your issue! -->
17+
18+
Love this feature? Give it a 👍 We prioritize the features with the most 👍

0 commit comments

Comments
 (0)