Skip to content

Commit c3e5f38

Browse files
committed
docs: add a contact section with a link to Matrix
1 parent b1b9278 commit c3e5f38

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
### Added
11+
12+
- Add link to the Matrix room in the README (@MightyCreak)
13+
1014
## 0.8.1 - 2023-04-07
1115

1216
### Changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<h1 align="center">
2-
<img src="data/icons/hicolor/scalable/apps/io.github.mightycreak.Diffuse.svg" alt="Diffuse" width="192" height="192"/><br/>
2+
<img
3+
src="./data/icons/hicolor/scalable/apps/io.github.mightycreak.Diffuse.svg"
4+
alt="Diffuse"
5+
width="192"
6+
height="192"/><br/>
37
</h1>
48

59
<p align="center" style="margin-top: 2em">
@@ -10,7 +14,9 @@
1014

1115
<p align="center">
1216
<a href="https://github.com/MightyCreak/diffuse/actions/workflows/ci.yml">
13-
<img src="https://github.com/MightyCreak/diffuse/actions/workflows/ci.yml/badge.svg" alt="CI status"/>
17+
<img
18+
src="https://github.com/MightyCreak/diffuse/actions/workflows/ci.yml/badge.svg"
19+
alt="CI status"/>
1420
</a>
1521
<a href="https://repology.org/project/diffuse/versions">
1622
<img src="https://repology.org/badge/tiny-repos/diffuse.svg" alt="Packaging status">
@@ -51,6 +57,10 @@ Some key features of Diffuse:
5157
For a more detailed documentation for users, translators and developers, see
5258
the [documentation](docs/).
5359

60+
## Contact
61+
62+
Discuss with us on Matrix at [#diffuse:matrix.org](https://matrix.to/#/#diffuse:matrix.org).
63+
5464
## Licenses
5565

5666
Diffuse is under the [GPLv2](COPYING).

0 commit comments

Comments
 (0)