You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/container-submission.yml
+41-18Lines changed: 41 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ body:
8
8
value: |
9
9
Thanks for taking the time to suggest a new container!
10
10
11
+
> **💡 Automated Process:** When your submission is tagged as "accepted" by a maintainer, a GitHub Action will automatically create a pull request to add your container to the collection!
12
+
11
13
> You can also contribute directly by adding the container definition to the codebase. See [CONTRIBUTING.md](https://github.com/ajnart/dcm/blob/main/CONTRIBUTING.md) for instructions.
12
14
13
15
- type: checkboxes
@@ -27,26 +29,32 @@ body:
27
29
id: id
28
30
attributes:
29
31
label: Container ID
30
-
description: A unique ID for the container (lowercase, no spaces)
31
-
placeholder: "e.g., sonarr, postgres"
32
+
description: |
33
+
A unique ID for the container (lowercase, no spaces, use hyphens for multi-word names).
placeholder: "e.g., Sonarr, PostgreSQL, Home Assistant"
41
47
validations:
42
48
required: true
43
49
44
50
- type: textarea
45
51
id: description
46
52
attributes:
47
53
label: Description
48
-
description: A brief description of the container's purpose
49
-
placeholder: "Describe what this container does, what problem it solves, etc."
54
+
description: |
55
+
A clear and concise description of what this container does and its key features.
56
+
**Example:** "A powerful torrent client with a web interface for remote management. Features include RSS support, automatic torrent management, and a built-in search engine."
57
+
placeholder: "A powerful torrent client with a web interface for remote management. Features include RSS support, automatic torrent management, and a built-in search engine."
50
58
validations:
51
59
required: true
52
60
@@ -73,44 +81,59 @@ body:
73
81
id: tags
74
82
attributes:
75
83
label: Tags
76
-
description: Comma-separated list of tags relevant to this container
77
-
placeholder: "e.g., Streaming, Media Server, Transcoding"
84
+
description: |
85
+
Comma-separated list of relevant tags to help users find this container.
86
+
**Examples:** `Streaming, Media Server, Transcoding` or `Database, SQL, Analytics`
87
+
placeholder: "Streaming, Media Server, Transcoding"
78
88
validations:
79
89
required: true
80
90
81
91
- type: input
82
92
id: githubUrl
83
93
attributes:
84
94
label: GitHub URL
85
-
description: Link to the GitHub repository for this container
95
+
description: |
96
+
Link to the official GitHub repository (used to fetch star count).
0 commit comments