From 72efadce088ae9e2505ba0963f973a57382a0114 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Thu, 2 Jan 2020 15:45:42 +0200 Subject: [PATCH] Rename snippet-template --- CONTRIBUTING.md | 2 +- README.md | 2 +- snippet_template.md => snippet-template.md | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename snippet_template.md => snippet-template.md (100%) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 15d0227e3..6dd684130 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,5 +41,5 @@ Here's what you can do to help: - Snippets *should* solve real-world problems, no matter how simple. - Snippets *should* be abstract enough to be applied to different scenarios. - It is not mandatory but highly appreciated if you provide **test cases** and/or performance tests. -- You can start creating a new snippet, by using the [snippet template](snippet_template.md) to format your snippets. +- You can start creating a new snippet, by using the [snippet template](snippet-template.md) to format your snippets. - Updating the README.md file should only be done by altering the scripts in the **scripts** folder or altering their relative static parts in the **static-parts** folder. diff --git a/README.md b/README.md index 401b6fff1..333e8ecbf 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ## Want to contribute? * If you want to help us improve, take a minute to read the [Contribution Guidelines](/CONTRIBUTING.md) first. -* Use the [Snippet Template](/snippet_template.md) to add new snippets to the collection. +* Use the [Snippet Template](/snippet-template.md) to add new snippets to the collection. * If you find a problem with a specific snippet, please [open an issue](https://github.com/30-seconds/30-seconds-of-python/issues/new). * If you find a problem with the website, please [report it in the web repository](https://github.com/30-seconds/30-seconds-web/issues/new). diff --git a/snippet_template.md b/snippet-template.md similarity index 100% rename from snippet_template.md rename to snippet-template.md