Task will be written in GitHub Issues and assigned to each contributor.
Setup proper configs for your commits.
Like:
git config --global user.name "John Doe"
git config --global user.email "[email protected]"
Let's write super-duper descriptive commit messages! Thanks! 🙏
If you want to add your changes/new features create your own local branch with following pattern: name/feature_name
Then push it to remote and create pull request. Merge after PR review to master branch. Finally, delete used branch after merging.
That's it for now. Have fun!