We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6cc3f5b + e3aa5b2 commit dae48e2Copy full SHA for dae48e2
PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,11 @@
1
+If you’re adding a new scraper, please ensure that you have:
2
+
3
+- [ ] Tested the scraper on a local copy of DevDocs
4
+- [ ] Ensured that the docs are styled similarly to other docs on DevDocs
5
+<!-- If the docs don’t have an icon, delete the next four items: -->
6
+- [ ] Added these files to the <code>public/icons/*your_scraper_name*/</code> directory:
7
+ - [ ] `16.png`: a 16×16 pixel icon for the doc
8
+ - [ ] `[email protected]`: a 32×32 pixel icon for the doc
9
+ - [ ] `SOURCE`: A text file containing the URL to the page the image can be found on or the URL of the original image itself
10
11
+<!-- Replace the `[ ]` with a `[x]` once you’ve completed each step. -->
0 commit comments