You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ I'm suggesting these edits to an existing topic or collection:
21
21
22
22
> Please replace this line with an explanation of why you think these changes should be made.
23
23
24
-
<!-- ⚠️ ... or this section ⚠️ -->
24
+
<!-- ⚠️ this section... ⚠️ -->
25
25
### Curating a new topic or collection
26
26
27
27
-[ ] 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]`)
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ There are a few ways you can contribute:
11
11
12
12
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.
13
13
14
-
Notes:
14
+
Notes:
15
15
- Updates won't immediately appear once we've merged your PR. We pull in these changes regularly to GitHub.
16
16
- Please limit your pull request to the creation/updating of one topic or collection at a time.
17
17
@@ -99,6 +99,10 @@ This repository includes [a list of the most-used GitHub topics that don't yet h
99
99
## Guidelines
100
100
101
101
* 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.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ This repository houses all of the community-curated content for GitHub Topics an
6
6
7
7
[Collections](https://github.com/collections) help you discover hand-picked repositories, developers, organizations, videos, and articles that share a common theme.
8
8
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.
10
10
11
11
## Running tests
12
12
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
14
14
Actions will run the tests automatically. If you want to run the tests yourself locally, you will
Copy file name to clipboardExpand all lines: topics-todo.md
+29-29Lines changed: 29 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
4
4
5
5
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.
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.
0 commit comments