From 90c9924fe0de75c4ce8795cd2a376749d1daf853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joda=20St=C3=B6=C3=9Fer?= Date: Thu, 28 Dec 2023 16:47:58 +0100 Subject: [PATCH] refactor(contribute): update link to moved app repository Part of the change to `thunderbird-android` --- contribute.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/contribute.html b/contribute.html index d50c206..e98d421 100644 --- a/contribute.html +++ b/contribute.html @@ -41,7 +41,7 @@

Contribute

Users

Report a bug

-

Use the Use the K-9 issue tracker to report bugs or request new features.

Use the website issue @@ -61,24 +61,24 @@

Help other users

Developers

Get the source

-

The The source code is hosted on GitHub.

Finding issues to fix

A number of the issues are marked with the ‘good first + href="https://github.com/thunderbird/thunderbird-android/labels/good%20first%20issue" target="_blank" rel="noopener">good first issue’ label indicating they are suitable for someone new to K-9 Mail's code base.

Developing and submitting a patch

    -
  • The The BuildingK9 page has information on how to build K-9. It’s important you run the tests (especially ones related to code you have directly changed) before submitting your code label indicating they are probably suitable for someone with not much experience of K-9.
  • See the Code Style for + href="https://github.com/thunderbird/thunderbird-android/wiki/CodeStyle" target="_blank" rel="noopener">Code Style for information on formatting your code so it matches our style.
  • -
  • See the See the Git Guide for information on using Git and submitting pull requests