From 518e284a6294d3eb453dfd1088ab6d11f8d571f3 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Sat, 5 Aug 2023 21:52:16 +0200 Subject: [PATCH] Adding template for new pages added at GitHub --- assets/stubs/new-page-template.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 assets/stubs/new-page-template.md diff --git a/assets/stubs/new-page-template.md b/assets/stubs/new-page-template.md new file mode 100644 index 00000000000..fc07dc0fd8b --- /dev/null +++ b/assets/stubs/new-page-template.md @@ -0,0 +1,21 @@ +--- +title: "Long Page Title" +linkTitle: "Short Nav Title" +weight: 100 +description: >- + Page description for heading and indexes. +--- + + + +## Heading + +Edit this template to create your new page. + +* Give it a good name, ending in `.md` - e.g. `getting-started.md` +* Edit the "front matter" section at the top of the page (weight controls how its ordered amongst other pages in the same directory; lowest number first). +* Add a good commit message at the bottom of the page (< 80 characters; use the extended description field for more detail). +* Create a new branch so you can preview your new file and request a review via Pull Request.