diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yml b/.github/ISSUE_TEMPLATE/1_bug_report.yml index 2940b983e..dff0c85db 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yml @@ -84,10 +84,15 @@ body: validations: required: false -- type: input +- type: dropdown attributes: label: Would you like to work on the issue? description: | - Please let us know if you can work on this or if the issue should be assigned to someone else. + Processing is an open-source, community-driven project. Let us know if you would like to help resolve this issue, or if you'd prefer it be assigned to someone else. + See [CONTRIBUTE.md](https://github.com/processing/processing4/blob/main/CONTRIBUTE.md) for more info about contributing. + options: + - Yes, I would like to work on this + - No, please assign to someone else + - I am not sure validations: required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/2_enhancement.yml b/.github/ISSUE_TEMPLATE/2_enhancement.yml index 06a1c93b9..87cefe59b 100644 --- a/.github/ISSUE_TEMPLATE/2_enhancement.yml +++ b/.github/ISSUE_TEMPLATE/2_enhancement.yml @@ -65,10 +65,15 @@ body: validations: required: false -- type: input +- type: dropdown attributes: label: Would you like to work on the issue? description: | - Please let us know if you can work on this or if the issue should be assigned to someone else. + Processing is an open-source, community-driven project. Let us know if you would like to help resolve this issue, or if you'd prefer it be assigned to someone else. + See [CONTRIBUTE.md](https://github.com/processing/processing4/blob/main/CONTRIBUTE.md) for more info about contributing. + options: + - Yes, I would like to work on this + - No, please assign to someone else + - I am not sure validations: required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/3_feature-request.yml b/.github/ISSUE_TEMPLATE/3_feature-request.yml index bfe8de060..cac1cac33 100644 --- a/.github/ISSUE_TEMPLATE/3_feature-request.yml +++ b/.github/ISSUE_TEMPLATE/3_feature-request.yml @@ -62,11 +62,15 @@ body: validations: required: false - -- type: input +- type: dropdown attributes: label: Would you like to work on the issue? description: | - Please let us know if you can work on this or if the issue should be assigned to someone else. + Processing is an open-source, community-driven project. Let us know if you would like to help resolve this issue, or if you'd prefer it be assigned to someone else. + See [CONTRIBUTE.md](https://github.com/processing/processing4/blob/main/CONTRIBUTE.md) for more info about contributing. + options: + - Yes, I would like to work on this + - No, please assign to someone else + - I am not sure validations: required: true \ No newline at end of file