Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at thirdstats@devmount.com. All
reported by contacting the project team at <thirdstats@devmount.com>. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
7 changes: 5 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ First off, thanks for taking the time to contribute! You are awesome! :tada::cla

## Table Of Contents

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

## How to contribute

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

1. Download the [latest nightly build from the ThirdStats CDN](https://third-stats.cdn.devmount.com/) (XPI file)
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
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
3. Now start using ThirdStats and check if...
- ThirdStats logo appears in the menu and the popup shows all active accounts
- add-on options page displays properly, alle options can be changed, options can be reset
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: npx --yes oxlint@1.9.0 --deny-warnings # change to the latest release
- run: npx --yes oxlint@1.50.0 --deny-warnings # change to the latest release
Loading