Skip to content

Commit 2e04b0e

Browse files
committed
add issue template
1 parent 08d591a commit 2e04b0e

5 files changed

Lines changed: 250 additions & 0 deletions

File tree

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
name: Register as adopter
2+
description: If your organization is using kube-bind, we would be delighted to add you to our list of adopters. Please report how you use kube-bind and we will take care of adding it to our adopters list.
3+
title: "adopter: COMPANY_NAME"
4+
labels:
5+
- kind/documentation
6+
body:
7+
- type: input
8+
id: contact
9+
attributes:
10+
label: Contact Details
11+
description: How can we get in touch with you if we need more info?
12+
placeholder: eg. email@example.com
13+
validations:
14+
required: false
15+
16+
- type: input
17+
id: org
18+
attributes:
19+
label: Organization
20+
description: Your organization's name.
21+
validations:
22+
required: true
23+
24+
- type: textarea
25+
id: description
26+
attributes:
27+
label: Description
28+
description: What are you using kube-bind for at your organization? Are you using it for a specific product or project?
29+
validations:
30+
required: true
31+
32+
- type: dropdown
33+
id: maturity
34+
attributes:
35+
label: Maturity Stage
36+
description: What stage are you at in your adoption of kube-bind?
37+
multiple: false
38+
options:
39+
- Production
40+
- Pre-production
41+
- Development
42+
- Conceptual
43+
- I don't know
44+
validations:
45+
required: false
46+
47+
- type: input
48+
id: url
49+
attributes:
50+
label: Info Link
51+
description: If you have public documentation for the product or project, feel free to share it here.
52+
validations:
53+
required: false
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
name: Bug Report
2+
description: Create a report to help us improve
3+
title: "bug: "
4+
labels:
5+
- kind/bug
6+
body:
7+
- type: textarea
8+
id: description
9+
attributes:
10+
label: Describe the bug
11+
description: Please provide a clear and concise description of the bug.
12+
placeholder: |
13+
Add logs and screenshots if any.
14+
validations:
15+
required: true
16+
17+
- type: textarea
18+
id: reproducing
19+
attributes:
20+
label: Steps To Reproduce
21+
description: Steps to reproduce the behavior.
22+
placeholder: |
23+
1. Run 'kubectl bind ...'
24+
2. Execute '...'
25+
3. Observe the error
26+
validations:
27+
required: true
28+
29+
- type: textarea
30+
id: expected
31+
attributes:
32+
label: Expected Behaviour
33+
description: A clear and concise description of what you expected to happen.
34+
validations:
35+
required: true
36+
37+
- type: dropdown
38+
id: component
39+
attributes:
40+
label: Component
41+
description: Which component is affected?
42+
options:
43+
- kubectl-bind (plugin)
44+
- konnector
45+
- backend
46+
- Other
47+
validations:
48+
required: true
49+
50+
- type: input
51+
id: kubectl_version
52+
attributes:
53+
label: kubectl version
54+
description: Output of `kubectl version --client`
55+
placeholder: e.g., v1.28.0
56+
validations:
57+
required: false
58+
59+
- type: input
60+
id: kubernetes_version
61+
attributes:
62+
label: Kubernetes version
63+
description: Output of `kubectl version` (server version)
64+
placeholder: e.g., v1.28.0
65+
validations:
66+
required: false
67+
68+
- type: input
69+
id: kube_bind_version
70+
attributes:
71+
label: kube-bind version
72+
description: Version of kubectl-bind plugin or konnector/backend
73+
placeholder: e.g., v0.0.7
74+
validations:
75+
required: false
76+
77+
- type: textarea
78+
id: additional
79+
attributes:
80+
label: Additional Context
81+
description: Add any other context about the problem here (logs, cluster setup, etc.).
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Community Meeting Agenda
2+
description: Create a new community meeting agenda
3+
title: "Community Meeting [YYYY-MM-DD]"
4+
labels:
5+
- community-meeting
6+
body:
7+
- type: textarea
8+
attributes:
9+
label: Overview
10+
value: |
11+
We meet every other Thursday at 11am Eastern, 8am Pacific, 5pm CET (this might be slightly off during DST changes); [find your time](https://www.timeanddate.com/worldclock/converter.html). The meeting is scheduled for an hour.
12+
13+
**Kube-bind community meeting**
14+
15+
**Google Meet joining info**
16+
Video call link: https://meet.google.com/pwz-dmrg-jcx
17+
Or dial: ‪(LT) +370 5 204 6300‬ PIN: ‪362 482 642 5382‬#
18+
More phone numbers: https://tel.meet/pwz-dmrg-jcx?pin=3624826425382
19+
20+
Add topics you'd like to discuss below!
21+
validations:
22+
required: true

.github/ISSUE_TEMPLATE/epic.yaml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
name: Epic
2+
description: For tracking a large feature, including how to demo it.
3+
title: "epic: "
4+
labels:
5+
- epic
6+
body:
7+
- type: textarea
8+
id: objective
9+
attributes:
10+
label: Demo Objective
11+
description: Please describe the objective of your demo.
12+
placeholder: |
13+
- [ ] User should be able to ...
14+
- [ ] ...
15+
validations:
16+
required: true
17+
18+
- type: textarea
19+
id: steps
20+
attributes:
21+
label: Demo Steps
22+
description: Please describe the steps for the demo.
23+
placeholder: |
24+
1. Admin does X
25+
1. User does Y
26+
1. Everyone is happy :)
27+
28+
- type: checkboxes
29+
id: action-items
30+
attributes:
31+
label: Action Items
32+
description: Please check the following
33+
options:
34+
- label: Scope of the current demo is necessary to fit in the prototype boundaries
35+
required: true
36+
- label: Contribute to the final demo script and recording
37+
38+
- type: textarea
39+
id: stories
40+
attributes:
41+
label: Stories
42+
placeholder: |
43+
- [ ] (Example) **stretch-goal:** Add Widgets to `kubectl bind` plugin
44+
- Out-of-scope (prototype x): Send Widgets to space
45+
validations:
46+
required: false
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
name: Feature Request
2+
description: Suggest an idea for this project
3+
title: "feature: "
4+
labels:
5+
- kind/feature
6+
body:
7+
- type: textarea
8+
id: problem
9+
attributes:
10+
label: Feature Description
11+
description: Is your feature request related to a problem? A clear and concise description of what the problem is.
12+
placeholder: I'm always frustrated when [...]
13+
validations:
14+
required: true
15+
16+
- type: textarea
17+
id: solution
18+
attributes:
19+
label: Proposed Solution
20+
description: A clear and concise description of what you want to happen.
21+
placeholder: We can do [...]
22+
validations:
23+
required: true
24+
25+
- type: textarea
26+
id: alternatives
27+
attributes:
28+
label: Alternative Solutions
29+
description: A clear and concise description of any alternative solutions or features that you've considered.
30+
placeholder: I think another approach would be [...]
31+
validations:
32+
required: false
33+
34+
- type: checkboxes
35+
id: contribute
36+
attributes:
37+
label: Want to contribute?
38+
options:
39+
- label: I would like to work on this issue.
40+
required: false
41+
42+
- type: textarea
43+
id: additional
44+
attributes:
45+
label: Additional Context
46+
description: Add any other context or screenshots about the feature request here.
47+
validations:
48+
required: false

0 commit comments

Comments
 (0)