Skip to content

Commit 13f2ad2

Browse files
feat: add mailing list and update contribuitng (#148)
Signed-off-by: Timo Glastra <timo@animo.id> Co-authored-by: Karim Stekelenburg <karim@animo.id>
1 parent 229b343 commit 13f2ad2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<br />
33
<img
44
alt="Credo logo"
5-
src="https://raw.githubusercontent.com/openwallet-foundation/credo-ts/aa31131825e3331dc93694bc58414d955dcb1129/images/aries-logo.png"
5+
src="https://github.com/openwallet-foundation/credo-ts/blob/c7886cb8377ceb8ee4efe8d264211e561a75072d/images/credo-logo.png"
66
height="250px"
77
/>
88
</p>
@@ -70,7 +70,9 @@ If you are using GitHub pages for hosting, this command is a convenient way to b
7070

7171
The docs are a work in progress, contributions are incredibly appreciated! If you're looking to contribute check out the [contribution guideline](https://github.com/openwallet-foundation/credo-ts-docs/blob/main/CONTRIBUTING.md).
7272

73-
Issues are also welcomed as it gives us a good idea of the work still needing to be done.
73+
There are regular community working groups to discuss ongoing efforts within Credo, showcase items you've built with Credo, or ask questions. See [Meeting Information](https://github.com/openwallet-foundation/credo-ts/wiki/Meeting-Information) for up to date information on the meeting schedule. Everyone is welcome to join!
74+
75+
We welcome you to join our mailing list and Discord channel. See the [Wiki](https://github.com/openwallet-foundation/credo-ts/wiki/Communication) for up to date information.
7476

7577
## Licence
7678

docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ const config = {
114114
label: 'Discord',
115115
href: 'https://discord.com/channels/1022962884864643214/1179453305856991263',
116116
},
117+
{
118+
label: 'Mailing List',
119+
href: 'https://lists.openwallet.foundation/g/credo-project',
120+
},
117121
{
118122
label: 'Working Group Call Notes',
119123
href: 'https://github.com/openwallet-foundation/credo-ts/wiki/Meeting-Information',

0 commit comments

Comments
 (0)