Skip to content

Fix tags for Slack badges, reference the archive and communication preferences #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to the Site

[![Slack: GradleUp on the Gradle Community Slack](https://img.shields.io/badge/Slack-%23hacktoberfest-brightgreen?style=flat&logo=slack)](./docs/community/participate.md#slack)
[![Slack: GradleUp on the Gradle Community Slack](https://img.shields.io/badge/Slack-%23gradleup-brightgreen?style=flat&logo=slack)](./docs/community/participate.md#slack)

Any contributions, typo fixes and patches are welcome!
The content is located inside this repository and in the
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

This repository hosts a [GradleUp website](https://gradleup.com/).
Expand Down
18 changes: 15 additions & 3 deletions docs/community/participate.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,29 @@
# GradleUp Community Channels

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

## GitHub Issues

Each project has GitHub issues.
Each project repository has GitHub Issues enabled.
Please raise bugs and discuss feature requests there.

## Slack

We have a `#gradleup` public channel on the
[Gradle Community Slack](https://community.gradle.org/contributing/community-slack/).
For now, this chat is used for all development and end user discussions.
In the future, we may introduce more channels.
This chat is used for real-time development and end user discussions.
For longer-term discussions, e.g. architecture proposals or feature requests,
it is highly recommended to use GitHub Issues in the respective repositories.

The following components have custom channels:

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

In the future, we may introduce more channels.

## Slack Archive

Gradle Community Slack uses the free plan,
so the history of `#gradleup` is limited to 3 months.
You can find the communications archive for previous dates
[here](https://www.linen.dev/s/gradle-community/c/gradleup).
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ extra:
link: https://github.com/GradleUp
name: GitHub
- icon: fontawesome/brands/slack
link: docs/community/participate.md#slack
link: https://gradleup.com/docs/community/participate/#slack
name: Slack
# analytics:
# provider: google
Expand Down
Loading