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.
1 parent 8e2a918 commit 8971be5Copy full SHA for 8971be5
PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,10 @@
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
+- [ ] Added these files to the <code>public/icons/*your_scraper_name*/</code> directory:
6
+ - [ ] `16.png`: a 16×16 pixel icon for the doc
7
+ - [ ] `[email protected]`: a 32×32 pixel icon for the doc
8
+ - [ ] `SOURCE`: A text file containing the URL to the page the image can be found on or the URL of the original image itself
9
10
+<!-- Replace the `[ ]` with a `[x]` once you’ve completed each step. -->
0 commit comments