diff options
author | 2024-05-13 10:11:47 +0200 | |
---|---|---|
committer | 2024-05-13 08:11:47 +0000 | |
commit | 5a7b0f9636de45f71296165a47cb12931ea02097 (patch) | |
tree | 07d8ec8add3d992f826673cf54f4b34d7a64cc97 | |
parent | b59942ad9ff793b16d8d497d7f35f34a00e95469 (diff) | |
download | it-tools-5a7b0f9636de45f71296165a47cb12931ea02097.tar.gz it-tools-5a7b0f9636de45f71296165a47cb12931ea02097.tar.zst it-tools-5a7b0f9636de45f71296165a47cb12931ea02097.zip |
chore(issues): removed old issue templates (#1077)
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature-request.yml | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/new-tool-request.md | 19 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/other-request.md | 13 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/tool-improvement.md | 13 |
4 files changed, 1 insertions, 46 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index ed666db..edae822 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,5 +1,5 @@ name: 🚀 New feature proposal -description: Propose a new feature to be added to IT-Tools. +description: Propose a new feature/enhancement or tool idea for IT-Tools labels: ['enhancement', 'triage'] body: diff --git a/.github/ISSUE_TEMPLATE/new-tool-request.md b/.github/ISSUE_TEMPLATE/new-tool-request.md deleted file mode 100644 index a67a9cd..0000000 --- a/.github/ISSUE_TEMPLATE/new-tool-request.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: New tool request -about: Suggest a new tool idea -title: '[NEW TOOL]' -labels: new tool -assignees: CorentinTh ---- - -**What tool do you want?** -Example: a token generator - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Is their example of this tool in the wild?** -Provide link to already existing tool or npm packages if any exists - -**Additional context** -Add any other context about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/other-request.md b/.github/ISSUE_TEMPLATE/other-request.md deleted file mode 100644 index b4901ed..0000000 --- a/.github/ISSUE_TEMPLATE/other-request.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: Other request -about: Any request that does not concern a tool creation, a new feature request on a tool or a bug -title: '[OTHER] ' -labels: -assignees: CorentinTh ---- - -**Describe the solution you'd like** -A clear and concise description of what you want. - -**Additional context** -Add any other context about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/tool-improvement.md b/.github/ISSUE_TEMPLATE/tool-improvement.md deleted file mode 100644 index 8ff8bb6..0000000 --- a/.github/ISSUE_TEMPLATE/tool-improvement.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: Tool improvement -about: Improvement on an existing tool -title: '[TOOL IMPROVEMENT]' -labels: enhancement -assignees: CorentinTh ---- - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Additional context** -Add any other context about the feature request here. |