Skip to content

Commit a0e4498

Browse files
committed
Issue template customization
1 parent f2f314c commit a0e4498

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
22
name: Bug report
3-
about: Report a bug and help us to improve Serilog
3+
about: Report a bug and help us to improve Serilog.Expressions
44
title: ''
55
labels: bug
66
assignees: ''
77

88
---
99

10-
The Serilog maintainers want you to have a great experience using Serilog, and will happily track down and resolve bugs. We all have limited time, though, so please think through all of the factors that might be involved and include as much useful information as possible 😊.
10+
The Serilog maintainers want you to have a great experience using Serilog.Expressions, and will happily track down and resolve bugs. We all have limited time, though, so please think through all of the factors that might be involved and include as much useful information as possible 😊.
1111

12-
ℹ If the problem is caused by a sink or other extension package, please track down the correct repository for that package and create the report there: this tracker is for the core **Serilog** package only.
12+
ℹ If the problem is caused by a sink or other extension package, please track down the correct repository for that package and create the report there: this tracker is for the **Serilog.Expressions** package only.
1313

1414
**Description**
1515
What's going wrong?
1616

1717
**Reproduction**
18-
Please provide code samples showing how you're configuring and calling Serilog to produce the behavior.
18+
Please provide code samples showing how you're configuring and calling Serilog.Expressions to produce the behavior.
1919

2020
**Expected behavior**
2121
A concise description of what you expected to happen.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
contact_links:
22
- name: Ask for help
3-
url: https://github.com/serilog/serilog/wiki/Usage-help
4-
about: Ask the community for help on how to use Serilog
3+
url: https://stackoverflow.com/tags/serilog
4+
about: Ask the community for help on how to use Serilog.Expressions
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
name: Feature request
3-
about: Suggest an improvement to Serilog
3+
about: Suggest an improvement to Serilog.Expressions
44
title: ''
55
labels: enhancement
66
assignees: ''
77

88
---
99

1010
**Is your feature request related to a problem? Please describe.**
11-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
11+
A clear and concise description of what the problem is. For example, "I'd like to do _x_ but currently I can't because _y_ [...]".
1212

1313
**Describe the solution you'd like**
1414
A clear and concise description of what you want to happen.
1515

1616
**Describe alternatives you've considered**
17-
A clear and concise description of any alternative solutions or features you've considered.
17+
A clear and concise description of any workarounds or alternative solutions you've considered.
1818

1919
**Additional context**
2020
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)