Skip to content

Commit 8c409b8

Browse files
committed
Add the GradleUp community Slack to the site
1 parent c7e03ae commit 8c409b8

File tree

5 files changed

+19
-7
lines changed

5 files changed

+19
-7
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Contributing to the Site
22

3+
[![Slack: GradleUp on the Gradle Community Slack](https://img.shields.io/badge/Slack-%23hacktoberfest-brightgreen?style=flat&logo=slack)](./docs/community/participate.md#slack)
4+
35
Any contributions, typo fixes and patches are welcome!
46
The content is located inside this repository and in the
57
linked repositories.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
[![Website](https://img.shields.io/static/v1?label=Website&message=gradleup.com&color=blue)](https://gradleup.com/)
66
[![Docs](https://img.shields.io/static/v1?label=Projects&message=10%2b&color=green)](https://gradleup.com/projects/)
7+
[![Slack: GradleUp on the Gradle Community Slack](https://img.shields.io/badge/Slack-%23hacktoberfest-brightgreen?style=flat&logo=slack)](./docs/community/participate.md#slack)
78
[![Participate](https://img.shields.io/static/v1?label=Contributor&message=Guide&color=lightgreen)](https://gradleup.com/docs/community/participate/)
89

910
This repository hosts a [GradleUp website](https://gradleup.com/).

docs/community/governance.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,12 @@ The decisions are made by the [GradleUp Team](./team.md) based on consensus and
5555
We intend to make decision making fast and light-weight,
5656
with minimum overhead when a consensus exists.
5757

58-
At the moment the decisions are made in a GradleUp Team private channel.
59-
Once [public communication channels](./participate.md) are established,
60-
it is expected that most of the discussions will happen there,
61-
and all contributors and end users will be able to contribute to the decisions.
58+
Most of the decisions are discussed and made in
59+
[public communication channels](./participate.md).
60+
It is expected that all contributors and end users are able to participate to the decisions.
61+
Some exceptional decisions,
62+
for example Code of Conduct discussions,
63+
may be done in private.
6264

6365
## Components Governance
6466

docs/community/participate.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@
55
Each project has GitHub issues.
66
Please raise bugs and discuss feature requests there.
77

8-
## Public Channels
8+
## Slack
99

10-
!!! info "Coming Soon!"
10+
We have a `#gradleup` public channel on the
11+
[Gradle Community Slack](https://community.gradle.org/contributing/community-slack/).
12+
For now, this chat is used for all development and end user discussions.
13+
In the future, we may introduce more channels.
1114

12-
Community Channels will be published soon, stay tuned.
15+
The following components have custom channels:
1316

17+
- `#dev-shadow-plugin` - development of the Shadow Plugin.

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ extra:
171171
- icon: fontawesome/brands/github
172172
link: https://github.com/GradleUp
173173
name: GitHub
174+
- icon: fontawesome/brands/slack
175+
link: docs/community/participate.md#slack
176+
name: Slack
174177
# analytics:
175178
# provider: google
176179
# property: TODO

0 commit comments

Comments
 (0)