https://github.com/compwa/.github
GitHub profile and templates for the ComPWA organization
https://github.com/compwa/.github
Last synced: 2 months ago
JSON representation
GitHub profile and templates for the ComPWA organization
- Host: GitHub
- URL: https://github.com/compwa/.github
- Owner: ComPWA
- Created: 2021-09-15T16:15:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-11T17:07:00.000Z (10 months ago)
- Last Synced: 2025-09-10T05:26:27.617Z (9 months ago)
- Homepage: https://github.com/ComPWA
- Size: 46.9 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Public ComPWA GitHub profile
[](https://results.pre-commit.ci/latest/github/ComPWA/.github/main)
[](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell)
[](https://github.com/prettier/prettier)
This repository manages the GitHub profile and repository templates for the [ComPWA Organization](https://github.com/ComPWA).
- [`profile/README.md`](./profile/README.md) is the profile content seen on the [ComPWA Organization page](https://github.com/ComPWA).
- [`workflow-templates`](./workflow-templates) provide [shared workflow templates](https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization).
## Contributing
Install [`uv`](https://docs.astral.sh/uv) and install [`pre-commit-uv`](https://pypi.org/project/pre-commit-uv) as a tool:
```shell
uv tool install pre-commit --with pre-commit-uv --force-reinstall
```
Next, install the pre-commit hooks (see [`.pre-commit-config.yaml`](./.pre-commit-config.yaml))
```shell
pre-commit install --install-hooks
```
so that style checks are performed whenever you commit to this repository.