Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
63 changes: 63 additions & 0 deletions docs/community/teams/rocks-team.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
(rocks-team)=
# Rocks community

The Rocks Community is your hub for exploring Ubuntu Rocks and everything "containers". Whether you're a seasoned Rockcraft user or Chisel enthusiast, this community is an inclusive space for learning, sharing, and connecting with fellow Ubuntu container developers.


## Communication

**Matrix**
: Join our community space at {matrix}`rocks`. Newcomers are encouraged to introduce themselves in the general chatroom {matrix}`rocks-general` and browse the community space for other useful rooms.

**Discourse**
: Important events and announcements are posted, in their long format, in the [Rocks Discourse section](https://discourse.ubuntu.com/c/project/rocks/). These may also be cross-referenced in Matrix. Note that Discourse is not being used for technical support.

**Blog**
: [Articles about Ubuntu containers](https://ubuntu.com/blog/tag/containers).


## Meetings

The Rocks Community has a [public calendar](https://calendar.google.com/calendar/embed?src=cf1e94218f2a806bac23a480c60d2247c4baf73afe0aa57bba85df3b6bce2f56%40group.calendar.google.com&ctz=Europe%2FZurich) ([{spellexception}`ics`](https://calendar.google.com/calendar/ical/cf1e94218f2a806bac23a480c60d2247c4baf73afe0aa57bba85df3b6bce2f56%40group.calendar.google.com/public/basic.ics)) you can subscribe to, to be up to date with all community meetings and events!


### Fortnightly office hours

Called the "Starcraft Clinics", this meeting happens every week, at alternating times:
- [Starcraft Clinics (1st Option)](https://discourse.ubuntu.com/t/starcraft-clinics-1st-option/43649), and
- [Starcraft Clinics (2nd Option) ](https://discourse.ubuntu.com/t/starcraft-clinics-2nd-option/48031)

Here, you can join forces with the developers and users of Rockcraft and other craft tools (like Snapcraft and Charmcraft). Everyone is welcome to come over and discuss issues with the crafts. This is an opportunity to get some face-to-face time with the experts and work together through those issues.


## Authority

### Rocks Community Council

The primary governing body responsible for the community's processes and structure. As part of their community governance responsibilities, the members of the Rocks Community Council also have the authority to appoint and veto memberships.

| Name | Contact | | |
| --- | --- | --- | --- |
| | *Discourse* | *GitHub* | *Matrix* |
| {spellexception}`Cristovao Cordeiro` | `@cjdc` | [@cjdcordeiro](https://github.com/cjdcordeiro) | [@cjdc:ubuntu.com](https://matrix.to/#/@cjdc:ubuntu.com) |
| Sergio {spellexception}`Schvezov` | `@sergiusens` | [@sergiusens](https://github.com/sergiusens) | [@sergiusens:ubuntu.com](https://matrix.to/#/@sergiusens:ubuntu.com) |


### Rocks Technical Board

Tech-savvy community members who are responsible for making difficult technical decisions.

| Name | Contact | | |
| --- | --- | --- | --- |
| | *Discourse* | *GitHub* | *Matrix* |
| {spellexception}`Tiago Nobrega` | `@tigarmo` | [@tigarmo](https://github.com/tigarmo) | [@tigarmo:ubuntu.com](https://matrix.to/#/@tigarmo:ubuntu.com) |


## Contributing

See how to [Be Part of the Rocks Community](https://github.com/rockcrafters#-be-part-of-the-rocks-community).


## Additional Resources

The community landing page, where more details, instructions and answers to the most Frequently Asked Questions, can be found at the [Rocks Community Playground](https://github.com/rockcrafters).
9 changes: 8 additions & 1 deletion docs/community/teams/ubuntu-teams.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
(ubuntu-teams)=
# Ubuntu teams

```{toctree}
:maxdepth: 1
:hidden:

rocks-team
```

Any reasonably large project eventually needs someone at the helm to help steer the project's general direction, make official decisions, and decide the right path to take in difficult situations. Ubuntu is no different, except that it is so big that there are many, many different sub projects within it, each one governed by its own set of leaders.

Below is a list of key teams that operate within the Ubuntu project and their responsibilities:
Expand All @@ -15,7 +22,7 @@ Below is a list of key teams that operate within the Ubuntu project and their re
| [Foundations team](https://wiki.ubuntu.com/FoundationsTeam) | Deliver the core Ubuntu system, common to the whole Ubuntu family of products and services, i.e. plumbing |
| [QA team](https://wiki.ubuntu.com/QATeam) | Develop tools, policies, and practices for ensuring Ubuntu's quality as a distribution as well as providing general advice, oversight, and leadership of QA activities within the Ubuntu project |
| {ref}`release-team` | The Release Team helps bring together all the essential building blocks for every Ubuntu release |
| [Rocks community](https://ubuntu.com/community/docs/governance/teams/rocks) | The Rocks Community is your hub for exploring Ubuntu Rocks and everything "containers" |
| {ref}`Rocks community <rocks-team>` | The Rocks Community is your hub for exploring Ubuntu Rocks and everything "containers" |
| [Security team](https://wiki.ubuntu.com/SecurityTeam) | Keep Ubuntu and its users secure through fixing vulnerabilities and contributing to its security development |
| [Server team](https://wiki.ubuntu.com/ServerTeam) | Deliver the best operating system for the cloud and scale-out computing |
| [Ubuntu Flutter community](https://github.com/ubuntu-flutter-community) | Design and implementation of the Flutter visuals, a whole additional set of widgets specifically designed for the Ubuntu desktop, Flutter "Yaru" theme for the Ubuntu visuals in Flutter apps, a dedicated Flutter icon theme and the new snap-store front-end, plus many more apps in development |
Expand Down