Skip to content
代码片段 群组 项目
未验证 提交 5b3976d0 编辑于 作者: Artak's avatar Artak 提交者: GitHub
浏览文件

Updating the issue template to get more detailed information (#22410)

* Updating the issue template to get more detailed information

* Just a minor emoji to differentiate the bug and feature report lines from the rest
上级 648c15db
No related branches found
No related tags found
无相关合并请求
--- ---
name: Bug report name: 🐞 Bug report
about: Create a report about something that is not working about: Create a report about something that is not working
--- ---
...@@ -7,7 +7,7 @@ about: Create a report about something that is not working ...@@ -7,7 +7,7 @@ about: Create a report about something that is not working
More information on our issue management policies can be found here: https://aka.ms/aspnet/issue-policies More information on our issue management policies can be found here: https://aka.ms/aspnet/issue-policies
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. 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.
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 secure@microsoft.com. Your report may be eligible for our [bug bounty](https://www.microsoft.com/en-us/msrc/bounty-dot-net-core) but ONLY if it is reported through email. 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 secure@microsoft.com. Your report may be eligible for our [bug bounty](https://www.microsoft.com/en-us/msrc/bounty-dot-net-core) but ONLY if it is reported through email.
For other types of questions, consider using [StackOverflow](https://stackoverflow.com). For other types of questions, consider using [StackOverflow](https://stackoverflow.com).
...@@ -19,15 +19,17 @@ A clear and concise description of what the bug is. ...@@ -19,15 +19,17 @@ A clear and concise description of what the bug is.
### To Reproduce ### To Reproduce
<!-- <!--
What steps can we follow to reproduce the issue? We ❤ code! Point us to a minimalistic repro project hosted in a GitHub repo.
For a repro project, create a new ASP.NET Core project using the template of your your choice, apply the minimum required code to result in the issue you're observing.
We ❤ code! Include a complete code listing or point us to a minimalistic GitHub repo. We will close this issue if:
- the repro project you share with us is complex. We can't investigate custom projects, so don't point us to such, please.
``` C# - if we will not be able to repro the behavior you're reporting
Console.WriteLine("Hello, World!"); -->
```
Got Exceptions? Include both the message and the stack trace ### Exceptions (if any)
<!--
Include the exception you get when facing this issue
--> -->
### Further technical details ### Further technical details
......
--- ---
name: Feature request name: 💡 Feature request
about: Suggest an idea for this project about: Suggest an idea for this project
--- ---
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册