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

arbitrary change to test PR #1

Closed
wants to merge 3 commits into from
Closed
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
2 changes: 1 addition & 1 deletion README.md

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This repo stores a json document of First-Party Sets (FPSes) within the file
"first_party_sets.JSON". For clarity on the First-Party Sets proposal,
please read the information on
[this page](https://github.com/WICG/first-party-sets/). For guidance on submitting sets,
please follow the guidelines provided in FPS-Submission-Guidelines.md
please follow the guidelines provided in "FPS-Submission-Guidelines.md"

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

In general, changes are made by creating a Pull Request (PR) from your branch
to the main branch. When this occurs, a Github Action will trigger, visible in
.github/workflows/fps-submission-checks.yml. This action will run
Expand Down
5 changes: 4 additions & 1 deletion first_party_sets.JSON
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"sets":[]
"sets":[{
"primary": "https://google.com"
}
]
}