Skip to content

Commit 6500df9

Browse files
chore: add issue templates
Signed-off-by: Mathew Wicks <[email protected]>
1 parent 418feb6 commit 6500df9

File tree

3 files changed

+87
-0
lines changed

3 files changed

+87
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: 🐜 Bug Report
2+
description: Tell us about something not working properly in the CLI
3+
labels: [ "kind/bug", "priority/needs-triage" ]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
# Bug Report
9+
10+
Thanks for helping make the deployKF CLI better!
11+
- type: checkboxes
12+
attributes:
13+
label: Checks
14+
options:
15+
- label: I have searched the [existing issues](https://github.com/deployKF/cli/issues).
16+
required: true
17+
- type: input
18+
id: deploykf-cli-version
19+
attributes:
20+
label: deployKF CLI Version
21+
placeholder: X.X.X
22+
validations:
23+
required: true
24+
- type: textarea
25+
id: description
26+
attributes:
27+
label: Description
28+
description: The __context__ the problem occurred in, and an __overview__ of what went wrong.
29+
placeholder: I was trying to... but then...
30+
validations:
31+
required: true
32+
- type: textarea
33+
id: logs
34+
attributes:
35+
label: Relevant Logs
36+
description: Any relevant logs
37+
placeholder: |
38+
* Include any relevant log outputs here *
39+
render: shell
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name: 💡 Feature Request
2+
description: Suggest an idea for the CLI
3+
labels: [ "kind/enhancement", "priority/needs-triage" ]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
# Feature Request
9+
10+
Thanks for helping make the deployKF CLI better!
11+
- type: checkboxes
12+
attributes:
13+
label: Checks
14+
options:
15+
- label: I have searched the [existing issues](https://github.com/deployKF/cli/issues).
16+
required: true
17+
- type: textarea
18+
id: motivation
19+
attributes:
20+
label: Motivation
21+
description: What has motivated your request?
22+
placeholder: |
23+
* This is the most important part of the request *
24+
25+
* Help us understand what you are trying to achieve, try to separate it from any implementation you may have in mind *
26+
validations:
27+
required: true
28+
- type: textarea
29+
id: implementation
30+
attributes:
31+
label: Implementation
32+
description: What is your proposed implementation?
33+
placeholder: |
34+
* It's fine to leave this blank if you don't have an implementation already in mind *
35+
- type: checkboxes
36+
attributes:
37+
label: Are you willing & able to help?
38+
options:
39+
- label: I am able to submit a PR!
40+
- label: I can help test the feature!

.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: 📓 Documentation Issue
4+
url: https://github.com/deployKF/website/issues
5+
about: Report an issue with the documentation
6+
- name: 🔒 Security Issues
7+
url: https://github.com/deployKF/cli/security/policy
8+
about: Responsibly disclose security issues

0 commit comments

Comments
 (0)