mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-22 16:36:30 +00:00
Mention Matrix Space & Rooms in Readme & Docs (#646)
* Mention Matrix Space & Rooms in Readme & Docs * custom labels Co-authored-by: John Olheiser <john.olheiser@gmail.com> Co-authored-by: John Olheiser <john.olheiser@gmail.com>
This commit is contained in:
parent
b4094b9dfb
commit
d11b2bb8e5
4 changed files with 11 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
To make sure every Pull Request (PR) is checked, we have **team maintainers**.
|
||||
Every PR **MUST** be reviewed by at least **one** maintainer (or owner) before it can get merged.
|
||||
A maintainer should be a contributor and contributed at least 4 accepted PRs.
|
||||
A contributor should apply as a maintainer in the [Discord #develop](https://discord.gg/fcMQqSMXJy) channel.
|
||||
A contributor should apply as a maintainer in the [Discord #develop](https://discord.gg/fcMQqSMXJy) or [Matrix Develop](https://matrix.to/#/#WoodpeckerCI-Develop:obermui.de) channel.
|
||||
The owners or the team maintainers may invite the contributor.
|
||||
A maintainer should spend some time on code reviews.
|
||||
|
||||
|
|
|
@ -9,7 +9,10 @@
|
|||
<img src="https://ci.woodpecker-ci.org/api/badges/woodpecker-ci/woodpecker/status.svg">
|
||||
</a>
|
||||
<a href="https://discord.gg/fcMQqSMXJy" title="Join the Discord chat at https://discord.gg/fcMQqSMXJy">
|
||||
<img src="https://img.shields.io/discord/838698813463724034.svg">
|
||||
<img src="https://img.shields.io/discord/838698813463724034.svg?label=discord">
|
||||
</a>
|
||||
<a href="https://matrix.to/#/#woodpecker:matrix.org" title="Join the Matrix space at https://matrix.to/#/#woodpecker:matrix.org">
|
||||
<img src="https://img.shields.io/matrix/woodpecker:matrix.org?label=matrix">
|
||||
</a>
|
||||
<a href="https://goreportcard.com/badge/github.com/woodpecker-ci/woodpecker" title="Go Report Card">
|
||||
<img src="https://goreportcard.com/badge/github.com/woodpecker-ci/woodpecker">
|
||||
|
|
|
@ -53,4 +53,5 @@ WOODPECKER_BITBUCKET_SECRET=... # Bitbucket oauth2 client secret
|
|||
|
||||
## Missing Features
|
||||
|
||||
Merge requests are not currently supported. We are interested in patches to include this functionality. If you are interested in contributing to Woodpecker and submitting a patch please [contact us](https://discord.gg/fcMQqSMXJy).
|
||||
Merge requests are not currently supported. We are interested in patches to include this functionality.
|
||||
If you are interested in contributing to Woodpecker and submitting a patch please **contact us** via [Discord](https://discord.gg/fcMQqSMXJy) or [Matrix](https://matrix.to/#/#WoodpeckerCI-Develop:obermui.de).
|
||||
|
|
|
@ -86,6 +86,10 @@ module.exports = {
|
|||
label: 'Discord',
|
||||
href: 'https://discord.gg/fcMQqSMXJy',
|
||||
},
|
||||
{
|
||||
label: 'Matrix',
|
||||
href: 'https://matrix.to/#/#woodpecker:matrix.org',
|
||||
},
|
||||
{
|
||||
label: 'Mastodon',
|
||||
href: 'https://mastodon.technology/@WoodpeckerCI',
|
||||
|
|
Loading…
Reference in a new issue