Skip to content
Merged
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
14 changes: 14 additions & 0 deletions contrib_templates/general_notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
---
title:
author:
contributors:
date:
tested with:
tags:
- 1rst tag
- 2nd tag
---

# Some ideas regarding general structure of any technical doc:

## Preamble/Intro:
Expand All @@ -9,6 +20,8 @@

## Prerequsites:

## Special Terminology:

## Process:
Detailed Process steps
Try a link to a footnote/reference secton here
Expand All @@ -23,6 +36,7 @@
It works great!

---
## Glossary:

## REFERENCES:
1. Footnotes/Reference links (URLs, manpage websites, etc)
Expand Down