From d4876b426f88f43121b86289c6dcee26bd7ffa93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Holl=C3=BD?= Date: Sat, 20 Feb 2016 12:02:57 +0100 Subject: [PATCH 1/2] Create ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..93a99bbf7 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,6 @@ +**Please read https://github.com/inorichi/tachiyomi/blob/master/CONTRIBUTING.md before posting** + +Remove line above and describe your issue here. Fill out version below. + +--- +Version: r000 or v0.0.0 From 9786074119f65dd2cae22dddc1ff4877e4a27cfe Mon Sep 17 00:00:00 2001 From: J2ghz Date: Sat, 20 Feb 2016 12:06:53 +0100 Subject: [PATCH 2/2] Move github files to .github/ --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) rename ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE.md (100%) diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md similarity index 100% rename from ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE.md