Thank you for taking the time to contribute! 👍
These are guidelines, not rules. Use your best judgment. Feel free to propose changes to this document in a pull request.
All contributors will be listed in Contributors and package.json
.
Please remember that all participants, are expected to uphold the Code of Conduct. Please report unacceptable behavior by submitting an issue with a conduct label.
Please read and use the Issue Template.
Please submit an issue with a suggest label to suggest a feature or enhancement.
Please be concise in writing documentation and use Markdown. Command line instructions are preferred over GUI information. Please use the documentation label.
- Use the present tense ("Add feature" not "Added feature")
- Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
- Limit the first line to 72 characters or less
- Reference issues and pull requests liberally after the first line
- Consider starting the commit message with an applicable emoji:
- 🎨
:art:
when writing code or improving it - 🐎
:racehorse:
when improving performance - 🚱
:non-potable_water:
when plugging memory leaks - 📝
:memo:
when writing docs - 🐛
:bug:
when fixing a bug - 🔥
:fire:
when removing code or files - 💚
:green_heart:
when fixing the CI build - ✅
:white_check_mark:
when adding tests - 👕
:shirt:
when removing linter warnings
- 🎨
- Please read and use the Pull Request Template
- Do not include issue numbers in the PR title
- Include screenshots and animated GIFs in your pull request whenever possible.