Skip to content

Commit a3473d2

Browse files
andrealmeidHainish
authored andcommitted
Add issues buttons, closes EFForg#15961 (EFForg#16826)
1 parent 41e1b17 commit a3473d2

File tree

5 files changed

+96
-33
lines changed

5 files changed

+96
-33
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -4,41 +4,8 @@
44
[//]: # (Please help us by following this issue template.)
55
[//]: # (You can delete all blank lines and all lines starting)
66
[//]: # (with the comment marker, such as this one.)
7-
[//]: #
8-
[//]: # (Delete all but one of the following "Type" lines.)
9-
[//]: # (Leave in the line that best describes the issue you are reporting.)
10-
[//]: #
11-
[//]: # (If you are submitting a new ruleset, please check the list at)
12-
[//]: # (https://www.eff.org/https-everywhere/atlas/index.html and the open)
13-
[//]: # (issues and pull requests to make sure it doesn't already exist.)
147

15-
Type: ruleset issue
16-
Type: new ruleset
17-
Type: code issue
18-
Type: feature request
198
Type: other
209

21-
[//]: # (If you are reporting a ruleset/website problem, include the top-level)
22-
[//]: # (domain below. For example, if you want to report an issue about)
23-
[//]: # ("one.example.com" and "two.example.com", then the line below should)
24-
[//]: # (be:)
25-
[//]: #
26-
[//]: # (Domain: example.com)
27-
[//]: #
28-
[//]: # (Be sure to remove the parenthesis and comment marker. If you are only)
29-
[//]: # (reporting an issue about "one.example.com", then the line below should)
30-
[//]: # (be:)
31-
[//]: #
32-
[//]: # (Domain: one.example.com)
33-
[//]: #
34-
[//]: # (Only include one top-level domain. If you have more than one top-level)
35-
[//]: # (domain to report, such as both "example.com" and "example.org", open a)
36-
[//]: # (new issue for each top-level domain.)
37-
[//]: #
38-
[//]: # (If you are not reporting a ruleset/website problem, you can delete the)
39-
[//]: # ("Domain" line or leave it blank.)
40-
41-
Domain:
42-
4310
[//]: # (Include any other relevant information below. Thank you again for)
4411
[//]: # (helping to improve HTTPS Everywhere.)
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Code issue report
3+
about: Report an issue about our code
4+
---
5+
6+
[//]: # (Thank you for reporting an issue to HTTPS Everywhere.)
7+
[//]: # (We welcome input from users on improving this project.)
8+
[//]: #
9+
[//]: # (Please help us by following this issue template.)
10+
[//]: # (You can delete all blank lines and all lines starting)
11+
[//]: # (with the comment marker, such as this one.)
12+
13+
Type: code issue
14+
15+
[//]: # (Include any other relevant information below. Thank you again for)
16+
[//]: # (helping to improve HTTPS Everywhere.)
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Feature request
3+
about: Request a feature to help us improve HTTTP Everywhere
4+
---
5+
6+
[//]: # (Thank you for reporting an issue to HTTPS Everywhere.)
7+
[//]: # (We welcome input from users on improving this project.)
8+
[//]: #
9+
[//]: # (Please help us by following this issue template.)
10+
[//]: # (You can delete all blank lines and all lines starting)
11+
[//]: # (with the comment marker, such as this one.)
12+
13+
Type: feature request
14+
15+
[//]: # (Include any other relevant information below. Thank you again for)
16+
[//]: # (helping to improve HTTPS Everywhere.)
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
name: New ruleset
3+
about: Request/submit a new ruleset
4+
---
5+
6+
[//]: # (Thank you for reporting an issue to HTTPS Everywhere.)
7+
[//]: # (We welcome input from users on improving this project.)
8+
[//]: #
9+
[//]: # (Please help us by following this issue template.)
10+
[//]: # (You can delete all blank lines and all lines starting)
11+
[//]: # (with the comment marker, such as this one.)
12+
[//]: #
13+
[//]: # (Delete all but one of the following "Type" lines.)
14+
[//]: # (Leave in the line that best describes the issue you are reporting.)
15+
[//]: #
16+
[//]: # (If you are submitting a new ruleset, please check the list at)
17+
[//]: # (https://www.eff.org/https-everywhere/atlas/index.html and the open)
18+
[//]: # (issues and pull requests to make sure it doesn't already exist.)
19+
20+
Type: new ruleset
21+
22+
[//]: # (If you are reporting a ruleset/website problem, include the top-level)
23+
[//]: # (domain below. For example, if you want to report an issue about)
24+
[//]: # ("one.example.com" and "two.example.com", then the line below should)
25+
[//]: # (be:)
26+
[//]: #
27+
[//]: # (Domain: example.com)
28+
[//]: #
29+
[//]: # (Be sure to remove the parenthesis and comment marker. If you are only)
30+
[//]: # (reporting an issue about "one.example.com", then the line below should)
31+
[//]: # (be:)
32+
[//]: #
33+
[//]: # (Domain: one.example.com)
34+
[//]: #
35+
[//]: # (Only include one top-level domain. If you have more than one top-level)
36+
[//]: # (domain to report, such as both "example.com" and "example.org", open a)
37+
[//]: # (new issue for each top-level domain.)
38+
39+
Domain:
40+
41+
[//]: # (Include any other relevant information below. Thank you again for)
42+
[//]: # (helping to improve HTTPS Everywhere.)
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Ruleset/website issue report
3+
about: Report a issue about a ruleset/website
4+
---
5+
6+
[//]: # (Thank you for reporting an issue to HTTPS Everywhere.)
7+
[//]: # (We welcome input from users on improving this project.)
8+
[//]: #
9+
[//]: # (Please help us by following this issue template.)
10+
[//]: # (You can delete all blank lines and all lines starting)
11+
[//]: # (with the comment marker, such as this one.)
12+
[//]: #
13+
14+
Type: ruleset/website issue
15+
16+
[//]: # (Uncomment and fill the domain bellow if you belive that yet another)
17+
[//]: # (domain should be added to the existing ruleset.)
18+
19+
[//]: # Domain:
20+
21+
[//]: # (Include any other relevant information below. Thank you again for)
22+
[//]: # (helping to improve HTTPS Everywhere.)

0 commit comments

Comments
 (0)