- pull request must me opened from topic branch
- you should not change the existing code (if code is working fine, then don't touch it - by a legend)
- Adding more features
- Testing and verifying
setup.py
before creation - Saving and editing project
- Faster and Responsive UI
- Testing and verifying
- Adding more templates
- Uploading feature
- Bug fixes
after forking and cloning
- checking to new topic branch
$ git checkout -b <topic_branch>
- now modify/add features
- commint with a meaningful message
$ git add .
$ git commit -m "meaningful message"
- open a pull request from web console and wait for being reviewd