Skip to content

Commit d86369a

Browse files
committed
docs: update issue template with contribution details
Signed-off-by: Sertac Ozercan <[email protected]>
1 parent 013c118 commit d86369a

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,11 @@ body:
3232
- type: markdown
3333
attributes:
3434
value: |
35-
Thanks for taking the time to fill out a bug report!
35+
Thanks for taking the time to fill out a bug report!
36+
- type: checkboxes
37+
id: idea
38+
attributes:
39+
label: "Are you willing to submit PRs to contribute to this bug fix?"
40+
description: "This is absolutely not required, but we are happy to guide you in the contribution process especially when you already have a good proposal or understanding of how to implement it. Join the `#copa` channel on the [OCI Slack](https://communityinviter.com/apps/opencontainers/join-the-oci-community) if you have any questions."
41+
options:
42+
- label: Yes, I am willing to implement it.

.github/ISSUE_TEMPLATE/documentation.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,11 @@ body:
2525
- type: markdown
2626
attributes:
2727
value: |
28-
Thanks for taking the time to suggest a documentation improvement!
28+
Thanks for taking the time to suggest a documentation improvement!
29+
- type: checkboxes
30+
id: idea
31+
attributes:
32+
label: "Are you willing to submit PRs to contribute to documentation?"
33+
description: "This is absolutely not required, but we are happy to guide you in the contribution process. Join the `#copa` channel on the [OCI Slack](https://communityinviter.com/apps/opencontainers/join-the-oci-community) if you have any questions."
34+
options:
35+
- label: Yes, I am willing to implement it.

.github/ISSUE_TEMPLATE/request.yml

+9-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,15 @@ body:
2020
label: What is your request or suggestion?
2121
placeholder: |
2222
e.g. I would like copa to add this <feature> so that I can use it in my <scenario>.
23-
e.g. When using <copa command> the <current behavior> has this <limitation> and it would be better if it has this <improvement>.
23+
e.g. When using <copa command> the <current behavior> has this <limitation> and it would be better if it has this <improvement>.
2424
- type: markdown
2525
attributes:
2626
value: |
27-
Thanks for taking the time to fill out a request!
27+
Thanks for taking the time to fill out a request!
28+
- type: checkboxes
29+
id: idea
30+
attributes:
31+
label: "Are you willing to submit PRs to contribute to this feature request?"
32+
description: "This is absolutely not required, but we are happy to guide you in the contribution process especially when you already have a good proposal or understanding of how to implement it. Join the `#copa` channel on the [OCI Slack](https://communityinviter.com/apps/opencontainers/join-the-oci-community) if you have any questions."
33+
options:
34+
- label: Yes, I am willing to implement it.

0 commit comments

Comments
 (0)