Adding some guidance regarding using StackOverflow in the issue template (#17306)
* Adding some guidance regarding using StackOverflow in the issue template * Update the new bounty link Co-Authored-By: Barry Dorrans <github.com@idunno.org> * Update .github/ISSUE_TEMPLATE/bug_report.md Co-Authored-By: Daniel Roth <daroth@microsoft.com>
This commit is contained in:
parent
88cda2751a
commit
c060613373
|
|
@ -3,7 +3,13 @@ name: Bug report
|
|||
about: Create a report about something that is not working
|
||||
---
|
||||
|
||||
### 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://technet.microsoft.com/en-us/mt764065.aspx) but ONLY if it is reported through email.
|
||||
<!--
|
||||
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.
|
||||
For other types of questions, consider using [StackOverflow](https://stackoverflow.com).
|
||||
|
||||
-->
|
||||
|
||||
### Describe the bug
|
||||
A clear and concise description of what the bug is.
|
||||
|
|
|
|||
Loading…
Reference in New Issue