From ed05f7055a70039048da581edea8f42b8ebedff8 Mon Sep 17 00:00:00 2001 From: Kirk Byers Date: Mon, 23 Oct 2017 11:50:51 -0700 Subject: [PATCH] Updating github templates --- .github/ISSUE_TEMPLATE | 33 ++++----------------------------- .github/PULL_REQUEST_TEMPLATE | 8 +++++++- 2 files changed, 11 insertions(+), 30 deletions(-) diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index 7236441..56a3192 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -1,32 +1,7 @@ -### Description of Issue/Question +### The NAPALM Project has reunified! +Please submit all NAPALM issues to: +https://github.com/napalm-automation/napalm/issues -### Did you follow the steps from https://github.com/napalm-automation/napalm#faq -[ ] Yes -[ ] No - -### Setup - -### napalm-junos version -(Paste verbatim output from `pip freeze | grep napalm-junos` between quotes below) - -``` - -``` - -### JunOS version -(Paste verbatim output from `show version and haiku` between quotes below) - -``` - -``` - -### Steps to Reproduce the Issue - -### Error Traceback -(Paste the complete traceback of the exception between quotes below) - -``` - -``` +### DO NOT submit any issues to this repository. diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 8767eea..55fb53c 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -1 +1,7 @@ - +### The NAPALM Project has reunified! + +Please submit all NAPALM pull requests to: +https://github.com/napalm-automation/napalm/pulls + + +### DO NOT submit any pull requests to this repository.