Skip to content

Commit

Permalink
Replaced question.md issue-template with contact_links to StackOverfl…
Browse files Browse the repository at this point in the history
…ow (#4912)
  • Loading branch information
snakefoot committed May 13, 2022
1 parent ceca8c2 commit 55c3011
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 34 deletions.
9 changes: 3 additions & 6 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ Questions
----
Please provide the following information:
- The current NLog version
- The current config (file content or API calls). Please use [fenced code blocks](https://help.github.com/articles/creating-and-highlighting-code-blocks/#fenced-code-blocks).
- If relevant: the current result
- The current config (xml or code). Please use [fenced code blocks](https://help.github.com/articles/creating-and-highlighting-code-blocks/#fenced-code-blocks).
- If relevant: the current result (Including full exception details if any)
- If relevant: the expected result



Bug reports
----
Please provide the following information:
Expand All @@ -29,11 +27,10 @@ Please provide the following information:
- The current result
- The expected result
- Any current work-arounds
- The current config (file content or API calls). Please use [fenced code blocks](https://help.github.com/articles/creating-and-highlighting-code-blocks/#fenced-code-blocks).
- The current config (xml or code). Please use [fenced code blocks](https://help.github.com/articles/creating-and-highlighting-code-blocks/#fenced-code-blocks).
- Pull requests and unit tests are welcome!



Pull requests
----
Unit tests are really appreciated!
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Bug report
about: Create a report to help us improve
about: Report any issues found in NLog functionality or source-code to help us improve

---

Expand All @@ -10,7 +10,7 @@ Please keep / fill in the relevant info from this template so that we can help y

**NLog version**: (e.g. 4.4.13)

**Platform**: .Net 3.5 / .Net 4.0 / .Net 4.5 / Mono 4 / Xamarin Android / Xamarin iOs / .NET Core 1 / .NET Core 2 / .NET Core 3
**Platform**: .Net 3.5 / .Net 4.0 / .Net 4.5 / Mono 4 / Xamarin Android / Xamarin iOS / .NET Core / .NET5 / .NET6

**Current NLog config** (xml or C#, if relevant)

Expand Down
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Have a question ❓
url: https://stackoverflow.com/tags/nlog
about: Use the NLog-tag when asking questions at StackOverflow.com
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Please keep / fill in the relevant info from this template so that we can help y

**NLog version**: (e.g. 4.4.13)

**Platform**: .Net 3.5 / .Net 4.0 / .Net 4.5 / Mono 4 / Xamarin Android / Xamarin iOs / .NET Core 1 / .NET Core 2 / .NET Core 3
**Platform**: .Net 3.5 / .Net 4.0 / .Net 4.5 / Mono 4 / Xamarin Android / Xamarin iOS / .NET Core / .NET5 / .NET6

**Current NLog config** (xml or C#, if relevant)

Expand Down
25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE/question.md

This file was deleted.

0 comments on commit 55c3011

Please sign in to comment.