Skip to content

Commit 36201ff

Browse files
authored
Merge pull request #493 from devmount/chores/remove-stylus
Remove stylus and unused dependencies
2 parents 5c8c3e4 + f474459 commit 36201ff

File tree

15 files changed

+3227
-5231
lines changed

15 files changed

+3227
-5231
lines changed

.github/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
5555
## Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting the project team at thirdstats@devmount.com. All
58+
reported by contacting the project team at <thirdstats@devmount.com>. All
5959
complaints will be reviewed and investigated and will result in a response that
6060
is deemed necessary and appropriate to the circumstances. The project team is
6161
obligated to maintain confidentiality with regard to the reporter of an incident.

.github/CONTRIBUTING.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ First off, thanks for taking the time to contribute! You are awesome! :tada::cla
44

55
## Table Of Contents
66

7+
- [Table Of Contents](#table-of-contents)
78
- [How to contribute](#how-to-contribute)
89
- [Reporting Bugs](#reporting-bugs)
910
- [Suggesting Enhancements](#suggesting-enhancements)
10-
- [Pull Requests](#pull-requests)
11+
- [Provide Code via Pull Requests](#provide-code-via-pull-requests)
12+
- [Git Commit Messages](#git-commit-messages)
1113
- [Providing Translations](#providing-translations)
14+
- [Beta-Testing](#beta-testing)
1215

1316
## How to contribute
1417

@@ -59,7 +62,7 @@ If you run into any problems, leave a comment on [the corresponding issue #343](
5962
Testing and reporting bugs is a great way to help! Here's how:
6063

6164
1. Download the [latest nightly build from the ThirdStats CDN](https://third-stats.cdn.devmount.com/) (XPI file)
62-
2. Start Thunderbird and install the XPI file by going to _Settings_ > _Add-ons and Themes_ > _Extensions_ > _Gear_ Button > _Install Add-on from file_ > Choose the downloaded XPI file
65+
2. Start Thunderbird and install the XPI file by going to *Settings* > *Add-ons and Themes* > *Extensions* > *Gear* Button > *Install Add-on from file* > Choose the downloaded XPI file
6366
3. Now start using ThirdStats and check if...
6467
- ThirdStats logo appears in the menu and the popup shows all active accounts
6568
- add-on options page displays properly, alle options can be changed, options can be reset

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v6
22-
- run: npx --yes oxlint@1.9.0 --deny-warnings # change to the latest release
22+
- run: npx --yes oxlint@1.50.0 --deny-warnings # change to the latest release

0 commit comments

Comments
 (0)