mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2026-01-02 20:42:18 +08:00
Add issue templates
This commit is contained in:
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
name: Report a bug
|
||||
about: Create a report about something that is not working properly
|
||||
labels: bug
|
||||
---
|
||||
|
||||
### Describe the bug
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
### To reproduce
|
||||
<!--
|
||||
We ❤ code! Ideally, please point us to a minimalistic repro project hosted in a GitHub repository.
|
||||
For a repro project, create a new project and apply the minimum required code to result in the issue you're observing.
|
||||
-->
|
||||
|
||||
### Exceptions (if any)
|
||||
<!--
|
||||
Include the exception you get when facing this issue.
|
||||
-->
|
||||
|
||||
### Further technical details
|
||||
- ASP.NET Core version.
|
||||
- Include the output of `dotnet --info`.
|
||||
- The IDE (VS / VS Code/ VS4Mac) you're running on, and its version.
|
||||
Reference in New Issue
Block a user