Skip to content

Commit

Permalink
Add a dropdown to issue templates about pre-check if a user can help …
Browse files Browse the repository at this point in the history
…with a PR
  • Loading branch information
IT-VBFK committed Aug 18, 2023
1 parent 292b9dd commit adc3a04
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/01_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,13 @@ body:
placeholder: Other information
validations:
required: false
- type: dropdown
id: pull-request
attributes:
label: Could you help with a pull-request?
description: Make sure you have read the sections about [contributing changes](https://github.com/fluentassertions/fluentassertions/blob/develop/CONTRIBUTING.md#contributing-changes) and [dos and don'ts](https://github.com/fluentassertions/fluentassertions/blob/develop/CONTRIBUTING.md#dos-and-donts).
options:
- "No"
- "Yes"
validations:
required: true
12 changes: 11 additions & 1 deletion .github/ISSUE_TEMPLATE/02_api_proposal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,14 @@ body:
Please mention any risks that to your knowledge the API proposal might entail, such as breaking changes, performance regressions, etc. If you are proposing a new overload of `Should()` include what type it currently resolves to for the type in question.
placeholder: Risks
validations:
required: false
required: false
- type: dropdown
id: pull-request
attributes:
label: Could you help with a proof-of-concept (as PR in that or a separate repo) first and as pull-request later on?
description: This is mainly to help demonstrate your suggestion. Please also make sure you have read the sections about [contributing changes](https://github.com/fluentassertions/fluentassertions/blob/develop/CONTRIBUTING.md#contributing-changes) and [dos and don'ts](https://github.com/fluentassertions/fluentassertions/blob/develop/CONTRIBUTING.md#dos-and-donts).
options:
- "No"
- "Yes"
validations:
required: true
12 changes: 11 additions & 1 deletion .github/ISSUE_TEMPLATE/03_general_feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,14 @@ body:
Please provide alternatives you have thought about.
placeholder: Alternative designs
validations:
required: false
required: false
- type: dropdown
id: pull-request
attributes:
label: Could you help with a pull-request?
description: Make sure you have read the sections about [contributing changes](https://github.com/fluentassertions/fluentassertions/blob/develop/CONTRIBUTING.md#contributing-changes) and [dos and don'ts](https://github.com/fluentassertions/fluentassertions/blob/develop/CONTRIBUTING.md#dos-and-donts).
options:
- "No"
- "Yes"
validations:
required: true

0 comments on commit adc3a04

Please sign in to comment.