From 5b7add87db60ef9ca1b3f6a62e840bfd1ca20432 Mon Sep 17 00:00:00 2001 From: Somangshu Goswami Date: Tue, 8 Jun 2021 19:23:45 +0530 Subject: [PATCH] pull request template updated for title standardization (#4597) * pull request template updated for title standardization * remove the issue id from title - it does not provide any additional context --- .github/pull_request_template.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index df2e2f8f51..c726e97f75 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,12 +1,22 @@ +--- +name: "Pull Request" +about: Create a pull request to submit new contributions to appsmith +title: "[FIX/FEATURE]" +labels: +assignees: +--- + > Pull Request Template > > Use this template to quickly create a well written pull request. Delete all quotes before creating the pull request. ## Description -> Please include a summary of the changes and which issue has been fixed. Please also include relevant motivation + +> Please include a summary of the changes and which issue has been fixed. Please also include relevant motivation > and context. List any dependencies that are required for this change. Fixes # (issue) + > if no issue exists, please create an issue and ask the maintainers about this first ## Type of change @@ -20,7 +30,7 @@ Fixes # (issue) ## How Has This Been Tested? -> Please describe the tests that you ran to verify your changes. Provide instructions, so we can reproduce. +> Please describe the tests that you ran to verify your changes. Provide instructions, so we can reproduce. > Please also list any relevant details for your test configuration. - Test A