This is the main website for the Women in Computer Science organization at UIUC. Current owner is Sujay Khandekar (@sskhandek).
Please never commit to master, even if you have permission. Run all changes by the head of infrastructure. Here are the steps to making a change and solving an issue:
-
Make a branch off
master
. Please give it a descriptive message -
Commit your changes onto your branch.
-
Push your branch changes
-
Once you're ready, create a pull request with base as the
master
. -
Write a descriptive title and comment. You can reference the associated issue with a #
-
You can do tabs or spaces, but please set your tab to 4 spaces
-
camelCase, not snake_case
-
Braces on the right
-
Lines should not be longer than 80 characters
-
Put a comment above each function describing what it does.
-
Alphabetize your CSS