ansible-nas/website/docs/contributing/add-an-application.md
David Stephens 33ae89c189 Doc linting
2022-09-21 23:39:19 +01:00

11 lines
438 B
Markdown

---
sidebar_position: 2
---
# Add An Application
Adding a new application to Ansible-NAS is easy! First, set up your [development environment](./development-environment.md).
Then;
- Start by looking at the `hello_world` role - this includes everything that's expected to be included with a new application.
- Ensure the application includes tests and documentation. Tests should ensure that the application starts and stops correctly.