From 8971be50f5d6c80d18fbb811d37cfa256c1f301e Mon Sep 17 00:00:00 2001 From: Jed Fox Date: Fri, 9 Feb 2018 13:00:26 -0500 Subject: [PATCH 1/2] Add a pull request template --- PULL_REQUEST_TEMPLATE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..91b1ec3f --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,10 @@ +If you’re adding a new scraper, please ensure that you have: + +- [ ] Tested the scraper on a local copy of DevDocs +- [ ] Ensured that the docs are styled similarly to other docs on DevDocs +- [ ] Added these files to the public/icons/*your_scraper_name*/ directory: + - [ ] `16.png`: a 16×16 pixel icon for the doc + - [ ] `16@2x.png`: a 32×32 pixel icon for the doc + - [ ] `SOURCE`: A text file containing the URL to the page the image can be found on or the URL of the original image itself + + From e3aa5b22ed7eafef9eeff77a08f08d86b0b302bc Mon Sep 17 00:00:00 2001 From: Jed Fox Date: Mon, 18 Feb 2019 13:50:56 -0500 Subject: [PATCH 2/2] =?UTF-8?q?Don=E2=80=99t=20require=20an=20icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 91b1ec3f..0df55970 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -2,6 +2,7 @@ If you’re adding a new scraper, please ensure that you have: - [ ] Tested the scraper on a local copy of DevDocs - [ ] Ensured that the docs are styled similarly to other docs on DevDocs + - [ ] Added these files to the public/icons/*your_scraper_name*/ directory: - [ ] `16.png`: a 16×16 pixel icon for the doc - [ ] `16@2x.png`: a 32×32 pixel icon for the doc