Skip to content

TBonnin/firefox-ios

 
 

Repository files navigation

Firefox for iOS

Getting involved

This is a work in progress on some early ideas. Don't get too attached to this code. Tomorrow everything will be different.

GitHub issues are enabled on this repository, but we encourage you to file a bug (see above). We'll accept issues to track work items that don't yet have a pull request, and also as an early funnel for bug reports, but Bugzilla is the source of truth for lots of good reasons — issues will be shifted into Bugzilla, and pull requests need a bug number.

Contributor guidelines

Swift style

Whitespace

  • New code should not contain any trailing whitespace.
  • We recommend enabling both the "Automatically trim trailing whitespace" and "Including whitespace-only lines" preferences in Xcode (under Text Editing).
  • git rebase --whitespace=fix can also be used to remove whitespace from your commits before issuing a pull request.

Commits

  • Each commit should have a single clear purpose. If a commit contains multiple unrelated changes, those changes should be split into separate commits.
  • If a commit requires another commit to build properly, those commits should be squashed.
  • Follow-up commits for any review comments should be squashed. Do not include "Fixed PR comments", merge commits, or other "temporary" commits in pull requests.

Releases

No releases published

Packages

No packages published

Languages

  • C 55.4%
  • Swift 22.9%
  • Objective-C 14.4%
  • C++ 4.1%
  • JavaScript 2.7%
  • CSS 0.5%