Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 584981e1 authored by Corey Bryant's avatar Corey Bryant
Browse files

Merge remote-tracking branch 'origin/beta' into release

parents cefabc87 6a3a489e
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
# General module owners
* @kewisch @wmontwe @asoucar @rafaeltonholo
* @thunderbird/mobile-android-reviewers

# Release Engineering
/.github/ @coreycb @dandarnell
/docs/ci/ @coreycb @dandarnell
/scripts/ci/ @coreycb @dandarnell
/.github/ @thunderbird/build-release 
/docs/ci/ @thunderbird/build-release 
/scripts/ci/ @thunderbird/build-release

# CODEOWNERS protection
/.github/CODEOWNERS @kewisch
+1 −1
Original line number Diff line number Diff line
name: Bug report
description: Let us know about crashes or existing functionality not working like it should.
description: Let us know about crashes or existing functionality not working like it should
labels: [ "type: bug", "unconfirmed" ]
body:
  - type: markdown
+4 −4
Original line number Diff line number Diff line
blank_issues_enabled: false
contact_links:
  - name: Feature Request
  - name: Feature request
    url: https://connect.mozilla.org/t5/ideas/idb-p/ideas/label-name/thunderbird%20android
    about: Submit your ideas to improve Thunderbird for Android.
  - name: Mozilla Support Forum (SUMO)
    about: Submit your ideas to improve Thunderbird for Android
  - name: Mozilla support forum (SUMO)
    url: https://support.mozilla.org/products/thunderbird-android
    about: Most issues are not bugs. Ask the community for help.
    about: Many issues are not bugs, ask the community for help
+8 −0
Original line number Diff line number Diff line
---
name: Maintainer issue
about: Please use one of the other issue templates instead
title: ''
labels: []
assignees: []
---
+2 −1
Original line number Diff line number Diff line
org.gradle.daemon=false
org.gradle.parallel=true
org.gradle.workers.max=2
org.gradle.workers.max=4
org.gradle.jvmargs=-Xmx10g -XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError

kotlin.incremental=false
kotlin.compiler.execution.strategy=in-process
Loading