From 6ccf666859b14b3046ba16c0c44bc08c10c185a7 Mon Sep 17 00:00:00 2001 From: kvn <42082827+crypto-rizzo@users.noreply.github.com> Date: Mon, 19 Feb 2024 15:40:21 -0500 Subject: [PATCH] remove unused GH issue templates --- .github/ISSUE_TEMPLATE/blank.md | 9 ------- .github/ISSUE_TEMPLATE/bug_report.md | 36 ---------------------------- .github/ISSUE_TEMPLATE/discussion.md | 17 ------------- .github/ISSUE_TEMPLATE/major.md | 35 --------------------------- .github/ISSUE_TEMPLATE/minor.md | 35 --------------------------- .github/ISSUE_TEMPLATE/refactor.md | 24 ------------------- 6 files changed, 156 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/blank.md delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/discussion.md delete mode 100644 .github/ISSUE_TEMPLATE/major.md delete mode 100644 .github/ISSUE_TEMPLATE/minor.md delete mode 100644 .github/ISSUE_TEMPLATE/refactor.md diff --git a/.github/ISSUE_TEMPLATE/blank.md b/.github/ISSUE_TEMPLATE/blank.md deleted file mode 100644 index 4cf7a2e8b..000000000 --- a/.github/ISSUE_TEMPLATE/blank.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -name: Blank issue -about: Use this issue template if none of the other templates fit your needs. -title: '' -labels: '' -assignees: '' - ---- - diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index d5f67caab..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: 'bug' -assignees: '' - ---- - -## Describe the bug -A clear and concise description of what the bug is. - -## Steps To Reproduce -Loom Video link: https://www.loom.com/share/... - -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -## Expected behavior -A clear and concise description of what you expected to happen. - -## Screenshots -If applicable, add screenshots to help explain your problem. - -## Desktop (please complete the following information if applicable): - - Browser [e.g. chrome, safari] - - View size [e.g. 1920x1080, 1366x768] - -## Smartphone (please complete the following information if applicable): - - Device: [e.g. iPhone6] - - Browser [e.g. stock browser, safari] - - -## Additional context -Add any other context about the problem here. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/discussion.md b/.github/ISSUE_TEMPLATE/discussion.md deleted file mode 100644 index 3b9c1d1c4..000000000 --- a/.github/ISSUE_TEMPLATE/discussion.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Discussion -about: Discuss a topic -title: '' -labels: 'discussion' -assignees: '' - ---- - -## Theme -New library xpto to be added to the project - -## What is the situation -Our project is using a library that is not maintained anymore. We need to replace it with a new one. - -## What is your opinion -I think we should use library xpto because it is maintained and has a lot of features. diff --git a/.github/ISSUE_TEMPLATE/major.md b/.github/ISSUE_TEMPLATE/major.md deleted file mode 100644 index 5d944686f..000000000 --- a/.github/ISSUE_TEMPLATE/major.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: Major Feature request -about: Suggest a major idea for this project -title: '' -labels: 'major' -assignees: '' - ---- - -## User story -(Example: As an administrator, I want to see the events from a user. Because when I'm speaking with the users, I want to know what he has in their account.) - -## What should be done -[ ] Add a new page to the admin panel -[ ] Add a list of user in this page -[ ] Make each user clickable -[ ] On click, redirect to a new page with the events of the user -[ ] Only admins should be able to access these pages - -## Specifications · Mockups · Screen design -(If specifications and screen designs already exist, describe their URL. Figma, Design doc, Miro, etc.) - -## Expected output -[ ] e.g. User list should be at URL: https://example.com/backoffice/users -[ ] e.g. User Events should be at URL: https://example.com/backoffice/users/ - -## What should be tested -[ ] e.g. User without Admin Access must receive a Forbidden message - -## Dependencies -- Add issue key here - -## Additional context -Add any other context or screenshots about the major feature request here. - diff --git a/.github/ISSUE_TEMPLATE/minor.md b/.github/ISSUE_TEMPLATE/minor.md deleted file mode 100644 index 670a11d06..000000000 --- a/.github/ISSUE_TEMPLATE/minor.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: Minor Feature request -about: Suggest a minor idea for this project -title: '' -labels: 'minor' -assignees: '' - ---- - -## User story -(Example: As an administrator, I want to see the events from a user. Because when I'm speaking with the users, I want to know what he has in their account.) - -## What should be done -[ ] Add a new page to the admin panel -[ ] Add a list of user in this page -[ ] Make each user clickable -[ ] On click, redirect to a new page with the events of the user -[ ] Only admins should be able to access these pages - -## Specifications · Mockups · Screen design -(If specifications and screen designs already exist, describe their URL. Figma, Design doc, Miro, etc.) - -## Expected output -[ ] e.g. User list should be at URL: https://example.com/backoffice/users -[ ] e.g. User Events should be at URL: https://example.com/backoffice/users/ - -## What should be tested -[ ] e.g. User without Admin Access must receive a Forbidden message - -## Dependencies -- Add issue key here - -## Additional context -Add any other context or screenshots about the minor feature request here. - diff --git a/.github/ISSUE_TEMPLATE/refactor.md b/.github/ISSUE_TEMPLATE/refactor.md deleted file mode 100644 index 1ed30e36a..000000000 --- a/.github/ISSUE_TEMPLATE/refactor.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: Refactor -about: Refactor a chunk of code -title: '' -labels: 'refactor' -assignees: '' - ---- - -## What code should be refactored -Xpto View - -## Why should be refactored -- Xpto View is not following the new design system -- Xpto View has a lot of code that is not being used anymore -- Xpto View is holding the server - -## Will this refactor affect other parts of the code? Which? -Xpto View is used in the following routes: - - Xpto route - - Xpto route - - Xpto route - -if this refactoring continues to use the same serializes, no problem should occur. \ No newline at end of file