Thank you for your interest in this repository. Please use GitHub issues to discuss topics below before making any changes:
- Reporting a bug
- Reporting a security issue
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
- Becoming a maintainer
This repo is created mostly for educational purposes. No guarantees that your pull requests will be accepted, sorry about that. But, feel free to clone the repo and do whatever you want.
To submit your pull requests:
- Fork the repo and create your branch from
master
. - If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation and changelog as well.
- Ensure the test suite passes.
- Make sure your code fully lints including optional linters.
- Issue that pull request.
We use GitHub issues to track public bugs. Report a bug by opening a new issue.
Great Bug Reports tend to have:
- A quick summary and/or background
- Steps to reproduce
- Be specific!
- Give sample code if you can.
- What you expected would happen
- What actually happens
- Notes (possibly including why you think this might be happening, or stuff you tried that didn't work)
We honor black
to automatically format all Python code. Please use it to
maintain a consistent formatting style.
By contributing, you agree that your contributions will be licensed under it's license. Feel free to open an issue if that's a concern.
This document was adapted from the open-source contribution guidelines for Facebook's Draft.js