Skip to content

Instantly share code, notes, and snippets.

@helderberto
Last active September 14, 2022 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save helderberto/67efb6e2d8ff23fc8bd1870e9ea72b45 to your computer and use it in GitHub Desktop.
Save helderberto/67efb6e2d8ff23fc8bd1870e9ea72b45 to your computer and use it in GitHub Desktop.
Pull Request Template

Description

Issue

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Code style update
  • Refactor
  • Build-related changes
  • Other, please describe:

Does this PR introduce a breaking change? (check one)

  • Yes
  • No

If yes, please describe the impact of the breaking change:

How has this been tested?

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

  • Test A
  • Test B

>> Preview Project

Checklist:

  • My code follows the style guidelines of this project
  • Linter pass locally with my changes npm run lint
  • Unit tests pass locally with my changes npm run test
  • E2E tests pass locally with my changes npm run cypress-headless
  • I have performed a self-review of my own code
  • I have commented on my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

Screenshots (if appropriate):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment