https://github.com/jucr-io/.github
JUCR's Github templates default configuration.
https://github.com/jucr-io/.github
defaults github respository
Last synced: about 2 months ago
JSON representation
JUCR's Github templates default configuration.
- Host: GitHub
- URL: https://github.com/jucr-io/.github
- Owner: jucr-io
- License: mit
- Created: 2022-05-13T16:11:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-13T16:09:14.000Z (4 months ago)
- Last Synced: 2025-02-03T17:09:10.621Z (4 months ago)
- Topics: defaults, github, respository
- Homepage: https://github.com/jucr-io
- Size: 239 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
- Codeowners: docs/CODEOWNERS
Awesome Lists containing this project
README

[](https://github.com/jucr-io/.github/actions/workflows/ci.yml)# Overview
This repository exists to share Github templates and configuration with other
repositories within the [`JUCR`](https://github.com/jucr-io)
organization.**This repository is public**. It needs to be public for other repositories to
be able to leverage the templates that it provides.The approach was taken from
[this help page](https://help.github.com/en/github/building-a-strong-community/creating-a-default-community-health-file).
And we will keep expanding on this repositories contents!## Semantic bot Configurations
The default [Semantic Pull Requests](https://github.com/zeke/semantic-pull-requests)
[configuration](.github/semantic.yml) included in this repository can be enabled
by configuring a repository's `.github/stale.yml` to contain the following:```yaml
titleOnly: true
types:
- feat
- fix
- docs
- refactor
- test
- build
- ci
- chore
- revert
```## Stalebot Configuration
The default [StaleBot](https://github.com/probot/stale)
[configuration](.github/stale.yml) included in this repository can be enabled
by configuring a repository's `.github/stale.yml` to contain the following:```yaml
_extends: .github
```## .gitignore
As default is set to a mix of VisualStudio and MacOS, but you may find other usefull settings [here](https://github.com/github/gitignore)