https://github.com/compono/.github
Public repo for community health files (Pull Request Templates)
https://github.com/compono/.github
Last synced: 5 months ago
JSON representation
Public repo for community health files (Pull Request Templates)
- Host: GitHub
- URL: https://github.com/compono/.github
- Owner: compono
- Created: 2021-09-29T23:40:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-10T01:05:35.000Z (about 4 years ago)
- Last Synced: 2025-02-08T09:26:03.792Z (over 1 year ago)
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 16
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Compono GitHub Templates
The templates defined in this project will provide a standard template for the following GitHub files across the organisation,
- Pull Requests
A list of supported file types can be found [here](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file#supported-file-types).
## Overriding templates
To override the template for a specific repository, you will need to define a new template file within the specific repository. There are three locations these files can be placed, they are,
- the root of the repository
- the .github folder
- the docs folder
So for `repository-abc` they can be placed,
- `repository-abc/PULL_REQUEST_TEMPLATE.md`
- `repository-abc/.github/PULL_REQUEST_TEMPLATE.md`
- `repository-abc/docs/PULL_REQUEST_TEMPLATE.md`
Within these locations, define the corresponding files
- `PULL_REQUEST_TEMPLATE.md`