-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PLEASE READ: Take care to clean your commits! #403
Comments
Hi, Thank you for the email regarding github. I want to apologize for the Kind regards, Quoting gezobrien [email protected]:
|
Hey Smileypop I work on Mac so I don't know too much about windows editors unfortunately, although I believe Sublime Text (which i use) is available for windows. I have heard that Webstorm is pretty good with lots of eclipse like functionality. Not sure why it wouldn't be able to edit the Ige files, they are after all just javascript. I don't know how you manage your commits whether command line or a gui but either way if you just gloss over the diff of changes before you push your commit to github, should be quick to spot instances where unnessesary stuff is being commited All contributions are very welcome and much appreciated. Take care |
It's no problem at all. I'd rather know my mistakes so I can fix them. I am using Webstorm on Mac. It's a really nice editor and works fine Thanks, Quoting gezobrien [email protected]:
Kind regards, |
There's be a few commits recently from various contributors which is great.
However we need to make sure the commits are clean, this commit for example 79e0834 is not clean at all.
It makes over 700 changes to IgeCamera.js.
I have cleaned the commit and removed the junk, the actual differences are
4 line changes, 21 additions.
The indentation of the entire file has been modified, it's very difficult to compare the differences when care is not taken to ensure you are only making the nessesary changes in your commits.
Here's a few things to watch out for.
Please be disiplined. Otherwise your making it incredibly difficult for your fellow contributors to make sense of your changes.
Thanks for reading.
All the best
Rob Aldred
The text was updated successfully, but these errors were encountered: