Skip to content

Commit

Permalink
style: update general styles of the repo & minor fixes (#1107)
Browse files Browse the repository at this point in the history
  • Loading branch information
lostdusty authored Sep 17, 2023
1 parent ff66ba3 commit 9dde3da
Show file tree
Hide file tree
Showing 8 changed files with 97 additions and 270 deletions.
45 changes: 25 additions & 20 deletions .github/ISSUE_TEMPLATE/broken-bypass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,56 +11,61 @@ body:
### **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.**
Thanks for taking the time to fill out this form!
### MV3 has less bypasses than MV2 version, we are working to migrate all bypasses.
- type: input
id: domain
attributes:
label: Domain
description: Submit one website only.
placeholder: 'Just the name of the site. example: https://google.com'
validations:
required: true
- type: input
id: site
attributes:
label: Link
description: Submit the exact link you are on.
placeholder: 'Example: https://www.google.com/webhp'
description: Submit the link you are trying to bypass.
placeholder: 'Just the name of the site. example: gotiny.cc/p4bwaa'
validations:
required: true
### Removed: duplicate field
#- type: input
#id: site
# attributes:
#label: Link
#description: Submit the exact link you are on.
#placeholder: 'Example: https://www.google.com/webhp'
#validations:
#required: true
### Removed: duplicate field
- type: dropdown
id: version
attributes:
label: Version
description: What version of the extension are you running?
options:
- 0.0.0
- Manifest-v2
- Manifest-v3
validations:
required: true
- type: dropdown
id: browsers
attributes:
label: What browsers are you seeing the problem on?
label: What browser(s) are you seeing the problem on?
multiple: true
options:
- Firefox
- Chrome
- Brave
- Microsoft Edge
- Firefox browsers
- Chrome browsers (includes brave, edge, opera, etc)
validations:
required: true
- type: dropdown
id: os
attributes:
label: What OS are you seeing the problem on?
label: What platform are you seeing the problem on?
options:
- Windows
- Linux
- MacOS
- Computer (Windows, Linux, MacOS)
- Phone (Android)
validations:
required: true
- type: textarea
attributes:
label: Anything else?
description: |
Images? Videos? Anything that will give us more context about the issue you are encountering!
The more information you give us, the fast we will solve the issue
Tip: You can attach images files by clicking this area to highlight it and then dragging files in.
validations:
Expand Down
23 changes: 12 additions & 11 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Bug report
description: Something is broken in the extension
title: "[Bug] "
description: Something is not working in the extension
labels: [Bug]
body:
- type: markdown
Expand All @@ -24,29 +25,29 @@ body:
label: Version
description: What version of the extension are you running?
options:
- 0.0.0
- Manifest-v2
- Manifest-v3
validations:
required: true
- type: dropdown
id: browsers
attributes:
label: What browsers are you seeing the problem on?
label: What browser(s) are you seeing the problem on?
multiple: true
options:
- Firefox
- Chrome
- Brave
- Microsoft Edge
- Firefox browsers
- Chrome browsers (includes brave, edge, opera, etc)
validations:
required: true
- type: dropdown
id: os
attributes:
label: What OS are you seeing the problem on?
label: What platform are you seeing the problem on?
options:
- Windows
- Linux
- MacOS
- Computer (Windows, Linux, MacOS)
- Phone (Android)
validations:
required: true
- type: textarea
attributes:
label: Anything else?
Expand Down
5 changes: 1 addition & 4 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
blank_issues_enabled: false
blank_issues_enabled: true
contact_links:
- name: Discord
url: https://discord.gg/RSAf7b5njt
about: Please ask for help and support there.
- name: Issues
url: https://github.com/FastForwardTeam/FastForward/issues?q=label%3ANew-bypass
about: Please search before issues to check if a site is already submitted.
- name: New bypass
url: https://github.com/FastForwardTeam/FastForward/issues/656
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. ➡
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@ body:
### **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.**
Thanks for taking the time to fill out this form!
- type: input
id: domain
attributes:
label: Domain
description: Submit one website only.
placeholder: 'Just the name of the site. example: https://google.com'
validations:
required: true
### Disabled: duplicated field
#- type: input
#id: domain
#attributes:
#label: Domain
#description: Submit one website only.
#placeholder: 'Just the name of the site. example: https://google.com'
#validations:
#required: true
### Disabled: duplicated field
- type: input
id: site
attributes:
Expand All @@ -33,29 +35,29 @@ body:
label: Version
description: What version of the extension are you running?
options:
- 0.0.0
- Manifest-v2
- Manifest-v3
validations:
required: true
- type: dropdown
id: browsers
attributes:
label: What browsers are you seeing the problem on?
label: What browser(s) are you using?
multiple: true
options:
- Firefox
- Chrome
- Brave
- Microsoft Edge
- Firefox browsers
- Chrome browsers (includes brave, edge, opera, etc)
validations:
required: true
- type: dropdown
id: os
attributes:
label: What OS are you seeing the problem on?
label: What platform are you using?
options:
- Windows
- Linux
- MacOS
- Computer (Windows, Linux, MacOS)
- Phone (Android)
validations:
required: true
- type: textarea
attributes:
label: (Optional) Anything else?
Expand Down
20 changes: 4 additions & 16 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@
<details> <summary>NOTICE</summary>
I dedicate any and all copyright interest in this software to the
public domain. I make this dedication for the benefit of the public at
large and to the detriment of my heirs and successors. I intend this
dedication to be an overt act of relinquishment in perpetuity of all
present and future rights to this software under copyright law.
</details>


Fixes: Link to issue

Fix(es):
<!-- A brief description of what you did -->

<!--Add an x to mark as done-->
- [ ] I made sure there are no unnecessary changes in the code*
- [ ] Tested on Chromium- Browser OS
- [ ] Tested on Firefox

\* indicates required
- [ ] I made sure there are no unnecessary changes in the code;
- [ ] Tested on Chromium (Includes Opera, Brave, Vivaldi, Edge, etc);
- [ ] Tested on Firefox.
153 changes: 0 additions & 153 deletions INSTALLING.md

This file was deleted.

Loading

0 comments on commit 9dde3da

Please sign in to comment.