add PR template

ref #136
This commit is contained in:
Collin M. Barrett 2017-10-25 14:13:49 -05:00
parent 616823e03f
commit bc38742fa6

29
PULL_REQUEST_TEMPLATE.md Normal file
View file

@ -0,0 +1,29 @@
### All Submissions:
* [ ] Have you followed the guidelines in our Contributing document?
* [ ] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for the same update/change?
<!-- You can erase any parts of this template not applicable to your Pull Request. -->
### New or Updated List:
* [ ] Have you filled in all properties available for the list (see sample below)?
* [ ] Have you sorted the properties in alphabetical order?
#### Sample List JSON Object:
https://github.com/collinbarrett/FilterLists/blob/master/data/ListSample.json
```
{
"Author": "John Doe",
"Description": "A sample list to filter out advertisements.",
"DescriptionSourceUrl": "https://mysample.list",
"DonateUrl": "https://mysample.list/donate/",
"Email": "contact@mysample.list",
"ForumUrl": "https://mysample.list/forum/",
"HomeUrl": "https://mysample.list/",
"IssuesUrl": "https://github.com/mysamplelist/issues",
"Name": "My Sample List",
"ViewUrl": "https://mysample.list/list.txt"
}
```