Skip to content

Commit

Permalink
content: add developers and contributing section
Browse files Browse the repository at this point in the history
  • Loading branch information
ES-Alexander committed Sep 13, 2022
1 parent f081a53 commit 582dda3
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/developers/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
+++
title = "Developers"
description = "Developer documentation."
date = 2022-09-13T23:30:00+00:00
sort_by = "weight"
weight = 1
template = "docs/section.html"
+++
29 changes: 29 additions & 0 deletions content/developers/contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
+++
title = "Contributing"
description = "Contribution Guidelines."
date = 2022-09-13T22:27:00+10:00
template = "docs/page.html"
sort_by = "weight"
weight = 0
draft = false
[extra]
lead = 'Our software and documentation are open for contributions - join us in developing the future!'
toc = true
top = false
+++

## Contribution Pathways

- [Blue Robotics](https://github.com/bluerobotics/software-guidelines)
- [ArduPilot](https://ardupilot.org/dev/docs/contributing.html)
- [Top Contributors](https://github.com/ardupilot/ardupilot#top-contributors)
- [How to Get Involved](https://github.com/ardupilot/ardupilot#how-to-get-involved)
- [QGroundControl](https://dev.qgroundcontrol.com/master/en/contribute/)
- [MAVLink](https://mavlink.io/en/contributing/contributing.html)

## This Documentation

Add a new section / version via a repository/branch as a submodule
```
git submodule add -b <branch-name> --name <section-name> <repository url> <path/to/desired/location>
```

0 comments on commit 582dda3

Please sign in to comment.