generated from sendnrw/template_golang
59 lines
832 B
Markdown
59 lines
832 B
Markdown
# [PROJECT_NAME]
|
|
|
|
---
|
|
|
|
## Table of contents
|
|
|
|
- [Features](#features)
|
|
- [Quickstart](#quickstart)
|
|
- [Deployment](#deployment)
|
|
- [Configuration](#configuration)
|
|
- [Security](#security)
|
|
- [License](#license)
|
|
- [Roadmap](#roadmap)
|
|
|
|
---
|
|
|
|
## Features
|
|
|
|
- Funktion 1
|
|
|
|
---
|
|
|
|
## Quickstart
|
|
|
|
### Requirements
|
|
|
|
- A
|
|
|
|
### Deployment
|
|
|
|
- A
|
|
|
|
### Configuration
|
|
|
|
- A
|
|
|
|
---
|
|
|
|
## Security
|
|
|
|
- **Responsible Disclosure:** Report vulnerabilities responsibly to **[SECURITY_CONTACT_EMAIL]**.
|
|
- **SECURITY.md:** Contains procedures and response times.
|
|
- **Secrets:** Do not commit secrets to the repo (use CI secrets/parameter stores).
|
|
|
|
---
|
|
|
|
## License
|
|
|
|
This project is licensed under **CPL-NC-1.0**.
|
|
See [LICENSE](./LICENSE) for details.
|
|
|
|
---
|
|
|
|
## Roadmap
|
|
|
|
- [ ] v0.2: [FEATURE_1]
|
|
- [ ] v0.3: [FEATURE_2]
|
|
- [ ] v1.0: Stabiler API-Vertrag & Langzeit-Support
|