SymphonyElectron/PULL_REQUEST_TEMPLATE.md
Vikas Shashidhar 57ca4f211c
Create PULL_REQUEST_TEMPLATE.md
Follow this template and fill in all the necessary information before submitting a Pull Request.
2017-11-20 12:32:21 +05:30

911 B

Description

A few sentences describing the overall goals of the pull request's commits. Describe the problem or feature in addition to a link to the JIRA-ticket

Approach

How does this change address the problem?

  • Problem with the code:

  • Fix :

Learning

Describe the research stage. Put link to Confluence page if possible. Links to blog posts, patterns, libraries or addons used to solve this problem.

Blog Posts

  • Alice and Bob Wikipage for the famous placeholder names in engineering literature.

List related PRs against other branches:

branch PR
other_pr_rc link
other_pr_dev link

Open Questions if any and Todos

  • Unit-Tests
  • Documentation
  • Automation-Tests When solved, check the box and explain the answer.