Skip to content

Commit 6896f05

Browse files
committed
Add CONTRIBUTING.md
1 parent 8033748 commit 6896f05

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Contributing
2+
3+
Thanks for taking the time to join our community and start contributing!
4+
5+
The [Contributor Guide](https://github.com/kubernetes/community/blob/master/contributors/guide/README.md)
6+
provides detailed instructions on how to get your ideas and bug fixes seen and accepted.
7+
8+
Please remember to sign the [CNCF CLA](https://github.com/kubernetes/community/blob/master/CLA.md) and
9+
read and observe the [Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).
10+
11+
Instructions for testing and deploying the publishing bot exist [here](README.md#testing-and-deploying-the-robot).

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ This will not push to your org, but runs in dry-run mode. To run with a push, ad
6161

6262
**Caution:** Make sure that the bot github user CANNOT close arbitrary issues in the upstream repo. Otherwise, github will close, them triggered by `Fixes kubernetes/kubernetes#123` patterns in published commits.
6363

64+
## Contributing
65+
66+
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for instructions on how to contribute.
67+
6468
## Known issues
6569

6670
1. Testing: currently we rely on manual testing. We should set up CI for it.

0 commit comments

Comments
 (0)