Skip to content

Commit 4fdc000

Browse files
Cleanup issue template etc.
1 parent a31a461 commit 4fdc000

File tree

4 files changed

+12
-64
lines changed

4 files changed

+12
-64
lines changed

.github/ISSUE_TEMPLATE/commercial-bug-report.yml

-56
This file was deleted.

.github/ISSUE_TEMPLATE/oss-bug-report.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: "OSS : Bug Report"
2-
description: Create a report to help us improve the project. OSS Issues are not guaranteed to be triaged.
1+
name: "Bug Report"
2+
description: Create a report to help us improve the project. Issues are not guaranteed to be triaged.
33
labels: ["needs triage"]
44
body:
55
- type: checkboxes
@@ -31,7 +31,7 @@ body:
3131
required: true
3232
- type: input
3333
attributes:
34-
label: .NET Framework version
34+
label: .NET version
3535
validations:
3636
required: true
3737
- type: textarea

CODE_OF_CONDUCT.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
# Code of Conduct
1+
# Code of Conduct
22
This project has adopted the code of conduct defined by the [Contributor Covenant](https://contributor-covenant.org/) to clarify expected behavior in our community.
3-
For more information, see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct).

ImageSharp.Web.sln

+8-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_root", "_root", "{C317F1B1
1111
ci-build.ps1 = ci-build.ps1
1212
ci-pack.ps1 = ci-pack.ps1
1313
ci-test.ps1 = ci-test.ps1
14-
.github\CONTRIBUTING.md = .github\CONTRIBUTING.md
14+
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
1515
Directory.Build.props = Directory.Build.props
1616
Directory.Build.targets = Directory.Build.targets
1717
LICENSE = LICENSE
@@ -44,14 +44,19 @@ EndProject
4444
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageSharp.Web.Providers.AWS", "src\ImageSharp.Web.Providers.AWS\ImageSharp.Web.Providers.AWS.csproj", "{E631D300-ACD5-40EA-A6BB-08E22092EC76}"
4545
EndProject
4646
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{B8152C86-B657-4967-B297-42F89A10D23A}"
47+
ProjectSection(SolutionItems) = preProject
48+
.github\CONTRIBUTING.md = .github\CONTRIBUTING.md
49+
.github\dependabot.yml = .github\dependabot.yml
50+
.github\FUNDING.yml = .github\FUNDING.yml
51+
.github\PULL_REQUEST_TEMPLATE.md = .github\PULL_REQUEST_TEMPLATE.md
52+
EndProjectSection
4753
EndProject
4854
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "SharedInfrastructure", "shared-infrastructure\src\SharedInfrastructure\SharedInfrastructure.shproj", "{68A8CC40-6AED-4E96-B524-31B1158FDEEA}"
4955
EndProject
5056
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ISSUE_TEMPLATE", "ISSUE_TEMPLATE", "{04955CD1-F249-4899-9F61-6C7487BEECE1}"
5157
ProjectSection(SolutionItems) = preProject
52-
.github\ISSUE_TEMPLATE\commercial-bug-report.md = .github\ISSUE_TEMPLATE\commercial-bug-report.md
5358
.github\ISSUE_TEMPLATE\config.yml = .github\ISSUE_TEMPLATE\config.yml
54-
.github\ISSUE_TEMPLATE\oss-bug-report.md = .github\ISSUE_TEMPLATE\oss-bug-report.md
59+
.github\ISSUE_TEMPLATE\oss-bug-report.yml = .github\ISSUE_TEMPLATE\oss-bug-report.yml
5560
EndProjectSection
5661
EndProject
5762
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{2A5EF4AC-E228-42C1-970B-35630A9AF250}"

0 commit comments

Comments
 (0)