Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.12 KB

pull_request_template.md

File metadata and controls

55 lines (36 loc) · 1.12 KB

Is this a Feature, Chore or Bug?

  • [] Feature
  • [] Chore
  • [] Bug

Clearly and concisely describe the feature, chore or bug.

Analysis and design (optional)

Analyse and attach the design documentation

Solution description

Describe your code changes in detail for reviewers.

Is there a business logic within a doctype?

- [] Yes
- [] No

Output screenshots (optional)

Post the output screenshots, if a UI is affected or added due to this feature.

Areas affected and ensured

List out the areas affected by your code changes.

Is there any existing behavior change of other features due to this code change?

Mention Yes or No. If Yes, provide the appropriate explanation.

Did you test with the following dataset?

  • [] Existing Data
  • [] New Data

Was child table created?

- [] is attachment required?
    did you test attachment

Did you delete custom field?

- [] Yes
- [] No
    If yes, did you write a delete patch?

Is patch required?

  • [] Yes
  • [] No

    Was the patch test?

Which browser(s) did you use for testing?

  • [] Chrome
  • [] Safari
  • [] Firefox