From ac9720fd0ecf2382a503d5aa0931105117b33d00 Mon Sep 17 00:00:00 2001 From: Joe LeVeque Date: Wed, 10 Feb 2021 03:44:50 -0800 Subject: [PATCH] [GitHub] Tweak PR and issue templates (#1419) Tweak GitHub issue and pull request templates - Rename files to align with new standard - Use markdown headings rather than bolded bullets --- .github/ISSUE_TEMPLATE.md | 60 -------------------------------- .github/PULL_REQUEST_TEMPLATE.md | 32 ----------------- .github/issue_template.md | 60 ++++++++++++++++++++++++++++++++ .github/pull_request_template.md | 32 +++++++++++++++++ 4 files changed, 92 insertions(+), 92 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 .github/issue_template.md create mode 100644 .github/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 8915ca213f..0000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,60 +0,0 @@ - - -**Description** - - - -**Steps to reproduce the issue** -1. -2. -3. - -**Describe the results you received** - - -**Describe the results you expected** - - -**Additional information you deem important (e.g. issue happens only occasionally)** - - -**Output of `show version`** - -``` -(paste your output here) -``` - - - diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 8dbc11e0a0..0000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,32 +0,0 @@ - - -**- What I did** - -**- How I did it** - -**- How to verify it** - -**- Previous command output (if the output of a command-line utility has changed)** - -**- New command output (if the output of a command-line utility has changed)** - diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000000..46cd56af6f --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,60 @@ + + +#### Description + + + +## Steps to reproduce the issue +1. +2. +3. + +#### Describe the results you received + + +#### Describe the results you expected + + +#### Additional information you deem important (e.g. issue happens only occasionally) + + +#### Output of `show version` + +``` +(paste your output here) +``` + + + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..3b4edc9dd8 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,32 @@ + + +#### What I did + +#### How I did it + +#### How to verify it + +#### Previous command output (if the output of a command-line utility has changed) + +#### New command output (if the output of a command-line utility has changed) +