-
-
Notifications
You must be signed in to change notification settings - Fork 101
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 #98 from SixLabors/js/apache
Update license, docs, config, and refs
- Loading branch information
Showing
90 changed files
with
496 additions
and
863 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
name: "Commercial License : Bug Report" | ||
about: | | ||
Create a report to help us improve the project. For Commercial License holders only. | ||
Please contact [email protected] for issues requiring private support. | ||
labels: commercial, needs triage | ||
|
||
--- | ||
|
||
|
||
### Prerequisites | ||
|
||
- [ ] I have written a descriptive issue title | ||
- [ ] I have verified that I am running the latest version of ImageSharp.Web | ||
- [ ] I have verified if the problem exist in both `DEBUG` and `RELEASE` mode | ||
- [ ] I have searched [open](https://github.com/SixLabors/ImageSharp.Web/issues) and [closed](https://github.com/SixLabors/ImageSharp.Web/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 --> | ||
|
||
- ImageSharp.Web 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 ImageSharp.Web! --> |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Ask a Question | ||
url: https://github.com/SixLabors/ImageSharp/discussions/new?category_id=6331980 | ||
about: Ask a question about this project. | ||
- name: Feature Request | ||
url: https://github.com/SixLabors/ImageSharp/discussions/new?category_id=6331981 | ||
about: Share ideas for new features for this project. |
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
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 |
---|---|---|
|
@@ -95,10 +95,9 @@ jobs: | |
XUNIT_PATH: .\tests\ImageSharp.Web.Tests # Required for xunit | ||
|
||
- name: Update Codecov | ||
uses: iansu/codecov-action-node@v1.0.0 | ||
if: matrix.options.codecov == true | ||
uses: codecov/[email protected].7 | ||
if: matrix.options.codecov == true && startsWith(github.repository, 'SixLabors') | ||
with: | ||
token: ${{secrets.CODECOV_TOKEN}} | ||
flags: unittests | ||
|
||
Publish: | ||
|
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 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
Oops, something went wrong.