-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update README.md with Template Documentation #529
base: dev
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,42 @@ | |||
Update `@README.md` with the latest information about available templates. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: rename pompt.txt
-> prompt.txt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe this file should be in the .gitignore 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it can be in git.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -0,0 +1,42 @@ | |||
Update `@README.md` with the latest information about available templates. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it can be in git.
This PR updates the README.md file by adding a 'How to Create a Template' section and an 'Available Templates' section.\n\nThe 'How to Create a Template' section explains how to create a new template by reviewing the documentation in the /developers-docs/cli/templates folder (including the tutorial, structure, and tests subfolders), creating a new folder under /templates with a unique identifier (which serves as the template's ID), adding a configuration file with the template’s name, description, and version details, and specifying the supported backend(s) (e.g., snowflake) along with required components.\n\nThe 'Available Templates' section documents all non-deprecated templates extracted from repository.json. Each entry lists the template’s Name, Description, Backend Support, Included Components, Template Version, and Folder Location.\n\nNote: <keboola.wr-snowflake> is a placeholder for a Snowflake writer on a specific stack and should be replaced with the appropriate configuration if needed.\n\nPlease review and merge these changes.