diff --git a/.dockerignore b/.dockerignore index 3f4f042f234f..018644c56604 100644 --- a/.dockerignore +++ b/.dockerignore @@ -6,3 +6,4 @@ npm-debug.log /index.js /index.mjs /index.d.ts +/sdk.js diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml index 790d0ed49dc6..0f3485d9551e 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -33,15 +33,3 @@ body: placeholder: "Example: The documentation doesn't cover my use case of the NPM package..." validations: required: true - - - type: dropdown - attributes: - label: Contributing - description: >- - This is an open source project and we welcome contributions. Do you want to - work on this issue? - options: - - 'Yes' - - 'No' - validations: - required: true diff --git a/.github/ISSUE_TEMPLATE/icon_request.yml b/.github/ISSUE_TEMPLATE/icon_request.yml index df29ded6e133..8948d0bf82be 100644 --- a/.github/ISSUE_TEMPLATE/icon_request.yml +++ b/.github/ISSUE_TEMPLATE/icon_request.yml @@ -76,15 +76,3 @@ body: - Is the icon released under a license? - If you think the brand might not be accepted, why do you think it should be considered? placeholder: 'Example: There are two variants of this icon...' - - - type: dropdown - attributes: - label: Contributing - description: >- - This is an open source project and we welcome contributions. Do you want to - add this icon? - options: - - 'Yes' - - 'No' - validations: - required: true diff --git a/.github/ISSUE_TEMPLATE/icon_update.yml b/.github/ISSUE_TEMPLATE/icon_update.yml index f0a4885595c8..ca61a9713470 100644 --- a/.github/ISSUE_TEMPLATE/icon_update.yml +++ b/.github/ISSUE_TEMPLATE/icon_update.yml @@ -42,15 +42,3 @@ body: - Are there multiple options for the logo and/or color? - Is the icon released under a license? placeholder: 'Example: There are two variants of this icon...' - - - type: dropdown - attributes: - label: Contributing - description: >- - This is an open source project and we welcome contributions. Do you want to - update this icon? - options: - - 'Yes' - - 'No' - validations: - required: true diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 10a31e3065e8..bdeea5989f95 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,22 +3,26 @@ Before opening your pull request, have a quick look at our contribution guidelin https://github.com/simple-icons/simple-icons/blob/develop/CONTRIBUTING.md Consider adding a preview image of your submission using: -https://petershaggynoble.github.io/SI-Sandbox/preview/ +https://wasm.simpleicons.org/preview --> **Issue:** closes # **Similarweb rank:** - + + ### Checklist - - [ ] I updated the JSON data in `_data/simple-icons.json` - - [ ] I optimized the icon with SVGO or SVGOMG - - [ ] The SVG `viewbox` is `0 0 24 24` + +- [ ] I updated the JSON data in `_data/simple-icons.json` +- [ ] I optimized the icon with SVGO or SVGOMG +- [ ] The SVG `viewbox` is `0 0 24 24` ### Description +