diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 907e4fdf998..83a616771be 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -50,5 +50,5 @@ Describe here the issue that you are experiencing. **Signal version:** 0.0.0 ### Link to debug log - + diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 00000000000..873549bf40f --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,23 @@ +# Number of days of inactivity before an Issue or Pull Request becomes stale +daysUntilStale: 60 + +# Number of days of inactivity before an Issue or Pull Request with the stale label is closed. +# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale. +daysUntilClose: 7 + +issues: + exemptLabels: + - acknowledged + +# Comment to post when marking as stale. Set to `false` to disable +markComment: > + This issue has been automatically marked as stale because it has not had + recent activity. It will be closed if no further activity occurs. Thank you + for your contributions. + +# Comment to post when closing a stale Issue or Pull Request. +closeComment: > + This issue has been closed due to inactivity. + +# Limit the number of actions per hour, from 1-30. Default is 30 +limitPerRun: 1 diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 39cc12acc73..8fc3bef191c 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -16,10 +16,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: set up JDK 1.8 + - name: set up JDK 11 uses: actions/setup-java@v1 with: - java-version: 1.8 + java-version: 11 - name: Validate Gradle Wrapper uses: gradle/wrapper-validation-action@v1 diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index cb0a0d3fee7..b0b653d08bc 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -8,15 +8,56 @@ + + + + - - \ No newline at end of file diff --git a/.idea/file.template.settings.xml b/.idea/file.template.settings.xml new file mode 100644 index 00000000000..6e550dfa1c4 --- /dev/null +++ b/.idea/file.template.settings.xml @@ -0,0 +1,8 @@ + + + + +