Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Knight <[email protected]>
  • Loading branch information
eddie-knight committed Dec 29, 2024
1 parent 8923060 commit fc63d24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions schema.cue
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ project?: {

repository?: {
status: "active" | "abandoned" | "concept" | "inactive" | "moved" | "suspended" | "unsupported" | "WIP"
url: #URL


url: #URL
"accepts-change-request": bool
"accepts-automated-change-request": bool
"bug-fixes-only"?: bool
Expand Down
7 changes: 1 addition & 6 deletions template-minimum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ header:
project:
name: FooBar
homepage: https://foo.bar
funding: https://foo.bar/FUNDING.yml
roadmap: https://foo.bar/roadmap.html
administrators:
- name: Joe Dohn
affiliation: Foo
Expand All @@ -29,12 +26,10 @@ project:
bug-bounty-available: true

repository:
url: https://github.com/kubernetes/kubernetes
url: https://my.vcs/foobar/foo
status: active
bug-fixes-only: false
accepts-change-request: true
accepts-automated-change-request: true
no-third-party-packages: false
core-team:
- name: Alice White
affiliation: Foo Bar
Expand Down

0 comments on commit fc63d24

Please sign in to comment.