-
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #351 from SixLabors/js/vnext
Update to .NET 6 and new License.
- Loading branch information
Showing
398 changed files
with
45,579 additions
and
46,718 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Ask a Question | ||
url: https://github.com/SixLabors/Fonts/discussions?discussions_q=category%3AHelp | ||
url: https://github.com/SixLabors/Fonts/discussions/categories/q-a | ||
about: Ask a question about this project. | ||
- name: Feature Request | ||
url: https://github.com/SixLabors/Fonts/discussions?discussions_q=category%3AIdeas | ||
url: https://github.com/SixLabors/Fonts/discussions/categories/ideas | ||
about: Share ideas for new features for this project. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,52 @@ | ||
--- | ||
name: "OSS : Bug Report" | ||
about: Create a report to help us improve the project. | ||
labels: needs triage | ||
|
||
--- | ||
|
||
### Prerequisites | ||
|
||
- [ ] I have written a descriptive issue title | ||
- [ ] I have verified that I am running the latest version of Fonts | ||
- [ ] I have verified if the problem exist in both `DEBUG` and `RELEASE` mode | ||
- [ ] 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 | ||
|
||
### Description | ||
<!-- A description of the bug or feature --> | ||
|
||
### Steps to Reproduce | ||
<!-- List of steps, sample code, failing test or link to a project that reproduces the behavior --> | ||
|
||
### System Configuration | ||
<!-- Tell us about the environment where you are experiencing the bug --> | ||
|
||
- Fonts version: | ||
- Other Six Labors packages and versions: | ||
- Environment (Operating system, version and so on): | ||
- .NET Framework version: | ||
- Additional information: | ||
|
||
<!-- Thanks for reporting the issue to Fonts! --> | ||
name: "Bug Report" | ||
description: Create a report to help us improve the project. Issues are not guaranteed to be triaged. | ||
labels: ["needs triage"] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Prerequisites | ||
options: | ||
- label: I have written a descriptive issue title | ||
required: true | ||
- label: I have verified that I am running the latest version of Fonts | ||
required: true | ||
- label: I have verified if the problem exist in both `DEBUG` and `RELEASE` mode | ||
required: true | ||
- label: 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 | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Fonts version | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Other Six Labors packages and versions | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Environment (Operating system, version and so on) | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: .NET Framework version | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: A description of the bug | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Steps to Reproduce | ||
description: List of steps, sample code, failing test or link to a project that reproduces the behavior. Make sure you place a stack trace inside a code (```) block to avoid linking unrelated issues. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Images | ||
description: Please upload images that can be used to reproduce issues in the area below. If the file type is not supported the file can be zipped and then uploaded instead. |
Oops, something went wrong.