1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-04 15:24:23 +01:00
fab-manager/vendor/assets/components/summernote/CONTRIBUTING.md

50 lines
945 B
Markdown
Raw Normal View History

2015-05-13 18:30:35 +02:00
# Thanks for contributing to [Summernote](http://summernote.org)!
## [Create Issue](#issues) or [Create PR](#pull-requests)
# issues
Please include one of the following with your issue:
- [ ] [gif from www.recordit.co](www.recordit.co)
- [ ] screenshot of issue
- [ ] steps to reproduce.
# pull-requests
### If you would like to contribute code, please use this PR template(copy/paste into github PR)
**go ahead and delete any lines that aren't relevant**
```markdown
#### What's 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
- [ ] ...
```