Skip to content

Commit 642150a

Browse files
Add contribution interest checkbox to issue templates (cytomining#665)
* updated issue template to welcome contributors * [pre-commit.ci lite] apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
1 parent e102e66 commit 642150a

5 files changed

Lines changed: 45 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,14 @@ body:
4040
- Screenshots
4141
- Operating system
4242
- Pycytominer version
43+
- type: checkboxes
44+
id: contribution-interest
45+
attributes:
46+
label: Contribution interest
47+
description: >
48+
If you would like to help fix this issue, we would be happy to support
49+
you. This is completely optional, but it helps us know when someone is
50+
interested in contributing.
51+
options:
52+
- label: >
53+
I would be interested in submitting a pull request to help resolve this issue.

.github/ISSUE_TEMPLATE/documentation_request.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,14 @@ body:
2929
Please provide your suggestion for what changes should be made in the documentation. If your suggestion involves modifying existing documentation, please explain why the suggested change is an improvement.
3030
validations:
3131
required: true
32+
- type: checkboxes
33+
id: contribution-interest
34+
attributes:
35+
label: Contribution interest
36+
description: >
37+
If you would like to help improve this documentation, we would be happy
38+
to support you. This is completely optional, but it helps us know when
39+
someone is interested in contributing.
40+
options:
41+
- label: >
42+
I would be interested in submitting a pull request to help update this documentation.

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,14 @@ body:
4242
label: Additional information
4343
description: >
4444
Provide additional information or context.
45+
- type: checkboxes
46+
id: contribution-interest
47+
attributes:
48+
label: Contribution interest
49+
description: >
50+
If you would like to help build this feature, we would be happy to
51+
support you. This is completely optional, but it helps us know when
52+
someone is interested in contributing.
53+
options:
54+
- label: >
55+
I would be interested in submitting a pull request to help implement this feature.

.github/ISSUE_TEMPLATE/general_questions.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,14 @@ body:
1919
Please provide the question or a description of the issue.
2020
validations:
2121
required: true
22+
- type: checkboxes
23+
id: contribution-interest
24+
attributes:
25+
label: Contribution interest
26+
description: >
27+
If you would like to help follow up on this issue, we would be happy to
28+
support you. This is completely optional, but it helps us know when
29+
someone is interested in contributing.
30+
options:
31+
- label: >
32+
I would be interested in submitting a pull request to help resolve this issue.

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: "v0.15.11"
3+
rev: "v0.15.12"
44
hooks:
55
- id: ruff-check
66
exclude: tutorials/nbconverted/

0 commit comments

Comments
 (0)