Skip to content

Latest commit

 

History

History
61 lines (48 loc) · 1.94 KB

README.md

File metadata and controls

61 lines (48 loc) · 1.94 KB
Project Banner

Slack Community

Last Update Code Analysis

Overview

This repository exists to share Github templates and configuration with other repositories within the JUCR 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. And we will keep expanding on this repositories contents!

Semantic bot Configurations

The default Semantic Pull Requests configuration included in this repository can be enabled by configuring a repository's .github/stale.yml to contain the following:

titleOnly: true
types:
  - feat
  - fix
  - docs
  - refactor
  - test
  - build
  - ci
  - chore
  - revert

Stalebot Configuration

The default StaleBot configuration included in this repository can be enabled by configuring a repository's .github/stale.yml to contain the following:

_extends: .github

.gitignore

As default is set to a mix of VisualStudio and MacOS, but you may find other usefull settings here