From de8714d2be3688f15b87b1f82a8618b666c2af76 Mon Sep 17 00:00:00 2001 From: Leonardo Di Donato Date: Thu, 12 Dec 2019 15:11:24 +0100 Subject: [PATCH] chore(.github): delete issue templates in favor of default ones Default issue templates can be found in https://github.com/falcosecurity/.github repo. Signed-off-by: Leonardo Di Donato --- .github/ISSUE_TEMPLATE/bug-report.md | 28 ------------------------- .github/ISSUE_TEMPLATE/enhancement.md | 11 ---------- .github/ISSUE_TEMPLATE/failing-tests.md | 20 ------------------ 3 files changed, 59 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug-report.md delete mode 100644 .github/ISSUE_TEMPLATE/enhancement.md delete mode 100644 .github/ISSUE_TEMPLATE/failing-tests.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md deleted file mode 100644 index 9d5bc76b..00000000 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -name: Bug Report -about: Report a bug encountered while operating Falco -labels: kind/bug - ---- - - - -**What happened**: - -**What you expected to happen**: - -**How to reproduce it (as minimally and precisely as possible)**: - -**Anything else we need to know?**: - -**Environment**: -- Falco version (use `falco --version`): -- System info -- Cloud provider or hardware configuration: -- OS (e.g: `cat /etc/os-release`): -- Kernel (e.g. `uname -a`): -- Install tools (e.g. in kubernetes, rpm, deb, from source): -- Others: diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md deleted file mode 100644 index 6eb481a3..00000000 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: Enhancement Request -about: Suggest an enhancement to the Falco project -labels: kind/feature - ---- - - -**What would you like to be added**: - -**Why is this needed**: diff --git a/.github/ISSUE_TEMPLATE/failing-tests.md b/.github/ISSUE_TEMPLATE/failing-tests.md deleted file mode 100644 index e3db8e35..00000000 --- a/.github/ISSUE_TEMPLATE/failing-tests.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Failing Test -about: Report test failures in Falco CI jobs -labels: kind/failing-test - ---- - - - -**Which jobs are failing**: - -**Which test(s) are failing**: - -**Since when has it been failing**: - -**Test link**: - -**Reason for failure**: - -**Anything else we need to know**: