Skip to content

Commit

Permalink
update readme with more info
Browse files Browse the repository at this point in the history
- link to roles
- formatting, grammar
- link to blog posts

Signed-off-by: Tomas Tomecek <[email protected]>
  • Loading branch information
TomasTomecek committed Nov 13, 2023
1 parent a166a79 commit 9eaeb7c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# Weekly roles of the Packit team

![Sharing responsibility in a team](./title.png)

This repository handles the weekly rotating roles of the Packit team.
Rotating roles represent work that needs to be done each week (e.g. releasing,
monitoring, communicating with the users). They are described in the issues labelled with `roles`.
monitoring, communicating with the users). They are described in [issues using the `roles` label](https://github.com/packit/weekly-roles/issues?q=is%3Aissue+is%3Aopen+label%3Aroles).
These issues are automatically cloned every Friday and team members are assigned to them.

The repository contains:

- `clone_roles.py` - script that does the cloning of the issues, assigning of the team members
and closing the old ones
- `.github/workflows/rotate_roles.yaml` - Github action that runs the script periodically (each Friday)
1. `clone_roles.py` - script that does the cloning of the issues, assigning of the team members
and closing the old ones
2. `.github/workflows/rotate_roles.yaml` - Github action that runs the script periodically (each Friday)

You can read more about the process in these blog posts:

- [How to run an open-source service?](https://medium.com/@laura.barcziova/how-to-run-an-open-source-service-fb3303240e69)
- [Inception of rotating roles](https://medium.com/@laura.barcziova/inception-of-rotating-roles-9caf971b3096)
- [Share team responsibilities efficiently](https://medium.com/@laura.barcziova/share-team-responsibilities-efficiently-9a202aad7bd0)
Binary file added title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9eaeb7c

Please sign in to comment.