mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
616823e03f
commit
bc38742fa6
1 changed files with 29 additions and 0 deletions
29
PULL_REQUEST_TEMPLATE.md
Normal file
29
PULL_REQUEST_TEMPLATE.md
Normal 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"
|
||||
}
|
||||
```
|
||||
Loading…
Reference in a new issue