-
Notifications
You must be signed in to change notification settings - Fork 10
Add project badges to README #197
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,10 @@ | ||
| # jumpstarter-router | ||
| # jumpstarter-controller | ||
|
|
||
| [](https://github.com/jumpstarter-dev/jumpstarter-controller/actions/workflows/build.yaml) | ||
|  | ||
|  | ||
| [](https://deepwiki.com/jumpstarter-dev/jumpstarter-controller) | ||
|
|
||
| // TODO(user): Add simple overview of use/purpose | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Replace C-style TODO comments with proper markdown syntax or remove before merge. The README contains C-style comments (
This gives the impression the README is incomplete or uses a template that hasn't been properly customized. Consider one of the following approaches: Option 1: Convert to HTML comments (if these are meant as internal notes for contributors) -// TODO(user): Add simple overview of use/purpose
+<!-- TODO(user): Add simple overview of use/purpose -->Option 2: Remove the TODO comments (recommended for a public README) -// TODO(user): Add simple overview of use/purpose
## Description
-// TODO(user): An in-depth paragraph about your project and overview of useOr fill in the actual content instead of leaving TODO placeholders. Also applies to: 11-11, 98-98 🤖 Prompt for AI Agents |
||
|
|
||
| ## Description | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.