This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 330
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,789 changed files
with
144,613 additions
and
32,559 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: We are now using Bugzilla for issue tracking! | ||
url: https://bugzilla.mozilla.org/enter_bug.cgi?product=Fenix | ||
about: Please file your ticket there, and select the corresponding component from the list. If the component is not in the list, select "General". In commit messages, please reference the ticket using "Bug 1234567 - " as prefix. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# This Source Code Form is subject to the terms of the Mozilla Public | ||
# License, v. 2.0. If a copy of the MPL was not distributed with this | ||
# file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
|
||
# This CODEOWNERS file defines individuals or teams that are responsible | ||
# for code in this repository. Code owners are automatically requested | ||
# for review when someone opens a pull request that modifies code that | ||
# they own. Order is important; the last matching pattern takes the most | ||
# precedence. | ||
# A CODEOWNERS file uses a pattern that follows the same rules used in | ||
# gitignore files. The pattern is followed by one or more GitHub usernames | ||
# or team names using the standard @username or @org/team-name format. | ||
# You can also refer to a user by an email address that has been added | ||
# to their GitHub account, for example user@example.com. | ||
# https://help.github.com/articles/about-codeowners/ | ||
|
||
# Release Engineering pipeline | ||
/.cron.yml @mozilla-mobile/releng | ||
/.taskcluster.yml @mozilla-mobile/releng | ||
/android-components/automation/ @mozilla-mobile/aet @mozilla-mobile/QA | ||
/fenix/automation/ @mozilla-mobile/aet @mozilla-mobile/QA | ||
/focus-android/automation/ @mozilla-mobile/aet @mozilla-mobile/QA | ||
/taskcluster/ @mozilla-mobile/releng @mozilla-mobile/aet | ||
|
||
# Any android components that may need specific people to be notified | ||
/android-components/components/feature/accounts-push/ @jonalmeida | ||
/android-components/components/feature/push/ @jonalmeida | ||
|
||
/android-components/components/lib/push-firebase/ @jonalmeida | ||
/android-components/components/lib/state/ @csadilek @jonalmeida |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.