Skip to content
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

Fix broken link to RSE team working #472

Merged
merged 2 commits into from
Dec 4, 2024
Merged
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 episodes/project-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,14 +169,14 @@
a situation unlikely to provide perfect conditions for a discussion of governance.

Here are some aspects of governing a project that you should consider.
These are borrowed from [the _Working in teams_ chapter](https://merely-useful.tech/py-rse/teams.html) of [_Research Software Engineering with Python_](https://merely-useful.tech/py-rse/index.html),
These are borrowed from [the _Working in teams_ chapter](https://third-bit.com/py-rse/teams.html) of [_Research Software Engineering with Python_](https://third-bit.com/py-rse/index.html),
a book on how to work productively in small teams where everyone is welcome:

- [Codes of Conduct](https://third-bit.com/py-rse/teams.html#teams-coc)
- [meeting rules](https://third-bit.com/py-rse/teams.html#teams-meetings)
- [decision-making process](https://third-bit.com/py-rse/teams.html#teams-martha)
- [handling conflict](https://third-bit.com/py-rse/teams.html#teams-conflict)
- [making all the above obvious to newcomers](third-bit.com/py-rse/teams.html#teams-documentation)

Check warning on line 179 in episodes/project-management.md

View workflow job for this annotation

GitHub Actions / Build markdown source files if valid

[missing file]: [making all the above obvious to newcomers](third-bit.com/py-rse/teams.html#teams-documentation)

For some other examples and inspirations of governance processes, consider the following:

Expand Down
Loading