Hey! Thanks for your desire to contribute into Flame. Before submitting a PR please read all information below, it might be very helpful for you, just believe us.
Behave yourself well: don't open duplicate Pull Requests, keep all discussions without harassment, shitpost, racism etc. and just follow GitHub ToS.
This repository has only two branches. Each branch has it own version.
main
— stable branch. It gets updates only after they were well-tested.dev
— development branch, related to Flame Canary#9955. It is unstable and may contain bugs, so if you want to add something new, please choose this branch and do not commit directly intomain
.
We are using eslint to keep our code pretty and enforce its style. You can run npm run lint:fix
/yarn run lint:fix
to fix all eslint problems.
Our commits are based on conventional commits.
updated clear command❌ Commit message is too inaccurate and not conventional.chore(ClearCommand): i did some changes to clear command❌ Commit message does not include any useful information, and it's written in Simple Past.- chore(ClearCommand): make second argument optional ✅ Everything is perfect!