Skip to content

Commit f5c9b23

Browse files
Merge pull request #14 from GradleUp/slack-corrections
Fix tags for Slack badges, reference the archive and communication preferences
2 parents 99feeb5 + 0bde200 commit f5c9b23

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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)
3+
[![Slack: GradleUp on the Gradle Community Slack](https://img.shields.io/badge/Slack-%23gradleup-brightgreen?style=flat&logo=slack)](./docs/community/participate.md#slack)
44

55
Any contributions, typo fixes and patches are welcome!
66
The content is located inside this repository and in the

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +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)
7+
[![Slack: GradleUp on the Gradle Community Slack](https://img.shields.io/badge/Slack-%23gradleup-brightgreen?style=flat&logo=slack)](https://gradleup.com/docs/community/participate/#slack)
88
[![Participate](https://img.shields.io/static/v1?label=Contributor&message=Guide&color=lightgreen)](https://gradleup.com/docs/community/participate/)
99

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

docs/community/participate.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,29 @@
11
# GradleUp Community Channels
22

3+
[![Slack: GradleUp on the Gradle Community Slack](https://img.shields.io/badge/Slack-%23gradleup-brightgreen?style=flat&logo=slack)](./#slack)
4+
35
## GitHub Issues
46

5-
Each project has GitHub issues.
7+
Each project repository has GitHub Issues enabled.
68
Please raise bugs and discuss feature requests there.
79

810
## Slack
911

1012
We have a `#gradleup` public channel on the
1113
[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.
14+
This chat is used for real-time development and end user discussions.
15+
For longer-term discussions, e.g. architecture proposals or feature requests,
16+
it is highly recommended to use GitHub Issues in the respective repositories.
1417

1518
The following components have custom channels:
1619

1720
- `#dev-shadow-plugin` - development of the Shadow Plugin.
21+
22+
In the future, we may introduce more channels.
23+
24+
## Slack Archive
25+
26+
Gradle Community Slack uses the free plan,
27+
so the history of `#gradleup` is limited to 3 months.
28+
You can find the communications archive for previous dates
29+
[here](https://www.linen.dev/s/gradle-community/c/gradleup).

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ extra:
172172
link: https://github.com/GradleUp
173173
name: GitHub
174174
- icon: fontawesome/brands/slack
175-
link: docs/community/participate.md#slack
175+
link: https://gradleup.com/docs/community/participate/#slack
176176
name: Slack
177177
# analytics:
178178
# provider: google

0 commit comments

Comments
 (0)