This repository provides example configurations for a set of different tools.
The end goal is for this repository to be populated with examples implementing guidelines detailed in the SciLifeLab Data Centre's development guidelines repository.
.
├── .github/ # GitHub-specific config, e.g. workflows and templates
│ ├── pull_request_template.md
│ ├── CODEOWNERS
│ └── workflows/
│ └── ...
├── .config/ # Tool config, one subdirectory per tool
│ └── <tool-specific-config-1>/
└── README.md
| Configuration | Purpose | Related guidelines |
|---|---|---|
| Pull request template | When a PR is opened, the description is automatically filled with the contents of this file. It helps make pull requests easier to prepare and review. | Pull Request Guidelines |
| CODEOWNERS file | Defines which individuals or teams that are responsible for the contents of this repository. | - |
Links pointing to PRs will be replaced once PRs in
development-guidelinesrepository are merged.