Skip to content

Commit 9dde3da

Browse files
authored
style: update general styles of the repo & minor fixes (#1107)
1 parent ff66ba3 commit 9dde3da

File tree

8 files changed

+97
-270
lines changed

8 files changed

+97
-270
lines changed

.github/ISSUE_TEMPLATE/broken-bypass.yml

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,56 +11,61 @@ body:
1111
1212
### **Please don't submit multiple issue about the same website. [Search](https://github.com/FastForwardTeam/FastForward/labels/Broken-bypass) if the domain has been reported before filing the issue.**
1313
Thanks for taking the time to fill out this form!
14+
15+
### MV3 has less bypasses than MV2 version, we are working to migrate all bypasses.
1416
- type: input
1517
id: domain
16-
attributes:
17-
label: Domain
18-
description: Submit one website only.
19-
placeholder: 'Just the name of the site. example: https://google.com'
20-
validations:
21-
required: true
22-
- type: input
23-
id: site
2418
attributes:
2519
label: Link
26-
description: Submit the exact link you are on.
27-
placeholder: 'Example: https://www.google.com/webhp'
20+
description: Submit the link you are trying to bypass.
21+
placeholder: 'Just the name of the site. example: gotiny.cc/p4bwaa'
2822
validations:
2923
required: true
24+
### Removed: duplicate field
25+
#- type: input
26+
#id: site
27+
# attributes:
28+
#label: Link
29+
#description: Submit the exact link you are on.
30+
#placeholder: 'Example: https://www.google.com/webhp'
31+
#validations:
32+
#required: true
33+
### Removed: duplicate field
3034
- type: dropdown
3135
id: version
3236
attributes:
3337
label: Version
3438
description: What version of the extension are you running?
3539
options:
36-
- 0.0.0
40+
- Manifest-v2
41+
- Manifest-v3
3742
validations:
3843
required: true
3944
- type: dropdown
4045
id: browsers
4146
attributes:
42-
label: What browsers are you seeing the problem on?
47+
label: What browser(s) are you seeing the problem on?
4348
multiple: true
4449
options:
45-
- Firefox
46-
- Chrome
47-
- Brave
48-
- Microsoft Edge
50+
- Firefox browsers
51+
- Chrome browsers (includes brave, edge, opera, etc)
4952
validations:
5053
required: true
5154
- type: dropdown
5255
id: os
5356
attributes:
54-
label: What OS are you seeing the problem on?
57+
label: What platform are you seeing the problem on?
5558
options:
56-
- Windows
57-
- Linux
58-
- MacOS
59+
- Computer (Windows, Linux, MacOS)
60+
- Phone (Android)
61+
validations:
62+
required: true
5963
- type: textarea
6064
attributes:
6165
label: Anything else?
6266
description: |
6367
Images? Videos? Anything that will give us more context about the issue you are encountering!
68+
The more information you give us, the fast we will solve the issue
6469
6570
Tip: You can attach images files by clicking this area to highlight it and then dragging files in.
6671
validations:

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Bug report
2-
description: Something is broken in the extension
2+
title: "[Bug] "
3+
description: Something is not working in the extension
34
labels: [Bug]
45
body:
56
- type: markdown
@@ -24,29 +25,29 @@ body:
2425
label: Version
2526
description: What version of the extension are you running?
2627
options:
27-
- 0.0.0
28+
- Manifest-v2
29+
- Manifest-v3
2830
validations:
2931
required: true
3032
- type: dropdown
3133
id: browsers
3234
attributes:
33-
label: What browsers are you seeing the problem on?
35+
label: What browser(s) are you seeing the problem on?
3436
multiple: true
3537
options:
36-
- Firefox
37-
- Chrome
38-
- Brave
39-
- Microsoft Edge
38+
- Firefox browsers
39+
- Chrome browsers (includes brave, edge, opera, etc)
4040
validations:
4141
required: true
4242
- type: dropdown
4343
id: os
4444
attributes:
45-
label: What OS are you seeing the problem on?
45+
label: What platform are you seeing the problem on?
4646
options:
47-
- Windows
48-
- Linux
49-
- MacOS
47+
- Computer (Windows, Linux, MacOS)
48+
- Phone (Android)
49+
validations:
50+
required: true
5051
- type: textarea
5152
attributes:
5253
label: Anything else?

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
blank_issues_enabled: false
1+
blank_issues_enabled: true
22
contact_links:
33
- name: Discord
44
url: https://discord.gg/RSAf7b5njt
55
about: Please ask for help and support there.
66
- name: Issues
77
url: https://github.com/FastForwardTeam/FastForward/issues?q=label%3ANew-bypass
88
about: Please search before issues to check if a site is already submitted.
9-
- name: New bypass
10-
url: https://github.com/FastForwardTeam/FastForward/issues/656
11-
about: You came here to suggest a new link shortner to be bypassed? If so, please click on the button on the right to read more about it. ➡

.github/ISSUE_TEMPLATE/new-bypass.disabled renamed to .github/ISSUE_TEMPLATE/new-bypass.yml

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@ body:
1111
1212
### **Please don't submit multiple issues about the same website. [Search](https://github.com/FastForwardTeam/FastForward/labels/New-bypass) if the domain has been reported before filing the issue.**
1313
Thanks for taking the time to fill out this form!
14-
- type: input
15-
id: domain
16-
attributes:
17-
label: Domain
18-
description: Submit one website only.
19-
placeholder: 'Just the name of the site. example: https://google.com'
20-
validations:
21-
required: true
14+
### Disabled: duplicated field
15+
#- type: input
16+
#id: domain
17+
#attributes:
18+
#label: Domain
19+
#description: Submit one website only.
20+
#placeholder: 'Just the name of the site. example: https://google.com'
21+
#validations:
22+
#required: true
23+
### Disabled: duplicated field
2224
- type: input
2325
id: site
2426
attributes:
@@ -33,29 +35,29 @@ body:
3335
label: Version
3436
description: What version of the extension are you running?
3537
options:
36-
- 0.0.0
38+
- Manifest-v2
39+
- Manifest-v3
3740
validations:
3841
required: true
3942
- type: dropdown
4043
id: browsers
4144
attributes:
42-
label: What browsers are you seeing the problem on?
45+
label: What browser(s) are you using?
4346
multiple: true
4447
options:
45-
- Firefox
46-
- Chrome
47-
- Brave
48-
- Microsoft Edge
48+
- Firefox browsers
49+
- Chrome browsers (includes brave, edge, opera, etc)
4950
validations:
5051
required: true
5152
- type: dropdown
5253
id: os
5354
attributes:
54-
label: What OS are you seeing the problem on?
55+
label: What platform are you using?
5556
options:
56-
- Windows
57-
- Linux
58-
- MacOS
57+
- Computer (Windows, Linux, MacOS)
58+
- Phone (Android)
59+
validations:
60+
required: true
5961
- type: textarea
6062
attributes:
6163
label: (Optional) Anything else?

.github/pull_request_template.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
1-
<details> <summary>NOTICE</summary>
2-
I dedicate any and all copyright interest in this software to the
3-
public domain. I make this dedication for the benefit of the public at
4-
large and to the detriment of my heirs and successors. I intend this
5-
dedication to be an overt act of relinquishment in perpetuity of all
6-
present and future rights to this software under copyright law.
7-
</details>
8-
9-
10-
Fixes: Link to issue
11-
1+
Fix(es):
122
<!-- A brief description of what you did -->
133

144
<!--Add an x to mark as done-->
15-
- [ ] I made sure there are no unnecessary changes in the code*
16-
- [ ] Tested on Chromium- Browser OS
17-
- [ ] Tested on Firefox
18-
19-
\* indicates required
5+
- [ ] I made sure there are no unnecessary changes in the code;
6+
- [ ] Tested on Chromium (Includes Opera, Brave, Vivaldi, Edge, etc);
7+
- [ ] Tested on Firefox.

INSTALLING.md

Lines changed: 0 additions & 153 deletions
This file was deleted.

0 commit comments

Comments
 (0)