From 264745999aaeaaedd40d57af0d63421b111ecef8 Mon Sep 17 00:00:00 2001 From: James Cha-Earley Date: Fri, 14 Nov 2025 22:29:01 -0800 Subject: [PATCH] Update template instructions and remove author placeholder from markdown template --- README.md | 4 ++-- site/sfguides/src/_template/markdown.template | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 33663f79c2..7717abf992 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ You can submit your own Guides to be published on Snowflake's website by submitt 2. Clone your new fork `git clone git@github.com:/sfquickstarts.git sfquickstarts` 3. Navigate to the directory `cd sfquickstarts/site/src` 4. Create a new branch `git checkout -b ` (make sure you are working on a new branch and not on `master`!) - 6. Copy the template folder and rename it appropriately: (e.g. `cp _example-template my-quickstart-name-here` in your terminal). - 7. Start authoring in markdown format. Note this [Markdown Template](https://github.com/Snowflake-Labs/sfquickstarts/blob/master/site/sfguides/src/_example-template/markdown.template). + 6. Copy the template folder and rename it appropriately: (e.g. `cp _template my-quickstart-name-here` in your terminal). + 7. Start authoring in markdown format. Note this [Markdown Template](https://github.com/Snowflake-Labs/sfquickstarts/blob/master/site/sfguides/src/_template/markdown.template). 8. Make sure you select the appropriate language and category tags from [the list in this Guide](https://www.snowflake.com/en/developers/guides/get-started-with-guides/). You will not be able to merge your changes without this step! diff --git a/site/sfguides/src/_template/markdown.template b/site/sfguides/src/_template/markdown.template index 83ee9392b9..8bd31260b7 100644 --- a/site/sfguides/src/_template/markdown.template +++ b/site/sfguides/src/_template/markdown.template @@ -7,7 +7,6 @@ environments: web status: Hidden feedback link: https://github.com/Snowflake-Labs/sfguides/issues tags: Getting Started, Data Science, Data Engineering, Twitter -author: Kanwal Komail (github: kanwalzs) # Snowflake Guide Template