From a01d67a99ecad09a1f88924b03bb00a95963e6f8 Mon Sep 17 00:00:00 2001 From: Omid Ahourai Date: Wed, 29 Apr 2020 09:53:57 -0700 Subject: [PATCH] [chore] updated github templates for issues and pull requests. --- .../issue_request_template.md | 36 +++++++++++++ .../pull_request_template.md | 51 +++++++++++++++++++ 2 files changed, 87 insertions(+) create mode 100644 .github/ISSUE_REQUEST_TEMPLATE/issue_request_template.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/ISSUE_REQUEST_TEMPLATE/issue_request_template.md b/.github/ISSUE_REQUEST_TEMPLATE/issue_request_template.md new file mode 100644 index 0000000..670f0d9 --- /dev/null +++ b/.github/ISSUE_REQUEST_TEMPLATE/issue_request_template.md @@ -0,0 +1,36 @@ + + +**Severity:** + + + +**Description:** + + + + +**Steps to Reproduce:** + + + + +**Configuration:** + + diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..19891f4 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,51 @@ + + +**Issue:** + + + +**Type:** + + + +**Description:** + + + +**Testing:** + + + +**Configuration:** + + + +