Skip to content

Commit f2be66f

Browse files
committed
Add issue template
1 parent e281155 commit f2be66f

2 files changed

Lines changed: 52 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
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+
## Expected behavior
14+
A clear and concise description of what you expected to happen.
15+
16+
## Environment:
17+
18+
- OS: [OS name and version, e.g. Ubuntu 20.04]
19+
- Version: [NuGet package version of Protobuf.System.Text.Json or commit sha]
20+
21+
## Additional context
22+
Add any other context about the problem here.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## Feature description
11+
12+
- Please provide the feature description in points.
13+
- What is the problem you're trying to solve?
14+
- What is in-scope and what is out-of-scope?
15+
16+
## Feature in action
17+
18+
```csharp
19+
// Most of the demos can be wrapped within short snippets of code
20+
```
21+
22+
```csharp
23+
// If the code is spread across multiple files, please contain each one in a separate block
24+
```
25+
26+
## Describe alternatives you've considered
27+
A clear and concise description of any alternative solutions or features you've considered.
28+
29+
## Additional context
30+
Add any other context about the feature request here.

0 commit comments

Comments
 (0)