Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Add settings.yml file which creates defaults for OSS repos which extend it #3

Closed
mikemimik opened this issue Oct 18, 2019 · 0 comments
Assignees

Comments

@mikemimik
Copy link
Contributor

mikemimik commented Oct 18, 2019

Adding a .github/settings.yml file to this boilerplate will allow projects to get a set of default settings. These settings will be inherited from the npm/.github repo via the _extends key in the settings.yml file.

Caveat:

Currently we are in the process of renaming the repository from github to .github in order to get some other GitHub default magic. This will change the value of _extend from "github" to ".github"


This repository will serve as a base "default" repo for settings projects. We currently have a .github repo which is the base github org defaults. Which means any repo created under the npm org will by default use some of the functionality defined by this .github repository. (Notably: issue and pull-request templates)

By virtue of this being the "default" for open source projects, the .github/settings.yml file should be flushed out and fully formed, rather than just few items that are in there now. (Notably: branch protection, and repository defaults/settings)

@mikemimik mikemimik self-assigned this Oct 18, 2019
@settings settings bot removed the enhancement label Oct 24, 2019
@mikemimik mikemimik changed the title Add settings.yml file and extend from npm defaults Add settings.yml file which creates defaults for OSS repos which extend it Oct 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants