From 6a184a30a51a0a6689daca8a898e8edf9397025f Mon Sep 17 00:00:00 2001 From: Marco Boelling Date: Tue, 8 Oct 2024 08:14:40 +0200 Subject: [PATCH 1/5] added puzzle.js.org --- PULL_REQUEST_TEMPLATE/addExternalPage.md | 2 +- PULL_REQUEST_TEMPLATE/addGitHubPage.md | 2 +- cnames_active.js | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE/addExternalPage.md b/PULL_REQUEST_TEMPLATE/addExternalPage.md index 9cc521520ea..12cb047e16e 100644 --- a/PULL_REQUEST_TEMPLATE/addExternalPage.md +++ b/PULL_REQUEST_TEMPLATE/addExternalPage.md @@ -1,2 +1,2 @@ - [x] I have read and accepted the [Terms and Conditions](http://js.org/terms.html) -- [x] There is reasonable content on the page: ***[insert URL here]*** +- [x] There is reasonable content on the page: ***[puzzle.js.org]*** diff --git a/PULL_REQUEST_TEMPLATE/addGitHubPage.md b/PULL_REQUEST_TEMPLATE/addGitHubPage.md index 60d3f3dc987..eb61d3fb9f8 100644 --- a/PULL_REQUEST_TEMPLATE/addGitHubPage.md +++ b/PULL_REQUEST_TEMPLATE/addGitHubPage.md @@ -1,3 +1,3 @@ - [x] I have read and accepted the [Terms and Conditions](http://js.org/terms.html) - [x] There is reasonable content on the page -- [x] I have added a CNAME file to my repo: ***[insert URL here]*** +- [x] I have added a CNAME file to my repo: ***[puzzle.js.org]*** diff --git a/cnames_active.js b/cnames_active.js index 34c9ed0d936..4134b787354 100644 --- a/cnames_active.js +++ b/cnames_active.js @@ -2475,6 +2475,7 @@ var cnames_active = { "puppet": "anandchowdhary.github.io/puppet", "pure": "fengzilong.github.io/pure", "purplet": "purpletjs.netlify.app", + "puzzle": "puzzlelang.github.io", "pushoo": "imaegoo.github.io/pushoo", "pusu": "xliudaxia.github.io/pusu-ui", "pwa": "charistheo.github.io/pwa.js.org", From fdb1c54c49f07c6df56bb95893261d612c870bed Mon Sep 17 00:00:00 2001 From: Marco Boelling Date: Tue, 8 Oct 2024 08:18:42 +0200 Subject: [PATCH 2/5] added urls in terms --- PULL_REQUEST_TEMPLATE/addExternalPage.md | 2 +- PULL_REQUEST_TEMPLATE/addGitHubPage.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE/addExternalPage.md b/PULL_REQUEST_TEMPLATE/addExternalPage.md index 12cb047e16e..dc3e9311ee2 100644 --- a/PULL_REQUEST_TEMPLATE/addExternalPage.md +++ b/PULL_REQUEST_TEMPLATE/addExternalPage.md @@ -1,2 +1,2 @@ - [x] I have read and accepted the [Terms and Conditions](http://js.org/terms.html) -- [x] There is reasonable content on the page: ***[puzzle.js.org]*** +- [x] There is reasonable content on the page: ***[puzzlelang.github.io]*** diff --git a/PULL_REQUEST_TEMPLATE/addGitHubPage.md b/PULL_REQUEST_TEMPLATE/addGitHubPage.md index eb61d3fb9f8..3dd7532be4d 100644 --- a/PULL_REQUEST_TEMPLATE/addGitHubPage.md +++ b/PULL_REQUEST_TEMPLATE/addGitHubPage.md @@ -1,3 +1,3 @@ - [x] I have read and accepted the [Terms and Conditions](http://js.org/terms.html) - [x] There is reasonable content on the page -- [x] I have added a CNAME file to my repo: ***[puzzle.js.org]*** +- [x] I have added a CNAME file to my repo: ***[puzzlelang.github.io]*** From 17a99c575f5c7eb4c88e350a6a1995f37bb0a176 Mon Sep 17 00:00:00 2001 From: Marco Boelling Date: Tue, 8 Oct 2024 08:21:58 +0200 Subject: [PATCH 3/5] Update cnames_active.js --- cnames_active.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnames_active.js b/cnames_active.js index 4134b787354..198a021fe59 100644 --- a/cnames_active.js +++ b/cnames_active.js @@ -2475,9 +2475,9 @@ var cnames_active = { "puppet": "anandchowdhary.github.io/puppet", "pure": "fengzilong.github.io/pure", "purplet": "purpletjs.netlify.app", - "puzzle": "puzzlelang.github.io", "pushoo": "imaegoo.github.io/pushoo", "pusu": "xliudaxia.github.io/pusu-ui", + "puzzle": "puzzlelang.github.io", "pwa": "charistheo.github.io/pwa.js.org", "pwa-cookbook": "sylvainpolletvillard.github.io/pwa-cookbook", "pwa-workshop": "sylvainpolletvillard.github.io/pwa-workshop", From cb893e9f54b94471b06b0a58768fb7b12e396305 Mon Sep 17 00:00:00 2001 From: Stefan Keim Date: Tue, 8 Oct 2024 17:28:14 +0200 Subject: [PATCH 4/5] Update addExternalPage.md --- PULL_REQUEST_TEMPLATE/addExternalPage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PULL_REQUEST_TEMPLATE/addExternalPage.md b/PULL_REQUEST_TEMPLATE/addExternalPage.md index dc3e9311ee2..9cc521520ea 100644 --- a/PULL_REQUEST_TEMPLATE/addExternalPage.md +++ b/PULL_REQUEST_TEMPLATE/addExternalPage.md @@ -1,2 +1,2 @@ - [x] I have read and accepted the [Terms and Conditions](http://js.org/terms.html) -- [x] There is reasonable content on the page: ***[puzzlelang.github.io]*** +- [x] There is reasonable content on the page: ***[insert URL here]*** From 6932177602b55eff358d2079d0ef5866443e7f8e Mon Sep 17 00:00:00 2001 From: Stefan Keim Date: Tue, 8 Oct 2024 17:28:29 +0200 Subject: [PATCH 5/5] Update addGitHubPage.md --- PULL_REQUEST_TEMPLATE/addGitHubPage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PULL_REQUEST_TEMPLATE/addGitHubPage.md b/PULL_REQUEST_TEMPLATE/addGitHubPage.md index 3dd7532be4d..60d3f3dc987 100644 --- a/PULL_REQUEST_TEMPLATE/addGitHubPage.md +++ b/PULL_REQUEST_TEMPLATE/addGitHubPage.md @@ -1,3 +1,3 @@ - [x] I have read and accepted the [Terms and Conditions](http://js.org/terms.html) - [x] There is reasonable content on the page -- [x] I have added a CNAME file to my repo: ***[puzzlelang.github.io]*** +- [x] I have added a CNAME file to my repo: ***[insert URL here]***