We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
##After Picking an Issue: First create a new branch as follows(x relates to the issue number eg 123):
git checkout -b issue-123
Make the changes to the various files and save. Add the files you would like to commit.
git add my-file.js
After adding the files you need to commit the changes:
git commit -m '#123 Fix an issue and make a pull request example'
TODO: instructions about devenv setup + code style + code base structure explained