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
- [x] ruby 3.3.5, update .ruby-version
- [x] use latest github-pages gem which uses Jekyll 3.10.0 (from 6/2024)
- previous was using jekyll 2.4.0 (was from 10 years ago)
- [x] setup .devcontainer for local development
- [x] add Gemfile.lock (remove from .gitignore)
- [x] update dependabot config to include gems/bundler (weekly)
- [x] fix markdown formatting in CONTRIBUTING.md
- [x] fix liquid parsing issue of handlebars/index.md (backticks to quotes)
- [Error](https://github.com/github/explore/actions/runs/11299945094/job/31431925940#step:6:82)
Signed-off-by: jmeridth <jmeridth@gmail.com>
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+11-9
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,9 @@ There are a few ways you can contribute:
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
14
Notes:
15
-
- Updates won't immediately appear once we've merged your PR. We pull in these changes regularly to GitHub.
16
-
- Please limit your pull request to the creation/updating of one topic or collection at a time.
15
+
16
+
- Updates won't immediately appear once we've merged your PR. We pull in these changes regularly to GitHub.
17
+
- Please limit your pull request to the creation/updating of one topic or collection at a time.
17
18
18
19
## Improving an existing topic or collection
19
20
@@ -37,7 +38,8 @@ To update text and links, edit the `index.md` inside the topic or collection's d
37
38
For **topics**, you'll notice that, in examples like the topic "[algorithm](https://raw.githubusercontent.com/github/explore/main/topics/algorithm/index.md)," data like its canonical URL, Wikipedia URL, or display name are called out in key-value pairs, while its detailed description is accounted for in the body of the document.
38
39
39
40
_/topics/algorithm/index.md_:
40
-
```
41
+
42
+
```markdown
41
43
---
42
44
aliases: algorithms
43
45
display_name: Algorithm
@@ -54,7 +56,7 @@ Similarly, **collections** like "[music](https://raw.githubusercontent.com/githu
54
56
55
57
_/collections/music/index.md_:
56
58
57
-
```
59
+
```markdown
58
60
---
59
61
items:
60
62
- beetbox/beets
@@ -98,11 +100,11 @@ This repository includes [a list of the most-used GitHub topics that don't yet h
98
100
99
101
## Guidelines
100
102
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.
103
+
- 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.
104
+
- 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)):
105
+
- Read and revise the content before you post it. Use your own authentic voice and edit.
106
+
- 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.
107
+
- 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.
0 commit comments