Skip to content

Commit 49bf512

Browse files
authored
Update issue templates
1 parent 258bbda commit 49bf512

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/compose-request.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ assignees: ''
77

88
---
99

10+
> [!WARNING]
11+
> Please do not open issues or pull requests if the maintainer already provides a well-documented Docker Compose example. Instead, we may add a reference to the maintainer’s repository, but we will not duplicate or track it here.
12+
13+
> [!CAUTION]
14+
> Please do not open issues or pull requests for newly created or unverified projects. This repository does not include untrusted or unknown Compose examples. Projects must first gain community trust, undergo public review, and demonstrate adoption (e.g., stars, usage) before being considered.
15+
1016
**What FOSS project is currently missing. Provide names and links.**
1117

1218
* NAME:
@@ -25,9 +31,8 @@ Here some links to pre-existing docker-compose examples:
2531
Here my personal working docker-compose.yml:
2632

2733
````
28-
version: '3.3'
29-
3034
services:
35+
3136
example:
3237
image: user/image:tag
3338
container_name: example

0 commit comments

Comments
 (0)