Skip to content

Commit dfdf9fa

Browse files
authored
Initial CONTRIBUTING guide (kubevirt#327)
See kubevirt#201 Signed-off-by: Daniel Hiller <[email protected]>
1 parent 30cc1fa commit dfdf9fa

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Contributing to kubevirt/project-infra
2+
3+
Welcome! As stated in the [README](README.md) this repository provides supporting code for the project infrastructure.
4+
5+
See [the KubeVirt contribution guide](https://github.com/kubevirt/kubevirt/blob/master/CONTRIBUTING.md) for general information about how to contribute.

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
KubeVirt Project Infrastructure Tools
2-
=====================================
1+
# KubeVirt Project Infrastructure Tools
32

4-
This repository provides supporting code for the project infrastructure
3+
This repository provides supporting code for the project infrastructure.
54

65
* github/ci
76

87
Ansible based prow provisioner for various CI/CD tasks in kubevirt.
98

9+
* robots/flakefinder
10+
11+
Go based tool to create statistics from failed tests of PRs. See [README](robots/flakefinder/README.md)
12+
13+
14+
## Contributing
15+
16+
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute.
17+

0 commit comments

Comments
 (0)