Skip to content

Commit 56c4e67

Browse files
committed
Merge branch 'hotfix/templates'
2 parents 244941e + 35d6310 commit 56c4e67

File tree

3 files changed

+49
-0
lines changed

3 files changed

+49
-0
lines changed

.github/CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
See: https://github.com/get-iplayer/get_iplayer/wiki/contribute

.github/ISSUE_TEMPLATE.md

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
Do not use this issue tracker for:
2+
3+
- user support
4+
- feature requests
5+
- discussion about get_iplayer or BBC iPlayer
6+
7+
All of the above should be posted in the support forums at https://squarepenguin.co.uk/forums/
8+
9+
Before posting in the support forums, read [Forum Rules](https://squarepenguin.co.uk/forums/thread-655.html) and [How to effectively report a problem with get_iplayer](https://squarepenguin.co.uk/forums/thread-706.html)
10+
11+
Only use this issue tracker if:
12+
13+
- You have found a reproducible bug in get_iplayer
14+
- You can identify the bug in get_iplayer source code
15+
- You can provide a test case to demonstrate the bug
16+
17+
It is NOT a reproducible bug if:
18+
19+
- You cannot download a programme
20+
- You cannot find a programme with a get_iplayer search
21+
- You cannot find or download a programme that exists on the iPlayer site
22+
- get_iplayer fails to refresh its programme index cache
23+
- get_iplayer fails to download programme metadata
24+
- A downloaded file is truncated
25+
- A downloaded file is not converted to the desired output format
26+
- Metadata tags are not added to a downloaded file
27+
- The get_iplayer Windows installer fails
28+
- You receive a system error when running get_iplayer on Windows
29+
- You have a question of the form "How do I ... with get_iplayer?"
30+
- You have a question of the form "Can get_iplayer do ... ?"
31+
32+
All of the above should be posted in the support forums at https://squarepenguin.co.uk/forums/
33+
34+
If you have in fact stumbled over a bug in get_iplayer, we will tell you in the support forums.
35+
36+
Do not use this issue tracker OR the support forums if:
37+
38+
- get_iplayer does not work outside the UK
39+
- Your VPN, VPS, DNS proxy or HTTP proxy is blocked by the BBC
40+
41+
Any discussion of methods to circumvent BBC geo-blocking is forbidden in both this issue tracker and the support forums. Don't lie about your location. We don't care where you use get_iplayer, but if you are outside the UK, that is almost invariably the reason you are unable to download a programme, so you would be wasting your time and ours by posting a support request. We coudn't help you even if we wanted to.
42+
43+
Remove these instructions before submitting your issue.

.github/PULL_REQUEST_TEMPLATE.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Ensure that you have read the project contributor guidelines before submitting a pull request:
2+
3+
https://github.com/get-iplayer/get_iplayer/wiki/contribute
4+
5+
Remove these instructions before submitting your pull request.

0 commit comments

Comments
 (0)