Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 811 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

27 lines (16 loc) · 811 Bytes

Before submitting a pull request, please provide the following information:

  • What is it? (leave one option)
    • Bug (Fix)
    • New (Feature) implementation
    • (Improvement) of existing functionality
    • (Refactor) of existing code (no functionality change)

Please also put it into pull request title, e.g. (Fix) confirmation page loading

  • What was the root cause of the problem originally / what feature was missing?

  • How does this pull request solve it (in broad terms)?

  • Does it close any open issues? Closes ...

  • Quick checklist

    • npm run lint shows no errors
    • docs were updated where necessary OR they don't need to be updated
    • tests were updated where necessary OR they don't need to be updated
  • Additional information