mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-18 15:27:08 +00:00
Update issue templates
This commit is contained in:
parent
2f8a9aa1a8
commit
5f99395734
34
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
34
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**Affected FOSS**
|
||||
The affected compose example.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Git clone the repository to '...'
|
||||
2. Change directory to '....'
|
||||
3. Adjust '....'
|
||||
4. See error
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Desktop (please complete the following information):**
|
||||
- OS: [e.g. Ubuntu 22.04 LTS]
|
||||
- Version [e.g. Docker Compose 22.1]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
38
.github/ISSUE_TEMPLATE/compose-request.md
vendored
Normal file
38
.github/ISSUE_TEMPLATE/compose-request.md
vendored
Normal file
|
@ -0,0 +1,38 @@
|
|||
---
|
||||
name: Compose request
|
||||
about: Request a currently missing FOSS compose example
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**What FOSS project is currently missing. Provide links.**
|
||||
A clear and concise description of the FOSS project currently missing.
|
||||
|
||||
**Does an example docker-compose.yml exist?**
|
||||
|
||||
* [0] YES - Managed by the FOSS maintainer. See links below.
|
||||
* [1] YES - I have a personal working compose file. See code below.
|
||||
* [2] NO - I have not found any and want to request one.
|
||||
|
||||
Here some links to pre-existing docker-compose examples:
|
||||
- <link1>
|
||||
- <link2>
|
||||
|
||||
Here my personal working docker-compose.yml:
|
||||
|
||||
````
|
||||
version: '3.3'
|
||||
|
||||
services:
|
||||
.
|
||||
.
|
||||
.
|
||||
````
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
Loading…
Reference in New Issue
Block a user