Skip to content

Commit 96ff227

Browse files
authored
Updated issue templates
1 parent 21aa7c2 commit 96ff227

File tree

4 files changed

+94
-0
lines changed

4 files changed

+94
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Bug Report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ivaylokenov
7+
8+
---
9+
10+
**Describe your issue**
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+
**Expected behavior**
20+
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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: feature
6+
assignees: ivaylokenov
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Example: I am trying to do [...] but [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen. Include any alternative solutions you've considered.
15+
16+
**Additional context**
17+
Add any other context or screenshots about the feature request here.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: feature
6+
assignees: ivaylokenov
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Example: I am trying to do [...] but [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen. Include any alternative solutions you've considered.
15+
16+
**Additional context**
17+
Add any other context or screenshots about the feature request here.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Question
3+
about: Ask anything related to the project
4+
title: ''
5+
labels: question
6+
assignees: ivaylokenov
7+
8+
---
9+
10+
**Describe your question**
11+
A clear and concise description of what the question is.
12+
13+
**Project files**
14+
If applicable, please include your Web and Test projects' `.csproj` files.
15+
16+
**Startup classes**
17+
If applicable, 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.

0 commit comments

Comments
 (0)