Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 911 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

24 lines (15 loc) · 911 Bytes

Please check out Contributing Guidelines. By following this template you help us to review your code. https://github.com/draft-js-plugins/draft-js-plugins/blob/master/CONTRIBUTING.md

Checklist

  • Fix any eslint errors that occur
  • Update change-log for every plugin you touch
  • Add/Update tests if you add/change new functionality
  • Add/Update docs if you add/change functionality
  • Enable "Allow edits from maintainers" for this PR

Use-case/Problem

Whether you're fixing a bug or writing a new feature, please open an issue first and discuss with us. We're also reachable on the draft js slack

Briefly describe the use-case/problem you're solving, reference the issue for this bug/feature here

Implementation

Briefly describe your solution

Demo

If you're implementing or changing a feature, please add a gif to demo the change, thanks!