Skip to content

Commit f9c85de

Browse files
authored
Merge pull request #256 from sebastien46/main
feat(github): add template request form
2 parents fca533e + e0beae2 commit f9c85de

File tree

1 file changed

+94
-0
lines changed

1 file changed

+94
-0
lines changed
Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
name: Template request
2+
description: Request a template / multiple related templates
3+
title: "[TEMPLATE]: "
4+
labels: ["template"]
5+
assignees: nsh07
6+
body:
7+
- type: textarea
8+
id: template-name
9+
attributes:
10+
label: Requested template(s)
11+
description: |
12+
To find the template(s) used by a Wikipedia article,
13+
1. Go to it's Edit page at the section that fails to render in WikiReader
14+
2. Find the affected template(s) (they will be surrounded by `{{ }}` brackets)
15+
3. Find your template(s) in the Article's Info page:
16+
Tools
17+
- Page information
18+
- Page properties
19+
- Transcluded templates;
20+
Then, copy the template link(s) below
21+
placeholder: |
22+
- https://en.wikipedia.org/wiki/Template:<insert_first_template_name_here>
23+
- https://en.wikipedia.org/wiki/Template:<insert_second_template_name_here>
24+
- etc.
25+
value: |
26+
- Link 1
27+
- Link 2
28+
- etc.
29+
validations:
30+
required: true
31+
- type: textarea
32+
id: article
33+
attributes:
34+
label: Affected article(s)
35+
description: Please provide one / a few examples of articles where the template(s) appear
36+
placeholder: |
37+
- https://en.wikipedia.org/wiki/<insert_first_article_name_here>
38+
- https://en.wikipedia.org/wiki/<insert_second_article_name_here>
39+
- etc.
40+
value: |
41+
- Link 1
42+
- Link 2
43+
- etc.
44+
validations:
45+
required: true
46+
- type: textarea
47+
id: article-screenshots
48+
attributes:
49+
label: Article screenshots
50+
description: |
51+
If possible please include some screenshots of the WikiReader app where it fails to render missing templates,
52+
as well as the original Wikipedia article website rendering for reference.
53+
placeholder: |
54+
- 1st screenshot in WikiReader
55+
(image)
56+
- 1st screenshot in Wikipedia
57+
(image)
58+
- etc.
59+
value: |
60+
- 1st screenshot in WikiReader's description
61+
(image)
62+
- 1st screenshot in Wikipedia's description
63+
(image)
64+
- etc.
65+
- type: textarea
66+
id: article-source-code
67+
attributes:
68+
label: Article source code
69+
description: |
70+
Please copy and paste the relevant Wikipedia articles' source code snippet (found in the Edit page) here.
71+
This will be automatically formatted into code, so no need for backticks.
72+
value: |
73+
Insert source code here (delete this text first)
74+
render: mediawiki
75+
validations:
76+
required: false
77+
- type: checkboxes
78+
id: template-criteria
79+
attributes:
80+
label: "Inclusion criteria"
81+
description: |
82+
Considering the huge amount of existing templates on Wikipedia, some of which have very niche syntax,
83+
some inclusion criteria must be met by the template(s) to be included in WikiReader.
84+
To be included the template(s) must:
85+
1. Have atleast around 25000 total transclusions (combined for multiple templates) on either:
86+
- [Toolforge Link Count](https://linkcount.toolforge.org)
87+
- [Bruce Myers' Bambots' Template Parameters tool](https://bambots.brucemyers.com/TemplateParam.php)
88+
2. Not have been already requested within the repository's [issue tracker](https://github.com/nsh07/WikiReader/issues?q=is%3Aissue%20label%3Atemplate)
89+
options:
90+
- label: The template(s) reach(es) around 25000 transclusions
91+
- label: I have searched the issue tracker for similar issues
92+
- label: I am using the latest version of WikiReader
93+
validations:
94+
required: true

0 commit comments

Comments
 (0)