Skip to content

Instantly share code, notes, and snippets.

@anchietajunior
Last active February 12, 2020 16:10
Show Gist options
  • Save anchietajunior/80a1bb9058638e59b322e3ff7a9acbae to your computer and use it in GitHub Desktop.
Save anchietajunior/80a1bb9058638e59b322e3ff7a9acbae to your computer and use it in GitHub Desktop.
This is a PR template

Pull Request Description

This PR aims to do something (detailed description).

Type (Feature, Fix, Config, etc)

  • Bug fix
  • New feature
  • Breaking change
  • This change requires a documentation update

Tests

Tests description

  • Test A
  • Test B

Tests configurations and running:

  • RSpec: 3.0
  • Jest: 3.0
rspec .
yarn test

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment