Skip to content

Commit dec633b

Browse files
committed
added issue/pr templates
1 parent fe0606b commit dec633b

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
***Note*: for support questions, please ask on StackOverflow: https://stackoverflow.com/questions/tagged/serilog . This repository's issues are reserved for feature requests and bug reports.**
2+
3+
**Do you want to request a *feature* or report a *bug*?**
4+
5+
6+
7+
**What is the current behavior?**
8+
9+
10+
11+
**If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem**
12+
13+
14+
15+
**What is the expected behavior?**
16+
17+
18+
19+
**What is the motivation / use case for changing the behavior?**
20+
21+
22+
23+
**Which versions of Serilog, and which platform / OS are affected by this issue? Did this work in previous versions of Serilog?**
24+
25+
26+
27+
**Other information (e.g. stacktraces, related issues, suggestions how to fix)**

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)**
2+
3+
4+
5+
**What is the current behavior? (You can also link to an open issue here)**
6+
7+
8+
9+
**What is the new behavior (if this is a feature change)?**
10+
11+
12+
13+
**Does this PR introduce a breaking change?**
14+
15+
16+
17+
**Please check if the PR fulfills these requirements**
18+
- [ ] The commit follows our guidelines: https://github.com/serilog/serilog#contribute
19+
- [ ] Tests for the changes have been added (for bug fixes / features)
20+
- [ ] Docs have been added / updated (for bug fixes / features)
21+
22+
**Other information**:
23+

0 commit comments

Comments
 (0)