Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: clarify that roadmap is still being discussed #2286

Merged
merged 2 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Roadmap

To see items we are working on, visit our [RoadMap GitHub project](https://github.com/awslabs/cdk8s/projects/1).
The project roadmap is under discussion.

You can submit an idea [here](https://github.com/cdk8s-team/cdk8s/issues/new?assignees=&labels=enhancement&template=feature-request---suggestion.md&title=%5BSuggestion%5D+new+suggestion).
> See https://github.com/cdk8s-team/cdk8s/discussions/2052
2 changes: 1 addition & 1 deletion website/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{{- $link_examples := (print $docs_root "/examples") }}
{{- $link_contrib := (print $docs_root "/CONTRIBUTING") }}
{{- $link_constructs := "https://constructs.dev/search?q=&cdk=cdk8s&offset=0" }}
{{- $link_roadmap := "https://github.com/cdk8s-team/cdk8s/projects/1" }}
{{- $link_roadmap := "https://github.com/cdk8s-team/cdk8s/blob/master/ROADMAP.md" }}
{{- $link_github := "https://github.com/cdk8s-team/cdk8s" }}
{{- $link_slack := "https://cdk.dev" }}
{{- $link_license := "https://github.com/aws/aws-cdk/blob/master/LICENSE" }}
Expand Down
Loading