Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.31 KB

File metadata and controls

30 lines (17 loc) · 1.31 KB

Contributing

👍👍👍 JSOxford is entirely volunteer-run, so thanks for helping! 👍👍👍

If you're unsure of anything, have a question or want to find anything out, come chat with us on Slack (Sign up here), you will find us in the #JSOxford channel.

Issues

Pull Requests

  • For general tweaks and improvements to our repos, please submit a pull request from your fork to the main branch (usually master). For more substantial changes, contentious issues or changes to be released later please submit a pull request to a feature branch (e.g. feature/adds_unicorns).
  • Ensure any code or content you're submitting can be released under our license.

Code style

Consistency is key! We can add more rules here as they crop up.

  1. 2-space soft-tabs

JS

// TODO: Implement JSLint

(S)CSS

// TODO: Implement SASSLint