From 641aaeb19450e0f5bd634db578aa69e8821550aa Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 10 Jan 2018 12:11:23 -0800 Subject: [PATCH 1/2] Move the issue template into a .github directory --- ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE.md (100%) 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 From a957b55e72604f9bb35fd649598f1b0ecd82218c Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 10 Jan 2018 12:12:14 -0800 Subject: [PATCH 2/2] Don't distribute the .github directory in the .vsix file --- .vscodeignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscodeignore b/.vscodeignore index b70e27f38e51..4df61100a178 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -9,6 +9,7 @@ test/** src/** scripts/** **/*.map +.github/** .gitignore .gitmodules .editorconfig @@ -32,4 +33,3 @@ coverage/** CODE_OF_CONDUCT.md CODING_STANDARDS.md CONTRIBUTING.md -ISSUE_TEMPLATE.md