You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/01_bug_report.yml
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
name: 🐞 Bug Report
2
-
description: Create a report to help us improve
2
+
description: Create a report to help us improve
3
3
labels: ["bug", "triage"]
4
4
body:
5
5
- type: markdown
6
6
attributes:
7
7
value: |
8
8
We welcome bug reports! Please see our [contribution guidelines](https://github.com/fluentassertions/fluentassertions/blob/develop/CONTRIBUTING.md#writing-a-good-bug-report) for more information on writing a good bug report.
9
-
9
+
10
10
**Before continuing, have you:**
11
11
12
12
* Tried upgrading to newest version of Fluent Assertions, to see if your issue has already been resolved and released?
@@ -88,7 +88,7 @@ body:
88
88
description: |
89
89
Please provide more information on your .NET configuration:
90
90
* Which version of Fluent Assertions are you using?
91
-
* Which .NET runtime and version are you targeting? E.g. .NET framework 4.7.1 or .NET 6.
91
+
* Which .NET runtime and version are you targeting? E.g. .NET framework 4.7.2 or .NET 6.0.
92
92
placeholder: Configuration
93
93
validations:
94
94
required: false
@@ -104,10 +104,11 @@ body:
104
104
- type: dropdown
105
105
id: pull-request
106
106
attributes:
107
-
label: Could you help with a pull-request?
108
-
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).
107
+
label: Are you willing to help with a pull-request?
108
+
description: |
109
+
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).
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/02_api_proposal.yml
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -70,10 +70,12 @@ body:
70
70
- type: dropdown
71
71
id: pull-request
72
72
attributes:
73
-
label: Could you help with a proof-of-concept (as PR in that or a separate repo) first and as pull-request later on?
74
-
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).
73
+
label: Are you willing to help with a proof-of-concept (as PR in that or a separate repo) first and as pull-request later on?
74
+
description: |
75
+
This is mainly to help demonstrate your suggestion.
76
+
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).
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/03_general_feature.yml
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,11 @@ body:
27
27
- type: dropdown
28
28
id: pull-request
29
29
attributes:
30
-
label: Could you help with a pull-request?
31
-
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).
30
+
label: Are you willing help with a pull-request?
31
+
description: |
32
+
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).
# If you wish to specify custom queries, you can do so here or in a config file.
43
+
# By default, queries listed here will override any specified in a config file.
44
+
# Prefix the list here with "+" to use these queries and those in the config file.
45
+
46
+
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
0 commit comments