diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 8915ca213f82..000000000000 --- 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 8dbc11e0a037..000000000000 --- 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 000000000000..46cd56af6f0a --- /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 000000000000..3b4edc9dd817 --- /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) +