You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please ensure you have read [documentation](https://docs.rsshub.app/), and provide all the information required by this template, otherwise the issue will be closed immediately.
10
-
Due to the anti-crawling policy implemented by certain websites, some RSS routes provided by the demo will return status code 403 or fetch failed. This is not an issue caused by RSSHub and please do not report it.
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
Please ensure you have read [documentation](https://docs.rsshub.app/), and provide all the information required by this template, otherwise the issue will be closed immediately.
10
+
Due to the anti-crawling policy implemented by certain websites, some RSS routes provided by the demo will return status code 403 or fetch failed. This is not an issue caused by RSSHub and please do not report it.
11
11
12
-
- type: textarea
13
-
id: routes
14
-
attributes:
15
-
label: Routes
16
-
description: The involved route, without any parameters, copied directly from the docs "route" field, one link per line. Use `NOROUTE` if it is not route related.
17
-
placeholder: /someroute/:type?
18
-
render: routes
19
-
validations:
20
-
required: true
21
-
22
-
- type: textarea
23
-
id: fullroutes
24
-
attributes:
25
-
label: Full routes
26
-
description: The involved route, with all required and optional parameters, and could be duplicate if necessary (different parameters)
27
-
placeholder: /routes/1234?some_extension=mode
28
-
render: fullroutes
29
-
validations:
30
-
required: true
12
+
- type: textarea
13
+
id: routes
14
+
attributes:
15
+
label: Routes
16
+
description: The involved route, without any parameters, copied directly from the docs "route" field, one link per line. Use `NOROUTE` if it is not route related.
17
+
placeholder: /someroute/:type?
18
+
render: routes
19
+
validations:
20
+
required: true
31
21
32
-
- type: input
33
-
id: docs-link
34
-
attributes:
35
-
label: Related documentation
36
-
description: Link to related documentation
37
-
placeholder: https://docs.rsshub.app/...
38
-
validations:
39
-
required: true
22
+
- type: textarea
23
+
id: fullroutes
24
+
attributes:
25
+
label: Full routes
26
+
description: The involved route, with all required and optional parameters, and could be duplicate if necessary (different parameters)
27
+
placeholder: /routes/1234?some_extension=mode
28
+
render: fullroutes
29
+
validations:
30
+
required: true
40
31
41
-
- type: textarea
42
-
id: what-expected
43
-
attributes:
44
-
label: What is expected?
45
-
validations:
46
-
required: true
32
+
- type: input
33
+
id: docs-link
34
+
attributes:
35
+
label: Related documentation
36
+
description: Link to related documentation
37
+
placeholder: https://docs.rsshub.app/...
38
+
validations:
39
+
required: true
47
40
48
-
- type: textarea
49
-
id: actual-happened
50
-
attributes:
51
-
label: What is actually happening?
52
-
validations:
53
-
required: true
41
+
- type: textarea
42
+
id: what-expected
43
+
attributes:
44
+
label: What is expected?
45
+
validations:
46
+
required: true
54
47
55
-
- type: dropdown
56
-
id: deployment
57
-
attributes:
58
-
label: Deployment information
59
-
multiple: false
60
-
options:
61
-
- Self-hosted
62
-
- RSSHub demo (https://rsshub.app)
63
-
validations:
64
-
required: true
48
+
- type: textarea
49
+
id: actual-happened
50
+
attributes:
51
+
label: What is actually happening?
52
+
validations:
53
+
required: true
65
54
66
-
- type: input
67
-
id: deploy-info
68
-
attributes:
69
-
label: Deployment information (for self-hosted)
70
-
description: Please provide your OS, node version, docker version and environment variables (if applicable)
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request_en.yml
+31-32Lines changed: 31 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -3,39 +3,38 @@ description: Submit a new feature request
3
3
labels: ['RSS enhancement']
4
4
5
5
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
Please ensure the feature requested is not listed in [documentation](https://docs.rsshub.app/) or [issue](https://github.com/DIYgod/RSSHub/issues), and is not a [new RSS proposal](https://github.com/DIYgod/RSSHub/issues/new?assignees=&labels=RSS+proposal&template=rss_request_en.yml), and provide all the information required by this template.
10
+
Otherwise the issue will be closed immediately.
6
11
7
-
- type: markdown
8
-
attributes:
9
-
value: |
10
-
Please ensure the feature requested is not listed in [documentation](https://docs.rsshub.app/) or [issue](https://github.com/DIYgod/RSSHub/issues), and is not a [new RSS proposal](https://github.com/DIYgod/RSSHub/issues/new?assignees=&labels=RSS+proposal&template=rss_request_en.yml), and provide all the information required by this template.
11
-
Otherwise the issue will be closed immediately.
12
-
13
-
- type: textarea
14
-
id: feature
15
-
attributes:
16
-
label: What feature is it?
17
-
placeholder: Please describe the feature you want to see.
18
-
validations:
19
-
required: true
12
+
- type: textarea
13
+
id: feature
14
+
attributes:
15
+
label: What feature is it?
16
+
placeholder: Please describe the feature you want to see.
17
+
validations:
18
+
required: true
20
19
21
-
- type: textarea
22
-
id: problem
23
-
attributes:
24
-
label: What problem does this feature solve?
25
-
placeholder: Please describe the problem this feature solves.
26
-
validations:
27
-
required: true
20
+
- type: textarea
21
+
id: problem
22
+
attributes:
23
+
label: What problem does this feature solve?
24
+
placeholder: Please describe the problem this feature solves.
25
+
validations:
26
+
required: true
28
27
29
-
- type: textarea
30
-
id: description
31
-
attributes:
32
-
label: Additional description
33
-
placeholder: Any additional description.
28
+
- type: textarea
29
+
id: description
30
+
attributes:
31
+
label: Additional description
32
+
placeholder: Any additional description.
34
33
35
-
- type: checkboxes
36
-
id: terms
37
-
attributes:
38
-
label: This is not a duplicated feature request or new RSS proposal
39
-
options:
40
-
- label: I have searched [existing issues](https://github.com/DIYgod/RSSHub/issues) to ensure this feature has not already been requested and this is not a [new RSS proposal](https://github.com/DIYgod/RSSHub/issues/new?assignees=&labels=RSS+proposal&template=rss_request_en.yml).
41
-
required: true
34
+
- type: checkboxes
35
+
id: terms
36
+
attributes:
37
+
label: This is not a duplicated feature request or new RSS proposal
38
+
options:
39
+
- label: I have searched [existing issues](https://github.com/DIYgod/RSSHub/issues) to ensure this feature has not already been requested and this is not a [new RSS proposal](https://github.com/DIYgod/RSSHub/issues/new?assignees=&labels=RSS+proposal&template=rss_request_en.yml).
0 commit comments