Loading .github/CODEOWNERS +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 .github/ISSUE_TEMPLATE/bug_report.yml +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 Loading .github/ISSUE_TEMPLATE/config.yml +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 .github/ISSUE_TEMPLATE/maintainer.md 0 → 100644 +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: [] --- .github/ci-gradle.properties +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
.github/CODEOWNERS +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
.github/ISSUE_TEMPLATE/bug_report.yml +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 Loading
.github/ISSUE_TEMPLATE/config.yml +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
.github/ISSUE_TEMPLATE/maintainer.md 0 → 100644 +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: [] ---
.github/ci-gradle.properties +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