diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index beb023a9ab..0000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Bug Report -about: Report a bug -labels: kind/bugfix ---- - - -**What happened**: - -**What you expected to happen**: - -**How to reproduce it (as minimally and precisely as possible)**: - -**Anything else we need to know**: - -**Environment**: diff --git a/.github/ISSUE_TEMPLATE/enhancement_request.md b/.github/ISSUE_TEMPLATE/enhancement_request.md deleted file mode 100644 index 4bbaa79c0b..0000000000 --- a/.github/ISSUE_TEMPLATE/enhancement_request.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Enhancement Request -about: Suggest an enhancement -labels: kind/feature ---- - - -**What would you like to be added**: - -**Why is this needed**: diff --git a/.github/ISSUE_TEMPLATE/epic.md b/.github/ISSUE_TEMPLATE/epic.md deleted file mode 100644 index ed9eecb378..0000000000 --- a/.github/ISSUE_TEMPLATE/epic.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -name: Epic -about: Create a new Epic -labels: kind/epic ---- - - -**Description** -This is a short text that just acts as an example for your epic. Please be as precise and verbose as required, so that people understand what larger picture the epic should frame. diff --git a/.github/ISSUE_TEMPLATE/user_story.md b/.github/ISSUE_TEMPLATE/user_story.md deleted file mode 100644 index 7778433c9d..0000000000 --- a/.github/ISSUE_TEMPLATE/user_story.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: User Story -about: User Story -labels: kind/feature -title: - Title ---- - -**User Story**: The expressive title of your user story goes here - -**Description**: -As a [type of user], I want to [perform some task] so that I can [achieve some goal]. - -This is a short text that just acts as an example for your user story. Please be as precise and verbose as required, so that people picking up the user story are clear about the intention and their tasks. - -**Epic link**: - -- #410 (just mention the number of the related epic here, it will appear as clickable link later) - -**Acceptance criteria**: - -- [ ] abc should have a red button in the center of the screen -- [ ] on clicking the red button it should start to blink - -**Related issues**: - -- #413 (just mention the number of the related issue here, it will appear as clickable link later) -- #414 (just mention the number of the related issue here, it will appear as clickable link later) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index d9fe330b63..0000000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,7 +0,0 @@ - -#### What this PR does / why we need it - -#### Which issue(s) this PR fixes -