From 9daa3b3b1cad398dcb11e20654892a2b578af027 Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Thu, 3 May 2018 13:41:41 -0700 Subject: [PATCH] Move templates (#23874) * Move templates into new .github folder * Add .github to npmignore --- issue_template.md => .github/issue_template.md | 0 pull_request_template.md => .github/pull_request_template.md | 0 .npmignore | 3 +-- 3 files changed, 1 insertion(+), 2 deletions(-) rename issue_template.md => .github/issue_template.md (100%) rename pull_request_template.md => .github/pull_request_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 diff --git a/pull_request_template.md b/.github/pull_request_template.md similarity index 100% rename from pull_request_template.md rename to .github/pull_request_template.md diff --git a/.npmignore b/.npmignore index 3f2fd8b2afa..b10ae34298b 100644 --- a/.npmignore +++ b/.npmignore @@ -2,12 +2,10 @@ built doc Gulpfile.ts internal -issue_template.md jenkins.sh lib/README.md lib/enu netci.groovy -pull_request_template.md scripts src tests @@ -24,3 +22,4 @@ Jakefile.js test.config package-lock.json yarn.lock +.github/