Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move #5

Merged
merged 1 commit into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/CODEOWNERS

This file was deleted.

8 changes: 2 additions & 6 deletions .github/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ patches and features.

To generate the correct folder structure and files you can run `npm run create-new-polyfill <feature>`, where `<feature>` is the name of the feature. E.G. To create a new polyfill for `Element.prototype.nextElementSibling` it would be `npm run create-new-polyfill Element.prototype.nextElementSibling`.

This documentation will use the [`Element.prototype.nextElementSibling` polyfill as an example](https://github.com/Financial-Times/polyfill-library/tree/master/polyfills/Element/prototype/nextElementSibling).
This documentation will use the [`Element.prototype.nextElementSibling` polyfill as an example](https://github.com/mrhenry/polyfill-library/tree/main/polyfills/Element/prototype/nextElementSibling).

If you run into any issues please ask us a question, we are happy to help.

Expand Down Expand Up @@ -64,7 +64,7 @@ List what browsers require the polyfill.

You can check the related Mozilla Developer Network (MDN) page for the compatibility, they also have their browser compatibility data on GitHub.

For example: [MDN nextElementSibling browser support](https://github.com/mdn/browser-compat-data/blob/master/api/NonDocumentTypeChildNode.json#L99-L149)
For example: [MDN nextElementSibling browser support](https://github.com/mdn/browser-compat-data/blob/main/api/NonDocumentTypeChildNode.json#L99-L149)

Browsers that can be listed:
- android
Expand Down Expand Up @@ -222,7 +222,3 @@ Please also provide a **test plan**, i.e. specify how you verified that your add

**IMPORTANT**: By submitting a patch, you agree to allow the project
owners to license your work under the terms of the [MIT License](../LICENSE.md) and the [CLA](./contribution_licence_agreement.md).

---

_Many thanks to [create-react-app](https://github.com/facebook/create-react-app/blob/master/CONTRIBUTING.md) for the inspiration with this contributing guide_
7 changes: 0 additions & 7 deletions .github/contribution_licence_agreement.md

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/lock.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/ok-to-test.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/publish-to-npm-as-latest.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/publish-to-npm-as-prerelease.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test-from-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# Fetch master branch to determine which polyfills have changed and need testing.
- name: Fetch upstream to determine diff
run: |
git remote add upstream https://github.com/Financial-Times/polyfill-library.git
git remote add upstream https://github.com/mrhenry/polyfill-library.git
git fetch --depth=50 upstream master

- uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-polyfills.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# Fetch master branch to determine which polyfills have changed and need testing.
- name: Fetch upstream to determine diff
run: |
git remote add upstream https://github.com/Financial-Times/polyfill-library.git
git remote add upstream https://github.com/mrhenry/polyfill-library.git
git fetch --depth=50 upstream master

# <insert integration tests needing secrets>
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
# Fetch master branch to determine which polyfills have changed and need testing.
- name: Fetch upstream to determine diff
run: |
git remote add upstream https://github.com/Financial-Times/polyfill-library.git
git remote add upstream https://github.com/mrhenry/polyfill-library.git
git fetch --depth=50 upstream master

# <insert integration tests needing secrets>
Expand Down
Loading
Loading