Skip to content

Commit 78aac1e

Browse files
authored
Updated issue templates
1 parent edf0809 commit 78aac1e

File tree

3 files changed

+73
-0
lines changed

3 files changed

+73
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: issue_template
3+
about: Describe this issue template's purpose here.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Issues Template
3+
about: General Issues Template
4+
title: ''
5+
labels: ''
6+
assignees: ivaylokenov
7+
8+
---
9+
10+
**Describe your issue**
11+
A clear and concise description of what the bug/feature/question is.
12+
13+
**Project files**
14+
Please include your Web and Test projects' `.csproj` files.
15+
16+
**Startup classes**
17+
Please include your Web and Test project's `Startup` and `TestStartup` classes.
18+
19+
**Expected behavior**
20+
If applicable, add a clear and concise description of what you expected to happen.
21+
22+
**Screenshots**
23+
If applicable, add screenshots to help explain your problem.
24+
25+
**Environment:**
26+
- OS: [e.g. Ubuntu]
27+
- ASP.NET Core Version [e.g. 2.2.1]
28+
29+
**Additional context**
30+
Add any other context about the problem here.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: issues_template
3+
about: Describe this issue template's purpose here.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**Project files**
14+
Please include your Web and Test projects' `.csproj` files.
15+
16+
**Startup classes**
17+
Please include your Web and Test project's `Startup` and `TestStartup` classes.
18+
19+
**To Reproduce**
20+
Steps to reproduce the behavior.
21+
22+
**Expected behavior**
23+
A clear and concise description of what you expected to happen.
24+
25+
**Screenshots**
26+
If applicable, add screenshots to help explain your problem.
27+
28+
**Environment:**
29+
- OS: [e.g. Ubuntu]
30+
- ASP.NET Core Version [e.g. 2.2.1]
31+
32+
**Additional context**
33+
Add any other context about the problem here.

0 commit comments

Comments
 (0)