You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
name: Bug report
3
-
about: Create a report to help us improve
2
+
name: Bug Report
3
+
about: Create a report to help us improve the project.
4
4
5
5
---
6
6
@@ -9,7 +9,7 @@ about: Create a report to help us improve
9
9
-[ ] I have written a descriptive issue title
10
10
-[ ] I have verified that I am running the latest version of ImageSharp
11
11
-[ ] I have verified if the problem exist in both `DEBUG` and `RELEASE` mode
12
-
-[ ] I have searched [open](https://github.com/SixLabors/ImageSharp/issues) and [closed](https://github.com/SixLabors/ImageSharp/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported
12
+
-[ ] I have searched [open](https://github.com/SixLabors/ImageSharp.Drawing/issues) and [closed](https://github.com/SixLabors/ImageSharp.Drawing/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported
13
13
14
14
### Description
15
15
<!-- A description of the bug or feature -->
@@ -26,4 +26,4 @@ about: Create a report to help us improve
26
26
- .NET Framework version:
27
27
- Additional information:
28
28
29
-
<!-- Thanks for reporting the issue to ImageSharp! -->
29
+
<!-- Thanks for reporting the issue to ImageSharp.Dawing! -->
- Do you have questions? We are happy to help! Please [join our gitter channel](https://gitter.im/ImageSharp/General), or ask them on [stackoverflow](https://stackoverflow.com) using the `ImageSharp` tag. **Do not** open issues for questions!
65
+
- Do you have questions? We are happy to help! Please [join our Discussions Forum](https://github.com/SixLabors/ImageSharp/discussions/category_choices), or ask them on [stackoverflow](https://stackoverflow.com) using the `ImageSharp` tag. **Do not** open issues for questions!
67
66
- Please read our [Contribution Guide](https://github.com/SixLabors/ImageSharp/blob/master/.github/CONTRIBUTING.md) before opening issues or pull requests!
68
67
69
68
### Code of Conduct
@@ -83,7 +82,7 @@ Alternatively, you can work from command line and/or with a lightweight editor o
83
82
-[Visual Studio Code](https://code.visualstudio.com/) with [C# Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp)
0 commit comments