Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit cd97d99

Browse files
Update readme and contributors guide
1 parent 8e0e416 commit cd97d99

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CONTRIBUTING.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Contributing Guide
2+
3+
Please follow the contribution guidelines provided within the keptn/keptn repo:
4+
5+
* https://github.com/keptn/keptn/blob/master/CODE_OF_CONDUCT.md
6+
* https://github.com/keptn/keptn/blob/master/CONTRIBUTING.md

README.md

+15-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@
22

33
This directory contains and refers to examples in order to explore the functionality of Keptn.
44

5-
### Maintained Examples
5+
## Structure
6+
7+
Please take a look at the [Releases page](https://github.com/keptn/examples/releases) and the branches available within
8+
this repo.
9+
10+
## Maintained Examples
611

712
Maintained examples are updated with every keptn release to use the latest features, current guidelines and best practices, as well as to update command syntax, output, or changed prerequisites.
813

914
|Name | Version | Description |
1015
------------- | ------------- | ------------ |
16+
| **onboard-carts** | [0.6.0.beta2](https://github.com/keptn/examples/tree/release-0.6.0.beta2) | This example allows to demonstrate the [keptn usecases](https://keptn.sh/docs/0.6.0/usecases/). |
1117
| **onboard-carts** | [0.5.0](https://github.com/keptn/examples/tree/release-0.5.0) | This example allows to demonstrate the [keptn usecases](https://keptn.sh/docs/0.5.0/usecases/). |
1218
| **onboard-carts** | [0.4.0](https://github.com/keptn/examples/tree/release-0.4.0) | This example allows to demonstrate the [keptn usecases](https://keptn.sh/docs/0.4.0/usecases/). |
1319
| **onboard-carts** | [0.3.0](https://github.com/keptn/examples/tree/release-0.3.0) | This example allows to demonstrate the [keptn usecases](https://keptn.sh/docs/0.3.0/usecases/). |
@@ -17,6 +23,12 @@ Maintained examples are updated with every keptn release to use the latest featu
1723
<!-- See [Example Guidelines](guidelines.md) for a description of what goes
1824
in this directory, and what examples should contain. -->
1925

20-
### Contributing
26+
## License
27+
28+
See [LICENSE](LICENSE).
29+
30+
## Contributing
31+
32+
If you want to contribute, just create a PR on the master branch.
2133

22-
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for instructions on how to contribute.
34+
Please also see [CONTRIBUTING.md](CONTRIBUTING.md) instructions on how to contribute.

0 commit comments

Comments
 (0)