From a07aa415219b735c5184a7748cde117688fbccac Mon Sep 17 00:00:00 2001 From: projectmoon Date: Mon, 6 Sep 2021 22:00:40 +0000 Subject: [PATCH 1/4] Add matrix room badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d51ac4d..97c7b8a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Tenebrous Dicebot [![Build Status](https://drone.agnos.is/api/badges/projectmoon/tenebrous-dicebot/status.svg)](https://drone.agnos.is/projectmoon/tenebrous-dicebot) +[![Matrix Chat](https://img.shields.io/matrix/tenebrous:agnos.is?label=matrix&server_fqdn=matrix.org)](https://matrix.to/#/#tenebrous:agnos.is) _This repository is hosted on [Agnos.is Git][main-repo] and mirrored to [GitHub][github-repo]._ -- 2.40.1 From 004990ba92aaadc4866bc49fad3b55de22712181 Mon Sep 17 00:00:00 2001 From: projectmoon Date: Mon, 6 Sep 2021 22:07:07 +0000 Subject: [PATCH 2/4] Add support/community section. --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97c7b8a..b5e26e6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Tenebrous Dicebot [![Build Status](https://drone.agnos.is/api/badges/projectmoon/tenebrous-dicebot/status.svg)](https://drone.agnos.is/projectmoon/tenebrous-dicebot) -[![Matrix Chat](https://img.shields.io/matrix/tenebrous:agnos.is?label=matrix&server_fqdn=matrix.org)](https://matrix.to/#/#tenebrous:agnos.is) +[![Matrix Chat](https://img.shields.io/matrix/tenebrous:agnos.is?label=matrix&server_fqdn=matrix.org)][matrix-room] _This repository is hosted on [Agnos.is Git][main-repo] and mirrored to [GitHub][github-repo]._ @@ -25,6 +25,16 @@ System. * Works in encrypted or unencrypted Matrix rooms. * Storing variables created by the user. +## Support and Community + +The project has a Matrix room at [#tenebrous:agnos.is][matrix-room]. +It is also possible to make a post in [GitHub +Discussions][github-discussions]. + +For reporting bugs, we prefer that you open an issue on +[git.agnos.is][agnosis-git-issues]. However, you may also open an +issue on [GitHub][github-issues]. + ## Building and Installation ### Docker Image @@ -267,3 +277,7 @@ support added for Chronicles of Darkness and Call of Cthulhu. [github-repo]: https://github.com/ProjectMoon/matrix-dicebot [roadmap]: https://git.agnos.is/projectmoon/tenebrous-dicebot/wiki/Roadmap [crates-io]: https://crates.io/crates/tenebrous-dicebot +[matrix-room]: https://matrix.to/#/#tenebrous:agnos.is +[agnosis-git-issues]: https://git.agnos.is/projectmoon/tenebrous-dicebot/issues +[github-discussions]: https://github.com/ProjectMoon/matrix-dicebot/discussions +[github-issues]: https://github.com/ProjectMoon/matrix-dicebot/issues -- 2.40.1 From 9d2238ed2559f1c23eb005f47770aa4cdca8ff11 Mon Sep 17 00:00:00 2001 From: projectmoon Date: Mon, 6 Sep 2021 22:11:45 +0000 Subject: [PATCH 3/4] Add contributing information. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b5e26e6..317cd1e 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,15 @@ For reporting bugs, we prefer that you open an issue on [git.agnos.is][agnosis-git-issues]. However, you may also open an issue on [GitHub][github-issues]. +### Development and Contributions + +All development occurs on [git.agnos.is][main-repo]. If you wish to +contribute, please open a pull request there. In some cases, pull +requests from GitHub may be accepted. + +All contributions must be licensed under [AGPL 3.0 or later][agpl] to +be accepted. + ## Building and Installation ### Docker Image @@ -281,3 +290,4 @@ support added for Chronicles of Darkness and Call of Cthulhu. [agnosis-git-issues]: https://git.agnos.is/projectmoon/tenebrous-dicebot/issues [github-discussions]: https://github.com/ProjectMoon/matrix-dicebot/discussions [github-issues]: https://github.com/ProjectMoon/matrix-dicebot/issues +[agpl]: https://www.gnu.org/licenses/agpl-3.0.en.html -- 2.40.1 From beb7c127c541b4faf121f56ad8727f3abb694091 Mon Sep 17 00:00:00 2001 From: projectmoon Date: Mon, 6 Sep 2021 22:12:18 +0000 Subject: [PATCH 4/4] less paragraphs --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 317cd1e..7fe3ccb 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,8 @@ issue on [GitHub][github-issues]. All development occurs on [git.agnos.is][main-repo]. If you wish to contribute, please open a pull request there. In some cases, pull -requests from GitHub may be accepted. - -All contributions must be licensed under [AGPL 3.0 or later][agpl] to -be accepted. +requests from GitHub may be accepted. All contributions must be +licensed under [AGPL 3.0 or later][agpl] to be accepted. ## Building and Installation -- 2.40.1