Skip to content

Commit cd17d1c

Browse files
authored
Merge branch 'main' into telegram
2 parents 398a7bc + 37af260 commit cd17d1c

File tree

128 files changed

+651
-152
lines changed

Some content is hidden

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

128 files changed

+651
-152
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ 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
36-
uses: actions/[email protected].8
36+
uses: actions/[email protected].9
3737

3838
- name: ⚡️ upload artifact
3939
uses: actions/upload-pages-artifact@v2
@@ -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/devops-tools/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ items:
4141
- devtron-labs/devtron
4242
- livecycle/preevy
4343
- cloudposse/atmos
44+
- axem-solutions/dem
4445

4546
display_name: DevOps tools
4647
---

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/internet-censorship-circumventions/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
items:
3-
- Dreamacro/clash
43
- Psiphon-Inc/psiphon
54
- getlantern/lantern
65
- shadowsocks/shadowsocks

collections/javascript-game-engines/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ items:
2222
- Cloud9c/taro
2323
- replit/kaboom
2424
- straker/kontra
25-
- jay19240/Haiku
2625
display_name: JavaScript Game Engines
2726
created_by: leereilly
2827
---

collections/learn-to-code/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
items:
3-
- 30-seconds/30-seconds-of-code
3+
- Chalarangelo/30-seconds-of-code
44
- railsgirls/guides.railsgirls.com
55
- railsbridge/docs
66
- freeCodeCamp/freeCodeCamp
@@ -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

0 commit comments

Comments
 (0)