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
description: "Report a bug or unexpected behavior in the project."
3
+
title: "[Bug]: "
4
+
labels:
5
+
- bug
6
+
body:
7
+
- type: markdown
8
+
attributes:
9
+
value: |
10
+
Thank you for taking the time to report a bug! Please provide as much detail as possible.
11
+
12
+
- type: checkboxes
13
+
id: preconditions
14
+
attributes:
15
+
label: Things to check
16
+
options:
17
+
- label: I have searched the **existing issues** for this bug
18
+
required: true
19
+
validations:
20
+
required: true
21
+
22
+
- type: textarea
23
+
id: bug_description
24
+
attributes:
25
+
label: Describe the bug
26
+
description: A clear and concise description of what the bug is.
27
+
placeholder: Enter the bug details here
28
+
validations:
29
+
required: true
30
+
31
+
- type: textarea
32
+
id: steps_to_reproduce
33
+
attributes:
34
+
label: Steps to reproduce
35
+
description: Describe the steps to reproduce the behavior.
36
+
placeholder: "1. ...\n2. ...\n3. ..."
37
+
validations:
38
+
required: true
39
+
40
+
- type: textarea
41
+
id: expected_behavior
42
+
attributes:
43
+
label: Expected behavior
44
+
description: A clear and concise description of what you expected to happen.
45
+
validations:
46
+
required: true
47
+
48
+
- type: textarea
49
+
id: additional_context
50
+
attributes:
51
+
label: Additional context
52
+
description: Add any other context or screenshots about the problem.
53
+
54
+
- type: input
55
+
id: version
56
+
attributes:
57
+
label: QueryLink version
58
+
description: With which QueryLink NuGet version are you experiencing the issue?
59
+
placeholder: QueryLink version number
60
+
validations:
61
+
required: true
62
+
63
+
- type: input
64
+
id: dotnet-version
65
+
attributes:
66
+
label: .NET version
67
+
description: With which .NET version are you experiencing the issue?
68
+
placeholder: .NET version
69
+
validations:
70
+
required: true
71
+
72
+
- type: dropdown
73
+
id: environment
74
+
attributes:
75
+
label: Environment
76
+
description: Provide details about the environment where the issue occurs.
77
+
multiple: true
78
+
options:
79
+
- Windows
80
+
- macOS
81
+
- Linux
82
+
- Other
83
+
validations:
84
+
required: true
85
+
86
+
- type: checkboxes
87
+
id: will-patch
88
+
attributes:
89
+
label: Contribute a patch?
90
+
description: |
91
+
If you plan to contribute a patch for this issue yourself, please check the box below - to tell us and others looking at the issue that someone’s already working on it. If you do check this box, please try to send a pull request within 7 days or so.
92
+
options:
93
+
- label: I’ll contribute a patch for this myself.
94
+
95
+
- type: checkboxes
96
+
id: terms
97
+
attributes:
98
+
label: Code of Conduct
99
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/ByteAether/QueryLink/blob/main/CODE_OF_CONDUCT.md).
100
+
options:
101
+
- label: I agree to follow this project's Code of Conduct
description: "Suggest a new feature or improvement to the project."
3
+
title: "[Feature Request]: "
4
+
labels:
5
+
- enhancement
6
+
body:
7
+
- type: markdown
8
+
attributes:
9
+
value: |
10
+
Thank you for suggesting a feature! Please provide as much detail as possible.
11
+
12
+
- type: checkboxes
13
+
id: preconditions
14
+
attributes:
15
+
label: Things to check
16
+
options:
17
+
- label: I have searched the **existing issues** for this bug
18
+
required: true
19
+
validations:
20
+
required: true
21
+
22
+
- type: textarea
23
+
id: feature_description
24
+
attributes:
25
+
label: Describe the feature
26
+
description: A clear and concise description of what you want to happen.
27
+
placeholder: Enter the feature details here
28
+
validations:
29
+
required: true
30
+
31
+
- type: textarea
32
+
id: problem_to_solve
33
+
attributes:
34
+
label: Problem to solve
35
+
description: Describe the problem your feature will address.
36
+
placeholder: Enter the problem details here
37
+
validations:
38
+
required: true
39
+
40
+
- type: textarea
41
+
id: examples
42
+
attributes:
43
+
label: Have you seen this feature anywhere else?
44
+
description: Please provide links to other implementations, or screenshots or videos of the expected behavior if possible.
45
+
placeholder: Show us examples!
46
+
47
+
- type: textarea
48
+
id: alternatives
49
+
attributes:
50
+
label: Alternatives considered
51
+
description: Describe any alternative solutions or features you’ve considered.
52
+
53
+
- type: textarea
54
+
id: additional_context
55
+
attributes:
56
+
label: Additional context
57
+
description: Add any other context or screenshots to explain your feature request.
58
+
59
+
- type: checkboxes
60
+
id: will-patch
61
+
attributes:
62
+
label: Contribute a patch?
63
+
description: |
64
+
If you plan to contribute a patch for this issue yourself, please check the box below - to tell us and others looking at the issue that someone’s already working on it. If you do check this box, please try to send a pull request within 7 days or so.
65
+
options:
66
+
- label: I’ll contribute a patch for this myself.
67
+
68
+
- type: checkboxes
69
+
id: terms
70
+
attributes:
71
+
label: Code of Conduct
72
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/ByteAether/QueryLink/blob/main/CODE_OF_CONDUCT.md).
73
+
options:
74
+
- label: I agree to follow this project's Code of Conduct
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -296,11 +296,16 @@ The full functionality of LINQ is still available. You are free to write any `.W
296
296
297
297
### I need projections; the raw data models are not enough for me.
298
298
299
-
You can use any library that can map objects from one to another. Our library does not limit you in any way and will work with the dataset you provide in the form of `IQueryable<T>`, whatever the `T` may be.
299
+
You can use any library that can map objects from one to another or use your own mapper code. Our library does not limit you in any way and will work with the dataset you provide in the form of `IQueryable<T>`, whatever the `T` may be.
300
300
301
301
## Contributing
302
302
303
-
Contributions are welcome! Please open an issue or submit a pull request if you have any suggestions or improvements.
303
+
We welcome all contributions! You can:
304
+
305
+
* **Open a Pull Request:** Fork the repository, create a branch, make your changes, and submit a pull request to the `main` branch.
306
+
* **Report Issues:** Found a bug or have a suggestion? [Open an issue](https://github.com/ByteAether/Ulid/issues) with details.
0 commit comments