Closed vartika-arora closed 7 years ago
Hi thank you for your Patch make sure you have the right commit structure that is
tag: Shortlog
body
Fixes <issue number/url>
Also please upload a screenshot if you have made changes to the gui.
@vartika-arora please follow the correct commit structure.
@vartika-arora that's a nice commit, u just need to mae one change and follow the proper commit message structure
I have made changes to mainGui.py. Are there still errors in my commit message?
@vartika-arora yes you need two squash your two commits together. and just have 1 commit which says something like : Rename scheduler to Scheduler
and also add a fixes tag with issue no. See CONTRIBUTING.md
for more on what is a proper commit structure
Awesome work @vartika-arora :D
merging :)
@vartika-arora i just noticed, the fixes tag was stilll missing
it's alright for now. i'll close the issue manually, althugh do keep this in mind from next time :)
Thank you for merging! And I'll keep that in mind from next time
Name of the class scheduler changed to Scheduler: scheduler.py,mainGui.py,UIP.py
class 'scheduler' changed to 'Scheduler' in all classes of UIP Fixes #268