Skip to content

Commit 5f8e8ad

Browse files
Update license, readme, config and coverage
1 parent aa917aa commit 5f8e8ad

File tree

103 files changed

+399
-255
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+399
-255
lines changed

.github/ISSUE_TEMPLATE/ask-question.md

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: "Commercial License : Bug Report"
3+
about: |
4+
Create a report to help us improve the project. For Commercial License holders only.
5+
Please contact [email protected] for issues requiring private support.
6+
labels: commercial, needs triage
7+
8+
---
9+
10+
11+
### Prerequisites
12+
13+
- [ ] I have written a descriptive issue title
14+
- [ ] I have verified that I am running the latest version of Fonts
15+
- [ ] I have verified if the problem exist in both `DEBUG` and `RELEASE` mode
16+
- [ ] I have searched [open](https://github.com/SixLabors/Fonts/issues) and [closed](https://github.com/SixLabors/Fonts/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported
17+
18+
### Description
19+
<!-- A description of the bug or feature -->
20+
21+
### Steps to Reproduce
22+
<!-- List of steps, sample code, failing test or link to a project that reproduces the behavior -->
23+
24+
### System Configuration
25+
<!-- Tell us about the environment where you are experiencing the bug -->
26+
27+
- Fonts version:
28+
- Other Six Labors packages and versions:
29+
- Environment (Operating system, version and so on):
30+
- .NET Framework version:
31+
- Additional information:
32+
33+
<!-- Thanks for reporting the issue to Fonts! -->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Ask a Question
4+
url: https://github.com/SixLabors/ImageSharp/discussions/new?category_id=6331980
5+
about: Ask a question about this project.
6+
- name: Feature Request
7+
url: https://github.com/SixLabors/ImageSharp/discussions/new?category_id=6331981
8+
about: Share ideas for new features for this project.

.github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2-
name: Bug report
3-
about: Create a report to help us improve
2+
name: "OSS : Bug Report"
3+
about: Create a report to help us improve the project.
4+
labels: needs triage
45

56
---
67

78
### Prerequisites
89

910
- [ ] I have written a descriptive issue title
10-
- [ ] I have verified that I am running the latest version of SixLabors.Fonts
11+
- [ ] I have verified that I am running the latest version of Fonts
1112
- [ ] I have verified if the problem exist in both `DEBUG` and `RELEASE` mode
1213
- [ ] I have searched [open](https://github.com/SixLabors/Fonts/issues) and [closed](https://github.com/SixLabors/Fonts/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported
1314

@@ -20,10 +21,10 @@ about: Create a report to help us improve
2021
### System Configuration
2122
<!-- Tell us about the environment where you are experiencing the bug -->
2223

23-
- SixLabors.Fonts version:
24-
- Other SixLabors packages and versions:
24+
- Fonts version:
25+
- Other Six Labors packages and versions:
2526
- Environment (Operating system, version and so on):
2627
- .NET Framework version:
2728
- Additional information:
2829

29-
<!-- Thanks for reporting the issue to SixLabors.Fonts! -->
30+
<!-- Thanks for reporting the issue to Fonts! -->

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ jobs:
138138
XUNIT_PATH: .\tests\SixLabors.Fonts.Tests # Required for xunit
139139

140140
- name: Update Codecov
141-
uses: iansu/codecov-action-node@v1.0.0
142-
if: matrix.options.codecov == true
141+
uses: codecov/[email protected].7
142+
if: matrix.options.codecov == true && startsWith(github.repository, 'SixLabors')
143143
with:
144-
token: ${{secrets.CODECOV_TOKEN}}
145144
flags: unittests

CODE_OF_CONDUCT.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Code of Conduct
2+
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).

Directory.Build.props

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
<LangVersion>8.0</LangVersion>
8383
<NeutralLanguage>en</NeutralLanguage>
8484
<OverwriteReadOnlyFiles>true</OverwriteReadOnlyFiles>
85-
<PackageIcon>icon.png</PackageIcon>
86-
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
85+
<PackageIcon>sixlabors.fonts.128.png</PackageIcon>
86+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
8787
<PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl>
8888
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
8989
<RepositoryType>git</RepositoryType>
@@ -104,8 +104,7 @@
104104
<!--<PackageReference Include="StyleCop.Analyzers" IsImplicitlyDefined="true" />-->
105105
<AdditionalFiles Include="$(MSBuildThisFileDirectory)shared-infrastructure\stylecop.json" Visible="false" />
106106
<!--NuGet package icon source-->
107-
<None Include="$(MSBuildThisFileDirectory)shared-infrastructure\branding\icons\fonts\sixlabors.fonts.128.png" Pack="true" PackagePath="\icon.png" Visible="false" />
108-
<None Include="$(MSBuildThisFileDirectory)shared-infrastructure\NUGETLICENSE.md" Pack="true" PackagePath="LICENSE.md" />
107+
<None Include="$(MSBuildThisFileDirectory)shared-infrastructure\branding\icons\fonts\sixlabors.fonts.128.png" Pack="true" PackagePath="" />
109108
</ItemGroup>
110109

111110
</Project>

0 commit comments

Comments
 (0)