diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..c02cb6032 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,34 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Note that Issues are for bugs only. Use the discussions tab for feature requests.** + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index cf3a1e6a2..4985d0a17 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -1,6 +1,7 @@ name: Android Tests CI on: + workflow_dispatch: push: branches: [ javac-17 ] pull_request: diff --git a/.github/workflows/build-apk.yml b/.github/workflows/build-apk.yml index 2eb9a1f76..0147389d0 100644 --- a/.github/workflows/build-apk.yml +++ b/.github/workflows/build-apk.yml @@ -29,7 +29,7 @@ jobs: - name: Build debug apk uses: eskatos/gradle-command-action@v1 with: - arguments: assembleRelease + arguments: assembleDebug distributions-cache-enabled: true dependencies-cache-enabled: true configuration-cache-enabled: true diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 9005eafe7..e5bc27a19 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -5,7 +5,16 @@