From afae6940042fb6dc1fc74b11cb68d75c19099c40 Mon Sep 17 00:00:00 2001 From: Konstantin S Date: Fri, 25 Aug 2023 17:24:01 +0400 Subject: [PATCH] chore: Removed unused files. --- .github/FUNDING.yml | 6 ---- .github/ISSUE_TEMPLATE/bug-report.yaml | 41 -------------------------- 2 files changed, 47 deletions(-) delete mode 100755 .github/FUNDING.yml delete mode 100755 .github/ISSUE_TEMPLATE/bug-report.yaml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100755 index d749e5c..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,6 +0,0 @@ -patreon: havendv -ko_fi: havendv -custom: [ - "https://www.paypal.me/havendv", - "https://www.buymeacoffee.com/havendv", - "https://www.upwork.com/freelancers/~017b1ad6f6af9cc189"] diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml deleted file mode 100755 index 95303ba..0000000 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ /dev/null @@ -1,41 +0,0 @@ -name: Bug report -description: File a bug report -title: "Bug title" -labels: [bug] -body: - - type: textarea - validations: - required: true - attributes: - label: Describe the bug - description: Please enter a short, clear description of the bug. - - - type: textarea - validations: - required: true - attributes: - label: Steps to reproduce the bug - description: Please provide any required setup and steps to reproduce the behavior. - placeholder: | - 1. Go to '...' - 2. Click on '....' - - - type: textarea - attributes: - label: Expected behavior - description: Please provide a description of what you expected to happen - - - type: textarea - attributes: - label: Screenshots - description: If applicable, add screenshots here to help explain your problem - - - type: textarea - attributes: - label: NuGet package version - description: Specify the version you're using. - - - type: textarea - attributes: - label: Additional context - description: Enter any other applicable info here