From ca158d8dd8f7b0c97926b1b87b6fec0ce8c1f1b7 Mon Sep 17 00:00:00 2001 From: Nadia Eghbal Date: Thu, 5 Oct 2017 08:45:20 -0700 Subject: [PATCH 1/3] fix image --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index acf448862f2..1d06694ff46 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ # GitHub Explore -[Topic pages](https://github.com/explore/topics/), curated by the community. + -[Topics help you](https://help.github.com/articles/about-topics/) explore repositories in a particular subject area, learn more about a subject area, and find projects to contribute to. +Topic pages, curated by the community. -The information on a Topic page is community-curated: - -![topic page](https://user-images.githubusercontent.com/1840802/30931549-de8591e0-a379-11e7-941c-e9f2e89d83c9.png) +[Topics](https://help.github.com/articles/about-topics/) help you explore repositories in a particular subject area, learn more about a subject area, and find projects to contribute to. If you want to suggest edits to an existing topic page, or curate a new Topic page, read our [contributing guide](CONTRIBUTING.md) to get started. From 8083bd44a42b633ff26a1ae5c7354fc05e443b43 Mon Sep 17 00:00:00 2001 From: Nadia Eghbal Date: Thu, 5 Oct 2017 08:47:01 -0700 Subject: [PATCH 2/3] delete issue template --- .github/ISSUE_TEMPLATE.md | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 1a391bf92c4..00000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,3 +0,0 @@ -- [ ] I followed the contributing guidelines: ***LINK*** - -**Please note: we will close your issue without comment if you do not check the boxes above and provide ALL requested information.** From 46c85628e10a24a1a969822cfb73bd492693da6c Mon Sep 17 00:00:00 2001 From: Nadia Eghbal Date: Thu, 5 Oct 2017 08:48:29 -0700 Subject: [PATCH 3/3] fix links in pr template --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 928c3989ebd..9b0a673a716 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ -- [ ] I followed the contributing guidelines: ***LINK*** +- [ ] I followed the contributing guidelines: https://github.com/github/explore/blob/master/CONTRIBUTING.md I am: - [ ] Suggesting edits to an existing Topic page @@ -17,7 +17,7 @@ Please explain why these changes are necessary: - [ ] 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]`) - [ ] My folder contains a `*.png` image (if applicable) and `index.md` -- [ ] I've filled out all required fields in `index.md`, per the Style Guide: ***LINK*** +- [ ] All required fields in my `index.md` conform to the Style Guide and API docs: https://github.com/github/explore/tree/master/docs Please explain why you think this Topic page should be curated: