Skip to content

Commit

Permalink
Merge pull request #208 from SimJoSt/patch-2
Browse files Browse the repository at this point in the history
refactor(contribute): update link to moved app repository
  • Loading branch information
cketti authored Jan 26, 2024
2 parents f7b534b + 90c9924 commit 1d5e286
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h1 class="text-main">Contribute</h1>
<div id="users" class="tabcontentservice">
<h2 class="text-main pb-3">Users</h2>
<h3 class="text-main">Report a bug</h3>
<p class="text-main size-18 mb-0">Use the <a class="underline" href="https://github.com/k9mail/k-9/issues"
<p class="text-main size-18 mb-0">Use the <a class="underline" href="https://github.com/thunderbird/thunderbird-android/issues"
target="_blank" rel="noopener">K-9 issue tracker</a> to report bugs or request new features.</p>
<p class="text-main size-18 pb-2">Use the <a class="underline"
href="https://github.com/k9mail/k9mail.github.io/issues" target="_blank" rel="noopener">website issue
Expand All @@ -61,24 +61,24 @@ <h3 class="text-main">Help other users</h3>
<div id="developers" class="tabcontentservice">
<h2 class="text-main pb-3">Developers</h2>
<h3 class="text-main">Get the source</h3>
<p class="text-main size-18 pb-2">The <a class="underline" href="https://github.com/k9mail/k-9"
<p class="text-main size-18 pb-2">The <a class="underline" href="https://github.com/thunderbird/thunderbird-android"
target="_blank" rel="noopener">source code</a> is hosted on GitHub.</p>

<h3 class="text-main">Finding issues to fix</h3>
<p class="text-main size-18 pb-2">A number of the issues are marked with the ‘<a class="underline"
href="https://github.com/k9mail/k-9/labels/good%20first%20issue" target="_blank" rel="noopener">good first
href="https://github.com/thunderbird/thunderbird-android/labels/good%20first%20issue" target="_blank" rel="noopener">good first
issue</a>’ label indicating they are suitable for someone new to K-9 Mail's code base.</p>

<h3 class="text-main">Developing and submitting a patch</h3>
<ul class="pb-2">
<li class="text-main size-18">The <a class="underline" href="https://github.com/k9mail/k-9/wiki/BuildingK9"
<li class="text-main size-18">The <a class="underline" href="https://github.com/thunderbird/thunderbird-android/wiki/BuildingK9"
target="_blank" rel="noopener">BuildingK9</a> 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.</li>
<li class="text-main size-18">See the <a class="underline"
href="https://github.com/k9mail/k-9/wiki/CodeStyle" target="_blank" rel="noopener">Code Style</a> for
href="https://github.com/thunderbird/thunderbird-android/wiki/CodeStyle" target="_blank" rel="noopener">Code Style</a> for
information on formatting your code so it matches our style.</li>
<li class="text-main size-18">See the <a class="underline" href="https://github.com/k9mail/k-9/wiki/GitGuide"
<li class="text-main size-18">See the <a class="underline" href="https://github.com/thunderbird/thunderbird-android/wiki/GitGuide"
target="_blank" rel="noopener">Git Guide</a> for information on using Git and submitting pull requests
</li>
</ul>
Expand Down

0 comments on commit 1d5e286

Please sign in to comment.