mirror of
https://github.com/arkenfox/user.js.git
synced 2025-06-05 02:07:10 +02:00
Fix typos, reformat code, and improve readability
This commit is contained in:
parent
23caf69614
commit
1f93e110fb
8 changed files with 690 additions and 653 deletions
2
.github/ISSUE_TEMPLATE/tools.md
vendored
2
.github/ISSUE_TEMPLATE/tools.md
vendored
|
@ -9,7 +9,7 @@ assignees: ''
|
|||
|
||||
<!--
|
||||
Please specify:
|
||||
- the name of the file (i.e. updater.bat, updater.sh)
|
||||
- the name of the file (i.e., updater.bat, updater.sh)
|
||||
- steps to reproduce the issue
|
||||
- actual result
|
||||
- expected result
|
||||
|
|
22
.github/ISSUE_TEMPLATE/troubleshooting-help.md
vendored
22
.github/ISSUE_TEMPLATE/troubleshooting-help.md
vendored
|
@ -9,23 +9,25 @@ assignees: ''
|
|||
|
||||
<!--
|
||||
|
||||
Issues will be closed as invalid if you do not troubleshoot first, or if you ignore the required info in the template.
|
||||
Issues will be closed as invalid if you don't troubleshoot first, or if you ignore the required info in the template.
|
||||
|
||||
We do not support forks or no-longer supported releases.
|
||||
We don't support forks or no-longer supported releases.
|
||||
|
||||
-->
|
||||
|
||||
|
||||
🟥 https://github.com/arkenfox/user.js/wiki/5.2-Troubleshooting
|
||||
- [ ] I have read the troubleshooting guide, done the checks and confirmed this is caused by arkenfox
|
||||
- _unchecked issues ~~may~~ will be closed as invalid_
|
||||
|
||||
- [ ] I've read the troubleshooting guide, done the checks and confirmed this is caused by arkenfox
|
||||
- _unchecked issues ~~may~~ will be closed as invalid_
|
||||
|
||||
🟪 REQUIRED INFO
|
||||
- Browser version & OS:
|
||||
- Steps to Reproduce (STR):
|
||||
- Expected result:
|
||||
- Actual result:
|
||||
- Console errors and warnings:
|
||||
- Anything else you deem worth mentioning:
|
||||
|
||||
- Browser version & OS:
|
||||
- Steps to Reproduce (STR):
|
||||
- Expected result:
|
||||
- Actual result:
|
||||
- Console errors and warnings:
|
||||
- Anything else you deem worth mentioning:
|
||||
|
||||
---
|
||||
|
|
12
.github/ISSUE_TEMPLATE/user-js.md
vendored
12
.github/ISSUE_TEMPLATE/user-js.md
vendored
|
@ -7,9 +7,15 @@ assignees: ''
|
|||
|
||||
---
|
||||
|
||||
We value feedback in general, but we value feedback from informed users more. There is no need for you to be an expert to participate (most of us aren't), but we hope that you at least understand our decisions before questioning them. We discuss all changes openly, and we do not make changes lightly. So, if you don't understand why we decided to add/remove/change a certain pref, search the repo. The answer is most certainly here.
|
||||
We value feedback in general, but we value feedback from informed users more. There is no need for you to be an expert
|
||||
to participate (most of us aren't), but we hope that you at least understand our decisions before questioning them.
|
||||
We discuss all changes openly, and we don't make changes lightly. So, if you don't understand why we decided
|
||||
to add/remove/change a certain pref, search the repo. The answer is most certainly here.
|
||||
|
||||
If some change we made took you by surprise (in the wrong way), remember that keeping track of changes is your responsibility. Watch the repo, read the [changelogs](https://github.com/arkenfox/user.js/issues?utf8=✓&q=is%3Aissue+label%3Achangelog), compare [releases](https://github.com/arkenfox/user.js/releases) as you update your copy of user.js, or use any other method you prefer.
|
||||
If some change we made took you by surprise (in the wrong way), remember that keeping track of changes is
|
||||
your responsibility. Watch the repo, read the
|
||||
[changelogs](https://github.com/arkenfox/user.js/issues?utf8=✓&q=is%3Aissue+label%3Achangelog), compare
|
||||
[releases](https://github.com/arkenfox/user.js/releases) as you update your copy of user.js,
|
||||
or use any other method you prefer.
|
||||
|
||||
Clear all of this when you're ready to type.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue