Skip to content

Commit 8971be5

Browse files
authored
Add a pull request template
1 parent 8e2a918 commit 8971be5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)