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
This commit is contained in:
parent
ebacb9e11d
commit
5b7add87db
14
.github/pull_request_template.md
vendored
14
.github/pull_request_template.md
vendored
|
|
@ -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
|
> Pull Request Template
|
||||||
>
|
>
|
||||||
> Use this template to quickly create a well written pull request. Delete all quotes before creating the pull request.
|
> Use this template to quickly create a well written pull request. Delete all quotes before creating the pull request.
|
||||||
|
|
||||||
## Description
|
## 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.
|
> and context. List any dependencies that are required for this change.
|
||||||
|
|
||||||
Fixes # (issue)
|
Fixes # (issue)
|
||||||
|
|
||||||
> if no issue exists, please create an issue and ask the maintainers about this first
|
> if no issue exists, please create an issue and ask the maintainers about this first
|
||||||
|
|
||||||
## Type of change
|
## Type of change
|
||||||
|
|
@ -20,7 +30,7 @@ Fixes # (issue)
|
||||||
|
|
||||||
## How Has This Been Tested?
|
## 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.
|
> Please also list any relevant details for your test configuration.
|
||||||
|
|
||||||
- Test A
|
- Test A
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user