mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Add readme structure doc page
This commit is contained in:
parent
b70f78b3be
commit
99d3b4cf64
44
docs/developers/Organizational/readmes.mdx
Normal file
44
docs/developers/Organizational/readmes.mdx
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
---
|
||||||
|
id: readmes
|
||||||
|
title: README Structure
|
||||||
|
sidebar_label: READMEs
|
||||||
|
---
|
||||||
|
|
||||||
|
## Outline
|
||||||
|
|
||||||
|
All Meshtastic developers should follow this convention when writing a README for a repository.
|
||||||
|
|
||||||
|
Repobeats images can be generated at [repobeats.axiom.co](https://repobeats.axiom.co/)
|
||||||
|
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
# Repo name
|
||||||
|
|
||||||
|
<!--Project specific badges here-->
|
||||||
|
[](https://github.com/meshtastic/repo/actions/workflows/ci.yml)
|
||||||
|
[](https://cla-assistant.io/meshtastic/repo)
|
||||||
|
[](https://opencollective.com/meshtastic/)
|
||||||
|
[](https://vercel.com?utm_source=meshtastic&utm_campaign=oss)
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
A description about the project
|
||||||
|
|
||||||
|
**[Getting Started Guide](https://example.com)**
|
||||||
|
|
||||||
|
**[Documentation/API Reference](https://example.com)**
|
||||||
|
|
||||||
|
|
||||||
|
## Stats
|
||||||
|
|
||||||
|
<!--Repobeats image here-->
|
||||||
|
|
||||||
|
<!--If the repository is a library, include this section-->
|
||||||
|
## Installation & Usage
|
||||||
|
|
||||||
|
<!--You may optionally include brief install/update instructions here-->
|
||||||
|
|
||||||
|
<!--Any other pertenant sections-->
|
||||||
|
### Compatibility
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue