Skip to content

Commit f8af3e9

Browse files
authored
docs: update issue template with contribution details (#379)
Signed-off-by: Sertac Ozercan <[email protected]>
1 parent 89eddc6 commit f8af3e9

File tree

4 files changed

+33
-8
lines changed

4 files changed

+33
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Bug Report
22
description: Report a bug in Project Copacetic
33
title: "[BUG] <title>"
4-
labels: "bug"
4+
labels:
5+
- "bug"
56
body:
67
- type: markdown
78
attributes:
@@ -32,4 +33,11 @@ body:
3233
- type: markdown
3334
attributes:
3435
value: |
35-
Thanks for taking the time to fill out a bug report!
36+
Thanks for taking the time to fill out a bug report!
37+
- type: checkboxes
38+
id: idea
39+
attributes:
40+
label: "Are you willing to submit PRs to contribute to this bug fix?"
41+
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 us at the `#copa` channel on the [OCI Slack](https://communityinviter.com/apps/opencontainers/join-the-oci-community) if you have any questions."
42+
options:
43+
- label: Yes, I am willing to implement it.

.github/ISSUE_TEMPLATE/documentation.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Documentation Improvement
22
description: Suggest a correction or improvement in Project Copacetic documents
33
title: "[DOC] <title>"
4-
labels: "documentation"
4+
labels:
5+
- "documentation"
56
body:
67
- type: markdown
78
attributes:
@@ -25,4 +26,11 @@ body:
2526
- type: markdown
2627
attributes:
2728
value: |
28-
Thanks for taking the time to suggest a documentation improvement!
29+
Thanks for taking the time to suggest a documentation improvement!
30+
- type: checkboxes
31+
id: idea
32+
attributes:
33+
label: "Are you willing to submit PRs to contribute to documentation?"
34+
description: "This is absolutely not required, but we are happy to guide you in the contribution process. Join us at the `#copa` channel on the [OCI Slack](https://communityinviter.com/apps/opencontainers/join-the-oci-community) if you have any questions."
35+
options:
36+
- label: Yes, I am willing to implement it.

.github/ISSUE_TEMPLATE/question.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Question
22
description: Ask a question about Project Copacetic
33
title: "[QUESTION] <title>"
4-
labels: "question"
4+
labels:
5+
- "question"
56
body:
67
- type: markdown
78
attributes:

.github/ISSUE_TEMPLATE/request.yml

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Request
22
description: Request a new feature or propose an enhancement to Project Copacetic
33
title: "[REQ] <title>"
4-
labels: "enhancement"
4+
labels:
5+
- "enhancement"
56
body:
67
- type: markdown
78
attributes:
@@ -20,8 +21,15 @@ body:
2021
label: What is your request or suggestion?
2122
placeholder: |
2223
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>.
24+
e.g. When using <copa command> the <current behavior> has this <limitation> and it would be better if it has this <improvement>.
2425
- type: markdown
2526
attributes:
2627
value: |
27-
Thanks for taking the time to fill out a request!
28+
Thanks for taking the time to fill out a request!
29+
- type: checkboxes
30+
id: idea
31+
attributes:
32+
label: "Are you willing to submit PRs to contribute to this feature request?"
33+
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 us at 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.

0 commit comments

Comments
 (0)