Skip to content

Commit 511b65a

Browse files
authored
Merge branch 'main' into async-await
2 parents 1a32899 + 37af260 commit 511b65a

File tree

83 files changed

+414
-111
lines changed

Some content is hidden

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

83 files changed

+414
-111
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.1

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write # for actions/stale to close stale PRs
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/stale@v8
17+
- uses: actions/stale@v9
1818
with:
1919
stale-pr-message: >
2020
This pull request has been automatically marked as stale because it has not

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ There are a few ways you can contribute:
1111

1212
As you write content, check out the [Style Guide](./docs/styleguide.md) to learn what each field means, and how it should be formatted. Following the style guide will increase the chances of your contribution being accepted.
1313

14-
Notes:
14+
Notes:
1515
- Updates won't immediately appear once we've merged your PR. We pull in these changes regularly to GitHub.
1616
- Please limit your pull request to the creation/updating of one topic or collection at a time.
1717

@@ -99,6 +99,10 @@ This repository includes [a list of the most-used GitHub topics that don't yet h
9999
## Guidelines
100100

101101
* Avoid conflicts of interest. These should be of general community interest, not a marketing vehicle for a product or a personal project. If you are a direct employee of a company creating the project, or the creator and sole maintainer, it's unlikely to be accepted.
102+
* We love experimenting with new technologies, and we are especially fond of GitHub Copilot. But as with all new technology, many of us are still getting accustomed to using generative AI tools effectively. Here are important guidelines to follow when using generative AI to contribute to this repository (adapted from the [GitHub Community Discussions CoC](https://github.com/community/community/blob/main/CODE_OF_CONDUCT.md#reasonable-use-of-ai-generated-content)):
103+
* Read and revise the content before you post it. Use your own authentic voice and edit.
104+
* Do not post AI-generated content verbatim to pad out the size and number of your contributions. Your changes should materially improve the site, not just say the same thing in different words.
105+
* AI tools will often provide completely inaccurate or invented answers to prompts. Verify with an independent source that the information is correct before including it.
102106

103107
## Running tests
104108

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

0 commit comments

Comments
 (0)