|
| 1 | +name: 🐞 Bug Report |
| 2 | +description: Create a report about something that is not working |
| 3 | +labels: [ 'bug' ] |
| 4 | +body: |
| 5 | + - type: markdown |
| 6 | + attributes: |
| 7 | + value: | |
| 8 | + More information on our issue management policies can be found here: https://github.com/MHKarami97/Pool/blob/main/IssueManagementPolicies.md |
| 9 | +
|
| 10 | + Please keep in mind that the GitHub issue tracker is not intended as a general support forum, but for reporting **non-security** bugs and feature requests. |
| 11 | +
|
| 12 | + If you believe you have an issue that affects the SECURITY of the platform, please do NOT create an issue and instead email your issue details to mhkarami97@gmail.com. |
| 13 | + For other types of questions, consider using [Discussions](https://github.com/MHKarami97/Pool/discussions). |
| 14 | + - type: checkboxes |
| 15 | + attributes: |
| 16 | + label: Is there an existing issue for this? |
| 17 | + description: Please search to see if an issue already exists for the bug you encountered ([aspire/issues](https://github.com/MHKarami97/Pool/issues)). More information on our issue management policies is available [here](https://github.com/MHKarami97/Pool/blob/main/IssueManagementPolicies.md). |
| 18 | + options: |
| 19 | + - label: I have searched the existing issues |
| 20 | + required: true |
| 21 | + - type: textarea |
| 22 | + attributes: |
| 23 | + label: Describe the bug |
| 24 | + description: A clear and concise description of what the bug is. |
| 25 | + validations: |
| 26 | + required: true |
| 27 | + - type: textarea |
| 28 | + attributes: |
| 29 | + label: Expected Behavior |
| 30 | + description: A clear and concise description of what you expected to happen. |
| 31 | + validations: |
| 32 | + required: false |
| 33 | + - type: textarea |
| 34 | + attributes: |
| 35 | + label: Steps To Reproduce |
| 36 | + description: | |
| 37 | + We ❤ code! Point us to a [minimalistic project which reproduces this issue (repro)](https://github.com/MHKarami97/Pool/blob/main/docs/repro.md) hosted in a public GitHub repo. |
| 38 | +
|
| 39 | + We will close this issue if: |
| 40 | + - The repro project you share with us is complex. We can't investigate custom projects, so don't point us to such, please. |
| 41 | + - If we will not be able to repro the behavior you're reporting. |
| 42 | + - If the repro project is attached as a `.zip` file. |
| 43 | + - If the GitHub repro project is set to `Private`. |
| 44 | + validations: |
| 45 | + required: false |
| 46 | + - type: textarea |
| 47 | + attributes: |
| 48 | + label: Exceptions (if any) |
| 49 | + description: Include the exception you get when facing this issue. |
| 50 | + placeholder: |
| 51 | + validations: |
| 52 | + required: false |
| 53 | + - type: textarea |
| 54 | + attributes: |
| 55 | + label: .NET Version info |
| 56 | + description: | |
| 57 | + Run `dotnet --info` |
| 58 | + validations: |
| 59 | + required: false |
| 60 | + - type: textarea |
| 61 | + attributes: |
| 62 | + label: Anything else? |
| 63 | + description: | |
| 64 | + - ASP.NET Core version: |
| 65 | + - .NET Aspire version (e.g. package versions): |
| 66 | + - The IDE (VS / VS Code / Rider / Other) you're running on, and its version (and any extension versions): |
| 67 | +
|
| 68 | + Links? References? Anything that will give us more context about the issue you are encountering! |
| 69 | +
|
| 70 | + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. |
| 71 | + validations: |
| 72 | + required: false |
0 commit comments