nrt-api: Indicate that PRs are not directly accepted to the repo

- Add contributing.md
- Add .github/PULL_REQUEST_TEMPLATE.md
This commit is contained in:
Swati Sehgal 2022-05-27 13:04:58 +01:00
parent bd8f4680b7
commit 8594b2271f
2 changed files with 8 additions and 0 deletions

View File

@ -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.

View File

@ -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.