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
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,29 @@ I am:
6
6
7
7
***********EDITING AN EXISTING TOPIC OR COLLECTION************
8
8
9
-
I'm suggesting these edits to an existing topic:
9
+
I'm suggesting these edits to an existing topic or collection:
10
10
-[ ] Image (and my file is `*.png`, square, dimensions 288x288)
11
11
-[ ] Content (and my changes are in `index.md`)
12
12
13
13
Please explain why these changes are necessary:
14
14
15
15
16
-
************CURATING A NEW TOPIC OR COLLECTION************
16
+
************CURATING A NEW TOPIC************
17
17
18
18
-[ ] I've formatted my changes as a new folder directory, named for the topic as it appears in the URL on GitHub (e.g. `https://github.com/topics/[NAME]`)
19
19
-[ ] My folder contains a `*.png` image (if applicable) and `index.md`
20
20
-[ ] All required fields in my `index.md` conform to the Style Guide and API docs: https://github.com/github/explore/tree/master/docs
21
21
22
-
Please explain why you think this topic or collection should be curated:
22
+
Please explain why you think this topic should be curated:
23
+
24
+
25
+
************CURATING A NEW COLLECTION************
26
+
27
+
-[ ] I've formatted my changes as a new folder directory, named for the collection as it appears in the URL on GitHub (e.g. `https://github.com/collections/[NAME]`)
28
+
-[ ] My folder contains a `*.png` image (if applicable) and `index.md`
29
+
-[ ] All required fields in my `index.md` conform to the Style Guide and API docs: https://github.com/github/explore/tree/master/docs
30
+
31
+
Please explain why you think this collection should be curated:
32
+
23
33
24
34
**Please note: we will close your PR without comment if you do not check the boxes above and provide ALL requested information.**
Collapse file
CONTRIBUTING.md
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Contributing
2
2
3
-
Hi there! We're excited you've got ideas to improve topics and collections. Your helping the community discover valuable information.
3
+
Hi there! We're excited you've got ideas to improve topics and collections. You're helping the community discover valuable information.
4
4
5
5
This project adheres to the [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code.
6
6
@@ -17,20 +17,20 @@ Note: Updates won't immediately appear once we've merged your PR. We pull in the
17
17
18
18
If a topic or collection already exists, it will be listed in its respective directory:
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/master/topics/rails).
24
24
25
25
To make an improvement, please **open a pull request** with your proposed changes:
26
26
27
27
### Update the image
28
28
29
-
To update the image, simply replace the image inside the topic or collection's directory
29
+
To update the image, simply replace the image inside the topic or collection's directory.
30
30
31
-
### Update text & links
31
+
### Update text and links
32
32
33
-
To update text and links, edit the `index.md` inside the topic or collection's directory. These files are formatted using a combination of [front matter](https://jekyllrb.com/docs/frontmatter/) and simple body content.
33
+
To update text and links, edit the `index.md` inside the topic or collection's directory. These files are formatted using a combination of [Front Matter](https://jekyllrb.com/docs/frontmatter/) and simple body content.
34
34
35
35
For **topics**, you'll notice that, in examples like "[algolia](https://raw.githubusercontent.com/github/explore/master/topics/algolia/index.md)," data like the topic's 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.
36
36
@@ -81,7 +81,7 @@ We are likely to consider suggestions to curate a topic or collection that is va
81
81
82
82
Please note that all suggestions must adhere to GitHub's [Community Guidelines](https://help.github.com/articles/github-community-guidelines/) and [Terms of Service](https://help.github.com/articles/github-terms-of-service/). Per our Terms of Service, [you are responsible](https://help.github.com/articles/github-terms-of-service/#d-user-generated-content) for the content you contribute, and you must have the rights to use it.
83
83
84
-
To propose a new topic or collection, please **open an pull request** with your proposed additions. The [API docs](./docs/API.md) and [style guide](./docs/styleguide.md) provide guidance on the information you need to include and how it should be formatted.
84
+
To propose a new topic or collection, please **open a pull request** with your proposed additions. The [API docs](./docs/API.md) and [style guide](./docs/styleguide.md) provide guidance on the information you need to include and how it should be formatted.
85
85
86
86
This repository includes [a list of the most-used GitHub topics that don't yet have extra context](topics-todo.md). If your pull request adds one of these topics, please update topics-todo.md so that the topic is checked (marked complete).
0 commit comments