diff --git a/staging/src/k8s.io/noderesourcetopology-api/.github/PULL_REQUEST_TEMPLATE.md b/staging/src/k8s.io/noderesourcetopology-api/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000000..90e749172f0 --- /dev/null +++ b/staging/src/k8s.io/noderesourcetopology-api/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1 @@ +Sorry, we do not accept changes directly against this repository. Please see CONTRIBUTING.md for information on where and how to contribute instead. \ No newline at end of file diff --git a/staging/src/k8s.io/noderesourcetopology-api/CONTRIBUTING.md b/staging/src/k8s.io/noderesourcetopology-api/CONTRIBUTING.md new file mode 100644 index 00000000000..ded09448fe1 --- /dev/null +++ b/staging/src/k8s.io/noderesourcetopology-api/CONTRIBUTING.md @@ -0,0 +1,7 @@ +# Contributing guidelines + +Do not open pull requests directly against this repository, they will be ignored. Instead, please open pull requests against [kubernetes/kubernetes](https://git.k8s.io/kubernetes/). Please follow the same [contributing guide](https://git.k8s.io/kubernetes/CONTRIBUTING.md) you would follow for any other pull request made to kubernetes/kubernetes. + +This repository is synced from [kubernetes/kubernetes/staging/src/k8s.io/noderesourcetopology-api](https://git.k8s.io/kubernetes/staging/src/k8s.io/noderesourcetopology-api) by the [kubernetes publishing-bot](https://git.k8s.io/publishing-bot). + +Please see [Staging Directory and Publishing](https://git.k8s.io/community/contributors/devel/sig-architecture/staging.md) for more information.