From 0754f5684108be8c34a7a1f94447e54c12f0a62f Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Mon, 28 May 2018 23:48:57 +0200 Subject: [PATCH] Update issue templates Not that we use that a lot but it might be useful at some point --- .github/ISSUE_TEMPLATE/add-a-project.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/add-a-project.md diff --git a/.github/ISSUE_TEMPLATE/add-a-project.md b/.github/ISSUE_TEMPLATE/add-a-project.md new file mode 100644 index 0000000..ea29bc2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/add-a-project.md @@ -0,0 +1,14 @@ +--- +name: Add a project +about: Add a link to the awesome docker list + +--- + +Hi, + +I would like to add a link. [Insert link here] + +Or directly write it: +```markdown +[REPO](https://github.com/AUTHOR/REPO) - DESCRIPTION. By [@AUTHOR](https://github.com/AUTHOR) +```