Skip to content

Commit dae48e2

Browse files
authored
Merge pull request #758 from j-f1/add-pr-template
Add a pull request template
2 parents 6cc3f5b + e3aa5b2 commit dae48e2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

PULL_REQUEST_TEMPLATE.md

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

Comments
 (0)