Skip to content

Commit 7298857

Browse files
authored
Merge branch 'main' into redis
2 parents ae86422 + 2576e6d commit 7298857

File tree

102 files changed

+548
-155
lines changed

Some content is hidden

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

102 files changed

+548
-155
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
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

@@ -21,7 +21,7 @@ I'm suggesting these edits to an existing topic or collection:
2121

2222
> Please replace this line with an explanation of why you think these changes should be made.
2323
24-
<!-- ⚠️ ... or this section ⚠️ -->
24+
<!-- ⚠️ this section... ⚠️ -->
2525
### Curating a new topic or collection
2626

2727
- [ ] I've formatted my changes as a new folder directory, named for the topic or collection as it appears in the URL on GitHub (e.g. `https://github.com/topics/[NAME]` or `https://github.com/collections/[NAME]`)

.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ 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]
3737

3838
- name: ⚡️ upload artifact
39-
uses: actions/upload-pages-artifact@v2
39+
uses: actions/upload-pages-artifact@v3
4040

4141
deploy:
4242
needs: build
@@ -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@v4.0.0

.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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ This repository houses all of the community-curated content for GitHub Topics an
66

77
[Collections](https://github.com/collections) help you discover hand-picked repositories, developers, organizations, videos, and articles that share a common theme.
88

9-
If you want to suggest edits to an existing topic page or collection, or curate a new one, read our [contributing guide](CONTRIBUTING.md) to get started. You can also [review a list of popular topics that need more context](topics-todo.md) to get an idea of where to start.
9+
If you want to suggest edits to an existing Topic page or Collection, or curate a new one, read our [contributing guide](CONTRIBUTING.md) to get started. You can also [review a list of popular Topics that need more context](topics-todo.md) to get an idea of where to start.
1010

1111
## Running tests
1212

13-
There are some lint tests in place to ensure each topic is formatted in the way we expect. GitHub
13+
There are some lint tests in place to ensure each Topic is formatted in the way we expect. GitHub
1414
Actions will run the tests automatically. If you want to run the tests yourself locally, you will
1515
need Ruby and Bundler installed.
1616

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

0 commit comments

Comments
 (0)