Skip to content

Latest commit

 

History

History
75 lines (50 loc) · 3.14 KB

TEMPLATE.md

File metadata and controls

75 lines (50 loc) · 3.14 KB
Error in user YAML: (<unknown>): block sequence entries are not allowed in this context at line 6 column 13
---
title: My cool tutorial
description: How to do something cool with netcup products
updated_at: 2021-10-20
slug: how-to-do-something-cool-with-netcup-products
author_name: Max Mustermann
author_url: -
author_image: https://anx.io/0WL19
author_bio: Muster
tags: python 
netcup_product_url: https://www.netcup.de/bestellen/produkt.php?produkt=2128
language: en
available_languages: en
---

Introduction

Please explain what your tutorial is about and be specific about what users will end up with. You can link to corresponding tutorials that your tutorial builds on, and add recommendations for what users should know. Please don't simply list the steps they will be following, a table of contents/list of steps will be automatically added.

Requirements

List the requirements for your tutorial. If there is already a tutorial explaining one of them, link to that corresponding tutorial. You might also want to add some glossary used throughout the tutorial.

Step 1 - (Summary of Step)

Please describe the actual steps users will be taking.

Make sure to not skip any step, no matter how self-explanatory they seem to you and to always build on the previous one all the way to the final step.

Feel free to include screenshots, to show exactly what the user should be seeing. Please provide images in a separate folder named images.

The final amount of steps will depend entirely on how long and/or complicated your tutorial is.

Step 2 - (Summary of Step)

Short introduction.

Start by...

(Screenshot)

Then...

(Screenshot)

Finally...

(Screenshot)

Step 2.1 - (Summary of Step)

Add some code

Step 2.2 - (Summary of Step)

Add some more code

Step 3 - (Summary of Step) (Optional)

If your tutorial includes a step that is not necessary to complete it, but can be helpful, please mark it (Optional).

Step N- (Summary of Step)

Repeat the pattern all the way to the step, that finishes your tutorial.

Conclusion

A summary what the user has done, suggesting different courses of action they can now take, probably link to tutorials that build from this one.

License

MIT

Contributor's Certificate of Origin

Contributor's Certificate of Origin By making a contribution to this project, I certify that:

  1. The contribution was created in whole or in part by me and I have the right to submit it under the license indicated in the file; or

  2. The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same license (unless I am permitted to submit under a different license), as indicated in the file; or

  3. The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.

  4. I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the license(s) involved.

Signed-off-by: (submitter's name and email address)