-
+
-
+ {data && !error ? (
+ <>
+
Bleeding
++ Latest successful CI build. For those who want to break + things. +
+diff --git a/.github/ISSUE_TEMPLATE/documentation-change-request.md b/.github/ISSUE_TEMPLATE/documentation-change-request.md
new file mode 100644
index 00000000..a3eeb2f2
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/documentation-change-request.md
@@ -0,0 +1,20 @@
+---
+name: Documentation Change Request
+about: Create a report about our documentation to help us improve
+title: 'Documentation Change Request'
+labels: ''
+assignees: ''
+
+---
+
+Please - if you just have a question, post in our [forum](https://meshtastic.discourse.group/) instead. Please reserve this system for requesting changes to the Meshtastic documentation.
+
+**Describe what section of the docs is outdated or otherwise in need of change**
+Be as clear and concise as possible. Provide a URL or GitHub path to the doc you are referencing.
+
+**Suggested Changes**
+What specifically in that documentation area needs to be changed / removed / added?
+If possible provide replacement text when requesting changes or new text to fill in missing documentation.
+
+**Additional Notes**
+Add any other context here.
\ No newline at end of file
diff --git a/README.md b/README.md
index 403032c2..556e4557 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,6 @@
{description}
@@ -40,7 +40,7 @@ export const FirmwareCard = ({ return ( ); diff --git a/src/pages/downloads/_components/HeaderText.tsx b/src/pages/downloads/_components/HeaderText.tsx new file mode 100644 index 00000000..2e59ff93 --- /dev/null +++ b/src/pages/downloads/_components/HeaderText.tsx @@ -0,0 +1,14 @@ +import React from 'react'; + +export const HeaderText = ({type, text, link}): JSX.Element => { + + const Header = type; + + return ( ++ Latest successful CI build. For those who want to break + things. +
+- Latest successful CI build. For those who want to break - things. -
-