2015-05-13 18:30:35 +02:00
|
|
|
# Thanks for contributing to [Summernote](http://summernote.org)!
|
|
|
|
|
|
|
|
# issues
|
|
|
|
|
|
|
|
Please include one of the following with your issue:
|
|
|
|
|
2016-03-23 18:39:41 +01:00
|
|
|
- [ ] steps to reproduce
|
|
|
|
- [ ] browser version and os version
|
2015-05-13 18:30:35 +02:00
|
|
|
- [ ] [gif from www.recordit.co](www.recordit.co)
|
|
|
|
- [ ] screenshot of issue
|
|
|
|
|
|
|
|
# pull-requests
|
|
|
|
|
|
|
|
### If you would like to contribute code, please use this PR template(copy/paste into github PR)
|
2016-03-23 18:39:41 +01:00
|
|
|
And please **DO NOT INCLUDE FILES IN DIST FOLDER**. They disturb merge processes.
|
2015-05-13 18:30:35 +02:00
|
|
|
|
|
|
|
**go ahead and delete any lines that aren't relevant**
|
|
|
|
|
|
|
|
```markdown
|
2016-03-23 18:39:41 +01:00
|
|
|
#### What does this PR do?
|
2015-05-13 18:30:35 +02:00
|
|
|
|
|
|
|
- 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?
|
|
|
|
|
2016-03-23 18:39:41 +01:00
|
|
|
|
2015-05-13 18:30:35 +02:00
|
|
|
#### Screenshots (if for frontend)
|
|
|
|
|
|
|
|
|
|
|
|
### Checklist
|
|
|
|
- [ ] added relevant tests
|
|
|
|
- [ ] didn't break anything
|
|
|
|
- [ ] ...
|
|
|
|
|
|
|
|
```
|