Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate McMaster <natemcmaster@users.noreply.github.com>2018-10-16 21:02:47 +0300
committerGitHub <noreply@github.com>2018-10-16 21:02:47 +0300
commit379d36b5954e13c51af7c096ebfc1b6163cbea41 (patch)
tree094a74ec4d38adf27113bd353c12d7706ad45ba4 /.github/ISSUE_TEMPLATE/bug_report.md
parent78248367da455b1d012b67655a534d1c733228ff (diff)
Update README, daily build docs, and contributing guide
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000000..825102492c
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,24 @@
+---
+name: Bug report
+about: Create a report about something that is not working
+---
+
+### Describe the bug
+A clear and concise description of what the bug is.
+
+### To Reproduce
+Steps to reproduce the behavior:
+1. Using this version of ASP.NET Core '...'
+2. Run this code '....'
+3. With these arguments '....'
+4. See error
+
+### Expected behavior
+A clear and concise description of what you expected to happen.
+
+### Screenshots
+If applicable, add screenshots to help explain your problem.
+
+### Additional context
+Add any other context about the problem here.
+Include the output of `dotnet --info`