From c327689992ffde5b7551c1d20a97fff21d346cc9 Mon Sep 17 00:00:00 2001 From: Joe LeVeque Date: Wed, 10 Feb 2021 23:12:21 -0800 Subject: [PATCH] [GitHub] Tweak PR and issue templates (#6744) Tweak GitHub issue and pull request templates - Rename files to align with new [standard](https://docs.github.com/en/github/building-a-strong-community/using-templates-to-encourage-useful-issues-and-pull-requests) - Use markdown headings rather than bolded bullets --- .github/ISSUE_TEMPLATE.md | 60 -------------------------------- .github/PULL_REQUEST_TEMPLATE.md | 40 --------------------- .github/issue_template.md | 58 ++++++++++++++++++++++++++++++ .github/pull_request_template.md | 41 ++++++++++++++++++++++ 4 files changed, 99 insertions(+), 100 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 05f39760b1..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) - ``` - - **Attach debug file `sudo generate_dump`:** - - ``` - (paste your output here) - ``` diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 0d91878c95..0000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,40 +0,0 @@ - - -**- Why I did it** - -**- How I did it** - -**- How to verify it** - -**- Which release branch to backport (provide reason below if selected)** - - - -- [ ] 201811 -- [ ] 201911 -- [ ] 202006 -- [ ] 202012 - -**- Description for the changelog** - - - -**- A picture of a cute animal (not mandatory but encouraged)** diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000000..d460bdc31d --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,58 @@ + + +#### Description + + + +#### Steps to reproduce the issue: +1. +2. +3. + +#### Describe the results you received: + + +#### Describe the results you expected: + + +#### Output of `show version`: + +``` +(paste your output here) +``` + +#### Additional information you deem important (e.g. issue happens only occasionally): + + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..d2c06ae13a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,41 @@ + + +#### Why I did it + +#### How I did it + +#### How to verify it + +#### Which release branch to backport (provide reason below if selected) + + + +- [ ] 201811 +- [ ] 201911 +- [ ] 202006 +- [ ] 202012 + +#### Description for the changelog + + + +#### A picture of a cute animal (not mandatory but encouraged) +