From 5ac9d74bf5877850b7cc86bf22a932c39817ad6e Mon Sep 17 00:00:00 2001 From: Dev Ojha Date: Fri, 12 May 2023 13:03:27 +0200 Subject: [PATCH 1/2] Remove a section of PR template --- .github/pull_request_template.md | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0364254b3a4..e1f19139408 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,16 +13,6 @@ Closes: #XXX *(E.g.: This pull request improves documation of area A by adding ....* - -## Brief Changelog - -*(for example:)* - - - *The metadata is stored in the blob store on job creation time as a persistent artifact* - - *Deployments RPC transmits only the blob storage reference* - - *Daemons retrieve the RPC data from the blob cache* - - ## Testing and Verifying *(Please pick one of the following options)* @@ -45,6 +35,11 @@ This change added tests and can be verified as follows: ## Documentation and Release Note - - Does this pull request introduce a new feature or user-facing behavior changes? (yes / no) - - Is a relevant changelog entry added to the `Unreleased` section in `CHANGELOG.md`? (yes / no) - - How is the feature or change documented? (not applicable / specification (`x//spec/`) / [Osmosis docs repo](https://github.com/osmosis-labs/docs) / not documented) \ No newline at end of file + - [ ] Does this pull request introduce a new feature or user-facing behavior changes? + - [ ] Changelog entry added to `Unreleased` section of `CHANGELOG.md`? + +Where is the change documented? + - [ ] Specification (`x/{module}/README.md`) + - [ ] Osmosis documentation site + - [ ] Code comments? + - [ ] N/A \ No newline at end of file From 198fa6f4158a3cb18564cce518f6953f9e40fcab Mon Sep 17 00:00:00 2001 From: Roman Date: Fri, 12 May 2023 13:50:04 -0400 Subject: [PATCH 2/2] Update .github/pull_request_template.md Co-authored-by: Adam Tucker --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e1f19139408..930306eac32 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -11,7 +11,7 @@ Closes: #XXX > Add a description of the overall background and high level changes that this PR introduces -*(E.g.: This pull request improves documation of area A by adding ....* +*(E.g.: This pull request improves documentation of area A by adding ....* ## Testing and Verifying