Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1007 Bytes

CONTRIBUTING.md

File metadata and controls

49 lines (29 loc) · 1007 Bytes

Thanks for contributing to Summernote!

issues

Please include one of the following with your issue:

pull-requests

If you would like to contribute code, please use this PR template(copy/paste into github PR)

And please DO NOT INCLUDE FILES IN DIST FOLDER. They disturb merge processes.

go ahead and delete any lines that aren't relevant

#### What does this PR do?

- awesome stuff
- really cool feature
- refactor X

#### Where should the reviewer start?

- start on the src/summernote.js

#### How should this be manually tested?

- click here and here

#### Any background context you want to provide?

- the gem needed to be updated... yada yada

#### What are the relevant tickets?


#### Screenshots (if for frontend)


### Checklist
- [ ] added relevant tests
- [ ] didn't break anything
- [ ] ...