Skip to content

Commit 9351c04

Browse files
authored
[Devtools] CNCF Cleaner Tasks (#258)
* add code of conduct doc Signed-off-by: Jordan Dubrick <[email protected]> * add governance doc Signed-off-by: Jordan Dubrick <[email protected]> * add users and update docs Signed-off-by: Jordan Dubrick <[email protected]> * update docs with suggestions Signed-off-by: Jordan Dubrick <[email protected]> * remove unneeded governance and code of conduct files Signed-off-by: Jordan Dubrick <[email protected]> * update users Signed-off-by: Jordan Dubrick <[email protected]> * add exemption file Signed-off-by: Jordan Dubrick <[email protected]> --------- Signed-off-by: Jordan Dubrick <[email protected]>
1 parent dfc7be3 commit 9351c04

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

Diff for: .clomonitor.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# CLOMonitor metadata file
2+
# This file must be located at the root of the repository
3+
4+
# Checks exemptions
5+
exemptions:
6+
- check: roadmap # Check identifier (see https://github.com/cncf/clomonitor/blob/main/docs/checks.md#exemptions)
7+
reason: "Due to a slowdown in regards to the Devfile project there is no planned deliverables or changes that would be useful to display in the roadmap file." # Justification of this exemption (mandatory, it will be displayed on the UI)
8+
- check: github_discussions
9+
reason: "The structure of the Devfile project has all of our Github discussions taking place in our devfile/api repository."
10+
- check: trademark_disclaimer
11+
reason: "Our website is dynamic and as per the CLO Monitor documentation we are marking this as exempt."

Diff for: README.md

+20
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,23 @@ For issues relating to the hosted devfile registry service (<https://registry.de
5050

5151
[1]: https://img.shields.io/badge/renovate-enabled-brightgreen?logo=renovate
5252
[2]: https://renovatebot.com
53+
54+
## Code of Conduct
55+
56+
Please reference our [Code of Conduct](https://github.com/devfile/api/blob/e37cd6b0b4ac21524a724e68373746393b91b9ed/CODE_OF_CONDUCT.md) for more information.
57+
58+
## Governance
59+
60+
Please reference [GOVERNANCE.md](https://github.com/devfile/api/blob/e37cd6b0b4ac21524a724e68373746393b91b9ed/GOVERNANCE.md) for more information.
61+
62+
## Users
63+
64+
A list of users that use this project can be found by referencing [USERS.md](USERS.md)
65+
66+
## Meetings
67+
68+
Information regarding meetings for the Devfile project can be found in [GOVERNANCE.md](https://github.com/devfile/api/blob/e37cd6b0b4ac21524a724e68373746393b91b9ed/GOVERNANCE.md#meetings)
69+
70+
## Slack
71+
72+
There is a Slack channel open for discussion under the Kubernetes Slack workspace, you can find it [here](https://kubernetes.slack.com/messages/devfile)

Diff for: USERS.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Project Users
2+
3+
This document provides a WIP list of users that consume this project.
4+
5+
- [Odo](https://odo.dev/)

0 commit comments

Comments
 (0)