Skip to content

Commit c05d63d

Browse files
committed
.
1 parent 1a773d9 commit c05d63d

File tree

2 files changed

+70
-0
lines changed

2 files changed

+70
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Bug fix
3+
about: Create a bug fix to help us improve
4+
---
5+
6+
Note: New issues raised, where it is clear the submitter has not read the issue template, are likely to be closed with "please read the issue template". Please don't take offense at this. It is simply a time management decision. If someone raises an issue, and can't be bothered to spend the time to read the issue template, then the project maintainers should not be expected to spend the time to read the submitted issue. Often too much time is spent going back and forth in issue comments asking for information that is outlined in the issue template.
7+
8+
9+
#### Preamble
10+
11+
General questions may be better placed [StackOveflow](https://stackoverflow.com/).
12+
13+
Where relevant, ensure you are using the current stable versions on your development stack. For example:
14+
15+
* Visual Studio
16+
* [.NET SDK or .NET Core SDK](https://www.microsoft.com/net/download)
17+
* Any related NuGet packages
18+
19+
Any code or stack traces must be properly formatted with [GitHub markdown](https://guides.github.com/features/mastering-markdown/).
20+
21+
22+
#### Describe the bug
23+
24+
A clear and concise description of what the bug is. Include any relevant version information.
25+
26+
A clear and concise description of what you expected to happen.
27+
28+
Add any other context about the problem here.
29+
30+
31+
#### Minimal Repro
32+
33+
Ensure you have replicated the bug in a minimal solution with the fewest moving parts. Often this will help point to the true cause of the problem. Upload this repro as part of the issue, preferably a public GitHub repository or a downloadable zip. The repro will allow the maintainers of this project to smoke test the any fix.
34+
35+
#### Submit a PR that fixes the bug
36+
37+
Submit a [Pull Request (PR)](https://help.github.com/articles/about-pull-requests/) that fixes the bug. Include in this PR a test that verifies the fix. If you were not able to fix the bug, a PR that illustrates your partial progress will suffice.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: Feature request
3+
about: How to raise feature requests
4+
---
5+
6+
7+
Note: New issues raised, where it is clear the submitter has not read the issue template, are likely to be closed with "please read the issue template". Please don't take offense at this. It is simply a time management decision. If someone raises an issue, and can't be bothered to spend the time to read the issue template, then the project maintainers should not be expected to spend the time to read the submitted issue. Often too much time is spent going back and forth in issue comments asking for information that is outlined in the issue template.
8+
9+
If you are certain the feature will be accepted, it is better to raise a [Pull Request (PR)](https://help.github.com/articles/about-pull-requests/).
10+
11+
If you are uncertain if the feature will be accepted, outline the proposal below to confirm it is viable, prior to raising a PR that implements the feature.
12+
13+
Note that even if the feature is a good idea and viable, it may not be accepted since the ongoing effort in maintaining the feature may outweigh the benefit it delivers.
14+
15+
16+
#### Is the feature request related to a problem
17+
18+
A clear and concise description of what the problem is.
19+
20+
21+
#### Describe the solution
22+
23+
A clear and concise proposal of how you intend to implement the feature.
24+
25+
26+
#### Describe alternatives considered
27+
28+
A clear and concise description of any alternative solutions or features you've considered.
29+
30+
31+
#### Additional context
32+
33+
Add any other context about the feature request here.

0 commit comments

Comments
 (0)