Skip to content

Commit bb7d561

Browse files
authored
Merge branch 'main' into test-automation
2 parents 7f5ee48 + 9e6dc43 commit bb7d561

File tree

42 files changed

+246
-55
lines changed

Some content is hidden

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

42 files changed

+246
-55
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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@v3.0.0
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: 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/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/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
---

topics-todo.md

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4,91 +4,91 @@ This is a list of the most-used topics on GitHub that don't yet have a curated t
44

55
Information included in this repository will appear on each topic's respective page, helping others on GitHub better understand the topic and, by extension, what repositories tagged with that topic are about.
66

7+
- [x] [ai](https://github.com/topics/ai/)
8+
- [x] [ajax](https://github.com/topics/ajax/)
79
- [x] [android-library](https://github.com/topics/android-library/)
810
- [x] [angular-cli](https://github.com/topics/angular-cli/)
911
- [x] [animation](https://github.com/topics/animation/)
1012
- [x] [ansible-role](https://github.com/topics/ansible-role/)
1113
- [x] [app](https://github.com/topics/app/)
1214
- [x] [argo-floats](https://github.com/topics/argo-floats/)
15+
- [x] [artificial-intelligence](https://github.com/topics/artificial-intelligence/)
1316
- [x] [authentication](https://github.com/topics/authentication/)
1417
- [x] [automation](https://github.com/topics/automation/)
18+
- [x] [bioinformatics](https://github.com/topics/bioinformatics/)
19+
- [x] [blockchain](https://github.com/topics/blockchain/)
1520
- [x] [boilerplate](https://github.com/topics/boilerplate/)
1621
- [x] [canvas](https://github.com/topics/canvas/)
1722
- [x] [chatbot](https://github.com/topics/chatbot/)
23+
- [x] [chrome](https://github.com/topics/chrome/)
1824
- [x] [client](https://github.com/topics/client/)
1925
- [x] [command-line](https://github.com/topics/command-line/)
26+
- [x] [compiler](https://github.com/topics/compiler/)
27+
- [x] [composer](https://github.com/topics/composer/)
28+
- [x] [computer-vision](https://github.com/topics/computer-vision/)
2029
- [x] [configuration](https://github.com/topics/configuration/)
2130
- [x] [crawler](https://github.com/topics/crawler/)
2231
- [x] [cryptography](https://github.com/topics/cryptography/)
2332
- [x] [data-analysis](https://github.com/topics/data-analysis/)
2433
- [x] [data-science](https://github.com/topics/data-science/)
2534
- [x] [data](https://github.com/topics/data/)
26-
- [ ] [demo](https://github.com/topics/demo/)
35+
- [x] [demo](https://github.com/topics/demo/)
2736
- [x] [devops](https://github.com/topics/devops/)
37+
- [x] [discord](https://github.com/topics/discord/)
2838
- [x] [docker-compose](https://github.com/topics/docker-compose/)
2939
- [x] [docker-image](https://github.com/topics/docker-image/)
3040
- [x] [dockerfile](https://github.com/topics/dockerfile/)
41+
- [x] [dot-net](https://github.com/topics/dot-net/)
3142
- [x] [education](https://github.com/topics/education/)
3243
- [x] [elasticsearch](https://github.com/topics/elasticsearch/)
33-
- [ ] [example](https://github.com/topics/example/)
44+
- [x] [ethereum](https://github.com/topics/ethereum/)
45+
- [x] [example](https://github.com/topics/example/)
3446
- [x] [functional-programming](https://github.com/topics/functional-programming/)
3547
- [x] [game-development](https://github.com/topics/game-development/)
3648
- [ ] [generator](https://github.com/topics/generator/)
3749
- [x] [gui](https://github.com/topics/gui/)
50+
- [x] [image-processing](https://github.com/topics/image-processing/)
3851
- [ ] [image](https://github.com/topics/image/)
3952
- [x] [iot](https://github.com/topics/iot/)
53+
- [x] [javafx](https://github.com/topics/javafx/)
4054
- [x] [keras](https://github.com/topics/keras/)
4155
- [ ] [logging](https://github.com/topics/logging/)
56+
- [x] [lua](https://github.com/topics/lua/)
57+
- [x] [maven](https://github.com/topics/maven/)
4258
- [x] [microservice](https://github.com/topics/microservice/)
59+
- [x] [monitoring](https://github.com/topics/monitoring/)
4360
- [x] [mvc](https://github.com/topics/mvc/)
4461
- [ ] [network](https://github.com/topics/network/)
62+
- [x] [neural-network](https://github.com/topics/neural-network/)
63+
- [x] [objective-c](https://github.com/topics/objective-c/)
64+
- [x] [opencv](https://github.com/topics/opencv/)
65+
- [x] [opengl](https://github.com/topics/opengl/)
4566
- [ ] [parser](https://github.com/topics/parser/)
4667
- [x] [personal-website](https://github.com/topics/personal-website/)
4768
- [x] [portfolio](https://github.com/topics/portfolio/)
4869
- [ ] [project](https://github.com/topics/project/)
4970
- [x] [react-router](https://github.com/topics/react-router/)
50-
- [ ] [script](https://github.com/topics/script/)
71+
- [x] [robotics](https://github.com/topics/robotics/)
72+
- [x] [script](https://github.com/topics/script/)
5173
- [x] [sdk](https://github.com/topics/sdk/)
5274
- [ ] [simulation](https://github.com/topics/simulation/)
5375
- [x] [socket-io](https://github.com/topics/socket-io/)
5476
- [x] [spark](https://github.com/topics/spark/)
5577
- [ ] [spring-mvc](https://github.com/topics/spring-mvc/)
5678
- [x] [spring](https://github.com/topics/spring/)
79+
- [x] [sql](https://github.com/topics/sql/)
5780
- [x] [statistics](https://github.com/topics/statistics/)
5881
- [x] [telegram-bot](https://github.com/topics/telegram-bot/)
82+
- [x] [terminal](https://github.com/topics/terminal/)
5983
- [x] [test](https://github.com/topics/test/)
6084
- [ ] [tool](https://github.com/topics/tool/)
6185
- [x] [tutorial](https://github.com/topics/tutorial/)
6286
- [x] [ui](https://github.com/topics/ui/)
6387
- [x] [utility](https://github.com/topics/utility/)
6488
- [x] [video](https://github.com/topics/video/)
6589
- [x] [web](https://github.com/topics/web/)
66-
- [x] [website](https://github.com/topics/website/)
67-
- [x] [ai](https://github.com/topics/ai/)
68-
- [x] [ajax](https://github.com/topics/ajax/)
69-
- [x] [artificial-intelligence](https://github.com/topics/artificial-intelligence/)
70-
- [x] [bioinformatics](https://github.com/topics/bioinformatics/)
71-
- [x] [blockchain](https://github.com/topics/blockchain/)
72-
- [x] [chrome](https://github.com/topics/chrome/)
73-
- [x] [compiler](https://github.com/topics/compiler/)
74-
- [x] [composer](https://github.com/topics/composer/)
75-
- [x] [computer-vision](https://github.com/topics/computer-vision/)
76-
- [x] [discord](https://github.com/topics/discord/)
77-
- [x] [dot-net](https://github.com/topics/dot-net/)
78-
- [x] [ethereum](https://github.com/topics/ethereum/)
79-
- [x] [image-processing](https://github.com/topics/image-processing/)
80-
- [x] [javafx](https://github.com/topics/javafx/)
81-
- [x] [lua](https://github.com/topics/lua/)
82-
- [x] [maven](https://github.com/topics/maven/)
83-
- [x] [monitoring](https://github.com/topics/monitoring/)
84-
- [x] [neural-network](https://github.com/topics/neural-network/)
85-
- [x] [objective-c](https://github.com/topics/objective-c/)
86-
- [x] [opencv](https://github.com/topics/opencv/)
87-
- [x] [opengl](https://github.com/topics/opengl/)
88-
- [x] [robotics](https://github.com/topics/robotics/)
89-
- [x] [sql](https://github.com/topics/sql/)
90-
- [x] [terminal](https://github.com/topics/terminal/)
9190
- [x] [webapp](https://github.com/topics/webapp/)
91+
- [x] [website](https://github.com/topics/website/)
9292
- [x] [winforms](https://github.com/topics/winforms/)
9393
- [x] [wpf](https://github.com/topics/wpf/)
94-
- [x] [xml](https://github.com/topics/xml/)
94+
- [x] [xml](https://github.com/topics/xml/)

topics/advent-of-code/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
aliases: aoc, adventofcode, advent-of-code-2015, aoc-2015, advent-of-code-2016, aoc-2016, advent-of-code-2017, aoc-2017, advent-of-code-2018, aoc-2018, advent-of-code-2019, aoc-2019, advent-of-code-2020, aoc-2020, advent-of-code-2021, aoc-2021, advent-of-code-2022, aoc-2022
2+
aliases: aoc, adventofcode, advent-of-code-2015, aoc-2015, advent-of-code-2016, aoc-2016, advent-of-code-2017, aoc-2017, advent-of-code-2018, aoc-2018, advent-of-code-2019, aoc-2019, advent-of-code-2020, aoc-2020, advent-of-code-2021, aoc-2021, advent-of-code-2022, aoc-2022, advent-of-code-2023, aoc-2023
33
created_by: Eric Wastl
44
display_name: Advent of Code
55
released: December 2015

topics/ajax/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ related: json, html, xml, javascript
66
wikipedia_url: https://en.wikipedia.org/wiki/Ajax_(programming)
77
logo: ajax.png
88
---
9-
Ajax stands for asynchronous JavaScript and XML. It is collection of several web technologies including HTML, CSS, JSON, XML, and JavaScript. It is used for creating dynamic web pages in which small parts of web page change without reloading the page.
9+
Ajax stands for asynchronous JavaScript and XML. It is collection of several web technologies including HTML, CSS, JSON, XML, and JavaScript. It is used for creating dynamic web pages in which small parts of web page change without reloading the page. Additionally, Ajax is fundamental for front-end developers in creating Single Page Applications (SPAs) where content updates seamlessly.
1010

0 commit comments

Comments
 (0)