This repository fulfills unique functions for The Infra Company Github Organization.
- It can contain special org-level files that provide functionality for our organization on GitHub. These files include:
profile/README.md
- the profile README for the Cloud Posse GitHub organizationSECURITY.md
- our security policy and how to report vulnerabilities
- It can also act as a source for defaults of some repo-level files that might be found in a new GitHub repo's
.github
folder. In the event that a new repo is initialized without these files, the repo will behave on github.com as if the default copies of these files were present in the repo. These files include:.github/CODEOWNERS
- governs required approvals for pull requests.github/ISSUE_TEMPLATE/*
- issue templates for the project.github/PULL_REQUEST_TEMPLATE.md
- pull request template for the project
Preamble to the Apache License, Version 2.0
Complete license is available in the LICENSE
file.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.