summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-12-05 20:16:07 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-12-05 20:16:07 +0100
commitf51eab3f0167183da01b78a3988da6a74650750d (patch)
treef2c611517c11003a3ad9861d726a2188cfbb5ba2
parent3b9de712b3ce56ff4ac46e745aa9f4a4301e8961 (diff)
doc: Remove outdated IRC reference
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--.github/config.yml2
-rw-r--r--README.md2
2 files changed, 1 insertions, 3 deletions
diff --git a/.github/config.yml b/.github/config.yml
index b1ca0a75..4be0f146 100644
--- a/.github/config.yml
+++ b/.github/config.yml
@@ -1,5 +1,3 @@
firstPRMergeComment: >
Thanks for your first pull request and welcome to the community!
Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/contacts/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22
-
- Most developers hang out on IRC. So join \#nextcloud-contacts and \#nextcloud-dev on Freenode for a chat!
diff --git a/README.md b/README.md
index 64471293..e6ef11f1 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ Release tarballs are hosted at https://github.com/nextcloud-releases/contacts/re
## :satellite: Support
-If you need assistance or want to ask a question about Contacts, you are welcome to [ask for support](https://help.nextcloud.com) in our Forums or the [IRC-Channel](https://webchat.freenode.net/?channels=nextcloud-contacts). If you have found a bug, feel free to open a new Issue on GitHub. Keep in mind, that this repository only manages the frontend. If you find bugs or have problems with the CardDAV-Backend, you should ask the team at [Nextcloud server](https://github.com/nextcloud/server) for help!
+If you need assistance or want to ask a question about Contacts, you are welcome to [ask for support](https://help.nextcloud.com) in our forums. If you have found a bug, feel free to open a new Issue on GitHub. Keep in mind, that this repository only manages the frontend. If you find bugs or have problems with the CardDAV-Backend, you should ask the team at [Nextcloud server](https://github.com/nextcloud/server) for help!
### Could you add XXX property?
> This is a complicated answer. We did not invent the way contacts works. We are following the official vCard format. This format include a predefined set of properties that other applications/devices supports too (Android, iOS, Windows, Gnome...). Adding a custom property would just make it compatible with Nextcloud and will not be understood by any other clients and make it complicated for us to ensure its sustainability over time.