From a4044870e43509563ad506e19755efd486585885 Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Sat, 11 Feb 2017 19:18:54 +0200 Subject: [PATCH 1/2] issue-template --- ISSUE_TEMPLATE.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..e95aabe --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,16 @@ +Hi, + +I would like to add a link. + +**REPO**: + +**DESCRIPTION**: + +**AUTHOR**: + +Or directly write it : +```markdown +[REPO](https://github.com/AUTHOR/REPO) - DESCRIPTION . By [@AUTHOR](https://github.com/AUTHOR) +``` + + From ca0d7c33d47b520a360af9055e5fa3cd7aa312b7 Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Sun, 12 Feb 2017 14:29:28 +0100 Subject: [PATCH 2/2] Update ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index e95aabe..243bff4 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -8,9 +8,8 @@ I would like to add a link. **AUTHOR**: -Or directly write it : +Or directly write it: ```markdown -[REPO](https://github.com/AUTHOR/REPO) - DESCRIPTION . By [@AUTHOR](https://github.com/AUTHOR) +[REPO](https://github.com/AUTHOR/REPO) - DESCRIPTION. By [@AUTHOR](https://github.com/AUTHOR) ``` -