Skip to content
Closed
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]:<YOUR-USERNAME>/sfquickstarts.git sfquickstarts`
3. Navigate to the directory `cd sfquickstarts/site/src`
4. Create a new branch `git checkout -b <your-branch-name>` (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!


Expand Down
1 change: 0 additions & 1 deletion site/sfguides/src/_template/markdown.template
Original file line number Diff line number Diff line change
Expand Up @@ -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
<!-- ------------------------ -->
Expand Down
Loading