Skip to content

Commit 7384e13

Browse files
authored
Merge branch 'main' into postcss
2 parents 11f2430 + a4e02bb commit 7384e13

File tree

84 files changed

+595
-80
lines changed

Some content is hidden

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

84 files changed

+595
-80
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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/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.5
52+
uses: actions/deploy-pages@v4.0.2

.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: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
Hi there! We're excited you've got ideas to improve topics and collections. You're helping the community discover valuable information.
3+
Hi there! We're excited you have ideas to improve topics and collections. You're helping the community discover valuable information.
44

55
This project adheres to the [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code.
66

@@ -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

@@ -24,7 +24,7 @@ If a topic or collection already exists, it will be listed in its respective dir
2424

2525
The topic or collection name should match its URL, e.g. `https://github.com/topics/rails` corresponds to the [`topics/rails` directory](https://github.com/github/explore/tree/main/topics/rails).
2626

27-
To make an improvement, please **open a pull request** with your proposed changes:
27+
To make an improvement, please **open a pull request** with your proposed changes.
2828

2929
### Update the image
3030

@@ -80,7 +80,7 @@ Drop the code bass with these musically themed repositories.
8080

8181
The [pull request template](./.github/PULL_REQUEST_TEMPLATE.md) also provides guidance on the information you need to include.
8282

83-
**Please fill out the pull request template completely.** If you do not fill out the template, your PR will be closed.
83+
**Please fill out the pull request template completely,** if you do not fill out the template, your PR will be closed.
8484

8585
## Curating a new topic or collection
8686

@@ -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/made-in-brazil/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ items:
2727
- avelino/awesome-go
2828
- okfn-brasil/querido-diario
2929
- Purple-Stock/open-erp
30+
- thiagobarbosa/quorum-api
3031

3132
display_name: Made in Brazil
3233
created_by: caarlos0

collections/made-in-france/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ items:
1818
- mui/material-ui
1919
- PrestaShop/PrestaShop
2020
- rlibre/x4js
21+
- StanGirard/quivr
2122
display_name: Made in France
2223
created_by: ferdi05
2324
image: made-in-france.png

collections/social-impact/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ items:
1818
- Data4Democracy/ethics-resources
1919
- civicdata/civicdata.github.io
2020
- karrot-dev/karrot-frontend
21+
- activist-org/activist
2122
display_name: Social Impact
2223
created_by: bescalante
2324
---

collections/static-site-generators/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ items:
2626
- getzola/zola
2727
- lumeland/lume
2828
- docsifyjs/docsify
29+
- shuding/nextra
2930
display_name: Static Site Generators
3031
created_by: jakejarvis
3132
---

collections/text-editors/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ items:
3434
- orbitalquark/textadept
3535
- apache/netbeans
3636
- adsr/mle
37+
- helix-editor/helix
3738

3839
display_name: Text editors
3940
created_by: leereilly

0 commit comments

Comments
 (0)