-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expanded the README to state some contribution rules (#13)
* Expanded the README to state some contribution rules * Apply suggestions from code review * Added a note about public containers * Added an issue form to gather requests for new container recipes Signed-off-by: Matthieu Muffato <cortexspam-github@yahoo.fr> Signed-off-by: Matthieu Muffato <mm49@sanger.ac.uk>
- Loading branch information
Showing
2 changed files
with
60 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: 'Generate new recipe' | ||
description: Generete a new container recipe | ||
labels: enhancement | ||
title: "[Recipe]" | ||
body: | ||
- type: input | ||
id: docker_uri | ||
attributes: | ||
label: 'Docker identifier to generate recipe for' | ||
placeholder: "autamus/clingo:5.5.1" | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: url | ||
attributes: | ||
label: 'URL associated with container' | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: 'Description of the container' | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters