Skip to content

Commit

Permalink
Merge pull request #60 from rl-institut/feature-1-meetings
Browse files Browse the repository at this point in the history
Add community meetings #1
  • Loading branch information
Ludee authored Aug 21, 2023
2 parents 4a1129d + 3218fb3 commit 6e77216
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add a warning for older versions that links to latest [(#54)](https://github.com/rl-institut/super-repo/pull/54)
- Add pre-commit and setup pre-commit-hooks [(#56)](https://github.com/rl-institut/super-repo/pull/56)
- Add a community chat on Element [(#59)](https://github.com/rl-institut/super-repo/pull/59)
- Add documentation on the regular community meetings [(#60)](https://github.com/rl-institut/super-repo/pull/60)

### Changed

Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ super-repo
* - Development
- |badge_issue_open| |badge_issue_closes| |badge_pr_open| |badge_pr_closes|
* - Community
- |badge_contributing| |badge_contributors| |badge_repo_counts| |badge_gitter|
- |badge_contributing| |badge_contributors| |badge_repo_counts| |badge_matrix|

.. contents::
:depth: 2
Expand Down Expand Up @@ -84,6 +84,6 @@ License and Citation
.. |badge_pr_closes| image:: https://img.shields.io/github/issues-pr-closed-raw/rl-institut/super-repo
:alt: closes issues

.. |badge_gitter| image:: https://img.shields.io/matrix/super-repo:matrix.org?label=matrix%20chat
:target: https://app.element.io/#/room/#super-repo:matrix.org
:alt: Matrix Chat
.. |badge_matrix| image:: https://img.shields.io/matrix/super-repo:matrix.org
:target: https://img.shields.io/matrix/super-repo%3Amatrix.org
:alt: Matrix
8 changes: 8 additions & 0 deletions docs/development/collaboration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@

This open-source software is a collaborative effort. <br>
The repository has several elements to provide necessary functions.

To participate in the development you can do the following:

- Contribute to the [GitHub Discussions](https://github.com/rl-institut/super-repo/discussions)
- Contribute to the [GitHub Issues](https://github.com/rl-institut/super-repo/issues)
- Follow the [workflow for collaborative development](https://github.com/rl-institut/super-repo/blob/production/CONTRIBUTING.md)
- Get in touch with the community on the [Element Chat](https://rl-institut.github.io/super-repo/latest/development/collaboration/chat/)
- Meet the developers in one of the [regular meetings](https://rl-institut.github.io/super-repo/latest/development/collaboration/meeting/)
24 changes: 24 additions & 0 deletions docs/development/collaboration/meeting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Meeting

In order to develop a program collaboratively, it is helpful to regularly
exchange information about the current status and to discuss open questions
and make decisions.

# Developer Meetings

In the regular developer meetings, the open issues and pull requests are
discussed and the next release is planned. There should also be time for
the general vision of software development.

The regular developer meeting `super-repo-dev` takes place on the
**first Wednesday of the month between 9 and 9:30 am**. <br>
The meeting room is: https://meet.jit.si/super-repo-dev

# User Meetings

The user meeting is specifically designed for users of the software to ask
questions about usage, make requests for new functionality,
or give general feedback.

The regular user meeting takes place after the developer meeting in the same
room on the **first Wednesday of the month between 9:30 and 10 am**.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ nav:
- Contributing: development/collaboration/contributing.md
- Users: development/collaboration/users.md
- Chat: development/collaboration/chat.md
- Meetings: development/collaboration/meeting.md
- Code of Conduct: development/collaboration/code_of_conduct.md
- Git:
- development/git/index.md
Expand Down

0 comments on commit 6e77216

Please sign in to comment.