From 1c2212f0fe47bb325b19bfde7cc8258428143fa2 Mon Sep 17 00:00:00 2001 From: Balazs Toldi Date: Tue, 1 Aug 2023 12:54:50 +0200 Subject: [PATCH] Remove .github folder --- .github/CODE_OF_CONDUCT.md | 1 - .github/CONTRIBUTING.md | 1 - .github/DISCUSSION_TEMPLATE/announcements.yml | 14 --- .github/DISCUSSION_TEMPLATE/ideas.yml | 74 --------------- .github/FUNDING.yml | 2 - .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 94 ------------------- .github/ISSUE_TEMPLATE/config.yml | 11 --- .github/dependabot.yml | 23 ----- .github/workflows/build.yml | 32 ------- .github/workflows/codeql-analysis.yml | 34 ------- 10 files changed, 286 deletions(-) delete mode 100644 .github/CODE_OF_CONDUCT.md delete mode 100644 .github/CONTRIBUTING.md delete mode 100644 .github/DISCUSSION_TEMPLATE/announcements.yml delete mode 100644 .github/DISCUSSION_TEMPLATE/ideas.yml delete mode 100644 .github/FUNDING.yml delete mode 100644 .github/ISSUE_TEMPLATE/BUG_REPORT.yml delete mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/dependabot.yml delete mode 100644 .github/workflows/build.yml delete mode 100644 .github/workflows/codeql-analysis.yml diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md deleted file mode 100644 index 8b137891..00000000 --- a/.github/CODE_OF_CONDUCT.md +++ /dev/null @@ -1 +0,0 @@ - diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md deleted file mode 100644 index 8b137891..00000000 --- a/.github/CONTRIBUTING.md +++ /dev/null @@ -1 +0,0 @@ - diff --git a/.github/DISCUSSION_TEMPLATE/announcements.yml b/.github/DISCUSSION_TEMPLATE/announcements.yml deleted file mode 100644 index 133a49ce..00000000 --- a/.github/DISCUSSION_TEMPLATE/announcements.yml +++ /dev/null @@ -1,14 +0,0 @@ -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to read this announcement! - - - type: textarea - id: description - attributes: - label: description - description: Please describe the announcement in as much detail as possible. - placeholder: Make an announcement here... - validations: - required: true diff --git a/.github/DISCUSSION_TEMPLATE/ideas.yml b/.github/DISCUSSION_TEMPLATE/ideas.yml deleted file mode 100644 index 93dde0c8..00000000 --- a/.github/DISCUSSION_TEMPLATE/ideas.yml +++ /dev/null @@ -1,74 +0,0 @@ -body: - - type: markdown - attributes: - value: | - Have an idea for a new feature or an improvement? Let us know here! - - - type: checkboxes - id: checklist - attributes: - label: Checklist - options: - - label: I have used the search function for [open](https://github.com/Docile-Alligator/Infinity-For-Reddit/discussions/categories/ideas) **and** [closed](https://github.com/Docile-Alligator/Infinity-For-Reddit/discussions/categories/completed-ideas) ideas to see if someone else has already submitted the same request. - required: true - - label: I will describe the feature with as much detail as possible. - required: true - - - type: markdown - attributes: - value: | - Thanks for taking the time to share your idea! - - - type: textarea - id: description - attributes: - label: Description - description: Please describe your idea in as much detail as possible. - placeholder: I think it would be great if... - validations: - required: true - - - type: textarea - id: alternatives - attributes: - label: Alternatives - description: Please describe any alternative solutions or features you've considered. - placeholder: I've considered... - validations: - required: false - - - type: textarea - id: additional - attributes: - label: Additional context - description: Add your use-case, screenshots, mock-up, or anything else you think might be helpful. - placeholder: I think this would be a great addition because... - validations: - required: true - - - type: dropdown - id: importance - attributes: - label: How important is this feature? - multiple: false - options: - - Critical - - Important - - Nice to have - - - type: textarea - id: other - attributes: - label: Anything else? - description: Is there anything else you'd like to add? - validations: - required: false - - - type: textarea - id: solution - attributes: - label: Solution - description: If you have an idea of how this can be implemented, please share it here. - placeholder: I think this could be done by... - validations: - required: false diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index e576fb42..00000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,2 +0,0 @@ -github: Docile-Alligator -patreon: docile_alligator diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml deleted file mode 100644 index 1e52d9d2..00000000 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ /dev/null @@ -1,94 +0,0 @@ -name: Bug Report -description: Create a report to help us improve existing features -labels: ['type: possible bug'] - -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out this bug report! - - - type: checkboxes - id: checklist - attributes: - label: Checklist - options: - - label: I have used the search function for [open](https://github.com/Docile-Alligator/Infinity-For-Reddit/issues) **and** [closed](https://github.com/Docile-Alligator/Infinity-For-Reddit/issues?q=is%3Aissue+is%3Aclosed) issues to see if someone else has already submitted the same bug report. - required: true - - label: I will describe the problem with as much detail as possible. - required: true - - label: If the bug only occurs with a certain link, post, image..., I will include the URL. - required: true - - - type: input - id: version - attributes: - label: App version - description: We need the actual version number found on the settings screen. - placeholder: x.y.z - validations: - required: true - - - type: dropdown - id: source - attributes: - label: Where did you get the app from - multiple: false - options: - - Google Play - - F-Droid - - Other - validations: - required: true - - - type: input - id: android_version - attributes: - label: Android version - description: Please mention if you are using a custom rom! - validations: - required: true - - - type: input - id: device - attributes: - label: Device model - - - type: input - id: first - attributes: - label: First occurred - placeholder: about x days/weeks ago - - - type: textarea - id: steps - attributes: - label: Steps to reproduce - placeholder: | - 1. This - 2. Then that - 3. Then this - 4. Etc. - - - type: textarea - id: links - attributes: - label: Example post, link, markdown... - - - type: textarea - id: expected - attributes: - label: Expected behaviour - description: After following the steps, what did you think Infinity would do? - - - type: textarea - id: current - attributes: - label: Current behaviour - description: What did Infinity do instead? Screenshots might help. Usually, you can take a screenshot of your smartphone by pressing *Power* + *Volume down* for a few seconds. - - - type: textarea - id: logs - attributes: - label: Logs - description: If you are experiencing a crash, including the stacktrace will likely get it fixed sooner. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 138e77f4..00000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,11 +0,0 @@ -blank_issues_enabled: false -contact_links: - - name: Feature Request - url: https://github.com/Docile-Alligator/Infinity-For-Reddit/discussions/categories/ideas - about: Discuss ideas for new features of changes - - name: Questions - url: https://github.com/Docile-Alligator/Infinity-For-Reddit/discussions/categories/q-a - about: Please ask and answer questions here. - - name: Help needed - url: https://github.com/Docile-Alligator/Infinity-For-Reddit/discussions/categories/help-needed - about: Please ask for help here diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 7d68ffb9..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,23 +0,0 @@ -version: 2 -updates: - # Updates for Gradle dependencies used in the app - - package-ecosystem: gradle - directory: "/" - schedule: - interval: "daily" - commit-message: - prefix: "⬆[Gradle]" - reviewers: - - "Wladefant" - - "Docile-Alligator" - - # Updates for GitHub Actions used in the repository - - package-ecosystem: github-actions - directory: "/" - schedule: - interval: "weekly" - commit-message: - prefix: "⬆[GitHub Actions]" - reviewers: - - "Wladefant" - - "Docile-Alligator" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index 3756e754..00000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: Build - -on: - push: - pull_request: - workflow_dispatch: - -jobs: - Build: - runs-on: ubuntu-latest - - steps: - - name: Checkout Repository - uses: actions/checkout@v3 - - - name: Set-up JDK 11 - uses: actions/setup-java@v3 - with: - java-version: '11' - distribution: 'temurin' - - - name: Setup and build with Gradle - uses: gradle/gradle-build-action@v2 - with: - arguments: build -x lint - - - name: Upload apk - uses: actions/upload-artifact@v3 - with: - name: Infinity-${{github.sha}} - path: app/build/outputs/apk/ - if-no-files-found: error diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml deleted file mode 100644 index abfccdee..00000000 --- a/.github/workflows/codeql-analysis.yml +++ /dev/null @@ -1,34 +0,0 @@ -name: CodeQL - -on: - push: - branches: - - master - pull_request: - workflow_dispatch: - schedule: - - cron: '0 12 * * *' - -jobs: - Analyze: - runs-on: ubuntu-latest - - permissions: - actions: read - contents: read - security-events: write - - steps: - - name: Checkout repository - uses: actions/checkout@v3 - - - name: Initialize CodeQL - uses: github/codeql-action/init@v2 - with: - languages: java - - - name: Autobuild - uses: github/codeql-action/autobuild@v2 - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2