a842abbfef
This additional clause must remain at the _end_ of the CODEOWNERS file so that it cannot be overridden by a later clause. We want to make it so that all the .github files including CODEOWNERS are protected so only code owners (the dev team) can approve modifications to them. This will prevent configuration changes from breaking Actions and other management-type functions that the files in this directory control. By setting the .github files/folder to require code owner approval for changes, workflow and management changes will require dev team review and checking. Resolves #56. |
||
---|---|---|
.github | ||
.bandit.yml | ||
.flake8 | ||
.gitignore | ||
.isort.cfg | ||
.mdl_config.json | ||
.pre-commit-config.yaml | ||
.prettierignore | ||
.yamllint | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
requirements-dev.txt | ||
requirements-test.txt | ||
requirements.txt | ||
setup-env |
skeleton-generic
This is a generic skeleton project that can be used to quickly get a new cisagov GitHub project started. This skeleton project contains licensing information, as well as pre-commit hooks and GitHub Actions configurations appropriate for the major languages that we use.
In many cases you will instead want to use one of the more specific skeleton projects derived from this one.
New Repositories from a Skeleton
Please see our Project Setup guide for step-by-step instructions on how to start a new repository from a skeleton. This will save you time and effort when configuring a new repository!
Contributing
We welcome contributions! Please see CONTRIBUTING.md
for
details.
License
This project is in the worldwide public domain.
This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.
All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.