diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..dd39258c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[Bug]" +labels: bug +assignees: '' + +--- + +**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. Pixel 5] + - Android version: [e.g. Android 12] + - App version [e.g. 1.4.0] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..6269982f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[Feature]" +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 7e2a4987..ba57b16d 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -31,7 +31,7 @@ jobs: run: ./website/scripts/copy_changelog.sh shell: bash - name: Build - uses: shalzz/zola-deploy-action@v0.16.1 + uses: shalzz/zola-deploy-action@v0.16.1-1 env: BUILD_DIR: website BUILD_ONLY: true diff --git a/.github/workflows/verify-pull-requests.yml b/.github/workflows/verify-pull-requests.yml index 782e2e0a..ad19f00b 100644 --- a/.github/workflows/verify-pull-requests.yml +++ b/.github/workflows/verify-pull-requests.yml @@ -1,6 +1,6 @@ name: Verify pull requests on: - pull_request_target: + pull_request: types: - opened - edited diff --git a/.gitignore b/.gitignore index 0e488ff5..c87db678 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,8 @@ /.idea/google-java-format.xml /.idea/misc.xml /.idea/deploymentTargetDropDown.xml +/.idea/kotlinc.xml +/.idea/gradle.xml .DS_Store /build /captures diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 7829f3cf..fab416a2 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,5 +1,6 @@ +