Skip to content

Commit a1b6dbf

Browse files
authored
Merge branch 'main' into handlebars
2 parents 887e7a6 + 7bafaa2 commit a1b6dbf

File tree

75 files changed

+375
-105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+375
-105
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
### Please confirm this pull request meets the following requirements:
33

44
- [ ] I followed the contributing guidelines: <https://github.com/github/explore/blob/main/CONTRIBUTING.md>.
5-
- [ ] I am not the sole author or employee of a company who created the topic or collection I'm changing.
5+
- [ ] I am not the sole author or employee of a company who created the topic or collection I am changing.
66

77
### Which change are you proposing?
88

.github/workflows/conflict.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
- run: |
1212
echo "In order to review this pull request for acceptance, we need to make sure that all of the prerequisites are satisfied."
1313
echo "This was not checked:"
14-
echo "> I am not the sole author or employee of a company who created the topic or collection I'm changing."
14+
echo "> I am not the sole author or employee of a company who created the topic or collection I am changing."
1515
echo "This is a requirement to maintain a high level of independence in this project. Please update if you are able to verify that you meet that requirement."
1616
echo "Thank you!"
1717
exit 1
18-
if: contains(github.event.pull_request.body, '- [ ] I am not the sole author or employee of a company who created the topic or collection')
18+
if: contains(github.event.pull_request.body, '- [ ] I am not the sole author or employee of a company who created the topic or collection I am changing.')
1919
name: Fail
2020
- run: exit 0
21-
if: contains(github.event.pull_request.body, '- [x] I am not the sole author or employee of a company who created the topic or collection')
21+
if: contains(github.event.pull_request.body, '- [x] I am not the sole author or employee of a company who created the topic or collection I am changing.')
2222
name: Succeed

.github/workflows/jekyll_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: 📄 setup pages
3232
id: pages
33-
uses: actions/configure-pages@v3
33+
uses: actions/configure-pages@v4
3434

3535
- name: 🔨 install dependencies & build site
3636
uses: actions/[email protected]
@@ -49,4 +49,4 @@ jobs:
4949
steps:
5050
- name: 🚀 deploy
5151
id: deployment
52-
uses: actions/deploy-pages@v2.0.4
52+
uses: actions/deploy-pages@v3.0.0

collections/front-end-javascript-frameworks/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ items:
3030
- vercel/next.js
3131
- gatsbyjs/gatsby
3232
- sveltejs/kit
33+
- refinedev/refine
3334

3435
display_name: Front-end JavaScript frameworks
3536
created_by: jonrohan

collections/learn-to-code/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ items:
3636
- hexlet-basics/hexlet-basics
3737
- hexlet-codebattle/codebattle
3838
- Hexlet/hexletguides.github.io
39+
- aykutkardas/regexlearn.com
3940

4041
display_name: Learn to Code
4142
created_by: alysonla

collections/made-in-africa/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ items:
1919
- beopencloud/cno
2020
- javascriptdata/danfojs
2121
- bangajs/banga-cli
22+
- jembi/openhim-core-js
2223
display_name: Made in Africa
2324
created_by: mozzadrella
2425
image: made-in-africa.png

collections/made-in-brazil/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ items:
2626
- raphamorim/rio
2727
- avelino/awesome-go
2828
- okfn-brasil/querido-diario
29+
- Purple-Stock/open-erp
2930

3031
display_name: Made in Brazil
3132
created_by: caarlos0

collections/made-in-egypt/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ items:
2020
- abdumostafa/awesome-in-arabic
2121
- hci-lab/PyQuran
2222
- DrWaleedAYousef/Teaching
23+
- amr3k/sveltegram
2324
display_name: Made in Egypt
2425
created_by: AN4553R
2526
image: made-in-egypt.png

collections/made-in-india/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ items:
2323
- SigNoz/signoz
2424
- uvdesk/community-skeleton
2525
- CRED-CLUB/synth-android
26-
- xkrishguptaa/gardevoir
26+
- xkrishguptaa/reseter.css
2727
- pupilfirst/pupilfirst
2828
- kadalu/kadalu
2929
- project-sunbird

collections/programming-languages/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ items:
6666
- carbon-language/carbon-lang
6767
- imba/imba
6868
- Jackojc/cane
69+
- cython/cython
6970
display_name: Programming languages
7071
created_by: leereilly
7172
---

0 commit comments

Comments
 (0)