Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 689 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

24 lines (15 loc) · 689 Bytes

Description (required)

Describe here what this pull request is intending to solve.

Screenshots (optional)

If this pull request affects any visual or UI aspects of this project then you should place them here, preferably in a before/after format.

Closes Issue (optional)

Closes #

Related Issue(s) (optional)

  • X-ref #

Merge checklist (required, for maintainers only)

This pull request adheres to the following requirements:

  • [] JavaScript follows 4 space indentation conventions.
  • [] JavaScript was written using ES2015 (ES6) features.
  • [] Features and bug fixes are covered by test cases.
  • [] All commits follow the AngularJS Git Commit Message Conventions.