From dfc706c0ad7205990e965f32c1643ea675948e36 Mon Sep 17 00:00:00 2001 From: frevib Date: Tue, 28 Jan 2025 15:23:14 +0100 Subject: [PATCH] AVRO-3731: [gradle-avro-plugin] Remove unneeded files --- .github/FUNDING.yml | 3 -- .github/ISSUE_TEMPLATE/bug_report.md | 51 ---------------------------- .github/ISSUE_TEMPLATE/config.yml | 8 ----- 3 files changed, 62 deletions(-) delete mode 100644 .github/FUNDING.yml delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index f200f5f9ba8..00000000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,3 +0,0 @@ -# These are supported funding model platforms - -github: davidmc24 diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 655407d8bcc..00000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: bug -assignees: '' - ---- - -**Prerequisites** - -* [ ] Are you running the latest version of the plugin? (Check [releases](https://github.com/davidmc24/gradle-avro-plugin/releases)) -* [ ] Are you running a supported version of Gradle? (Check the [README](https://github.com/davidmc24/gradle-avro-plugin/blob/master/README.md)) -* [ ] Are you running a supported version of Apache Avro? (Check the [README](https://github.com/davidmc24/gradle-avro-plugin/blob/master/README.md)) -* [ ] Are you running a supported version of Java? (Check the [README](https://github.com/davidmc24/gradle-avro-plugin/blob/master/README.md)) -* [ ] Did you check to see if an [issue](https://github.com/davidmc24/gradle-avro-plugin/issues) has already been submitted? -* [ ] Are you reporting to the correct repository? If your schema doesn't work with the Apache Avro CLI tool either, it's not a problem with this plugin. Running your file through the `CLIComparisonTest` in the sample project under the `test-project` directory can help diagnose this. -* [ ] Did you perform a cursory search? - -For more information, see the [CONTRIBUTING](https://github.com/davidmc24/gradle-avro-plugin/blob/master/CONTRIBUTING.md) guide. - -**Describe the bug** - -A clear and concise description of what the bug is. - -**To Reproduce** - -Steps to reproduce the behavior: - -1. Project set up like this... -2. Source files like this... -3. Ran this task... -4. See error - -Please provide complete input files that reproduce the problem, not fragments. -When possible, please express this using `test-project`. - -**Expected behavior** - -A clear and concise description of what you expected to happen. - -**Environment (please complete the following information):** - - Gradle Version [e.g. 5.6.1] - - Apache Avro Version [e.g. 1.8.2] - - Gradle-Avro Plugin Version [e.g. 0.17.0] - - Java Version [e.g. 13.0.2] - - OS: [e.g. Mac OS X Mojave, Windows 10, Ubuntu 16.04] - -**Additional context** - -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index ffca0ecaa45..00000000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,8 +0,0 @@ -blank_issues_enabled: false -contact_links: - - name: Feature requests and ideas - url: https://github.com/davidmc24/gradle-avro-plugin/discussions/categories/ideas - about: Suggest an idea for this project - - name: Questions - url: https://github.com/davidmc24/gradle-avro-plugin/discussions/categories/q-a - about: Please ask and answer questions here