From 30678e96e50efc1a40db471f2323295e33233617 Mon Sep 17 00:00:00 2001
From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com>
Date: Fri, 26 Aug 2022 18:01:19 +0300
Subject: [PATCH] Move into maintenance mode
---
.github/ISSUE_TEMPLATE/config.yml | 3 ++
.github/ISSUE_TEMPLATE/feature-request.yml | 42 ----------------------
Readme.md | 2 +-
3 files changed, 4 insertions(+), 43 deletions(-)
delete mode 100644 .github/ISSUE_TEMPLATE/feature-request.yml
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index bea7733..bbeac8d 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,5 +1,8 @@
blank_issues_enabled: false
contact_links:
+ - name: ⚠ Feature request
+ url: https://github.com/Tyrrrz/.github/blob/master/docs/project-status.md
+ about: Sorry, but this project is in maintenance mode and no longer accepts new feature requests.
- name: 💬 Discord server
url: https://discord.gg/2SUWKFnHSm
about: Chat with the project community.
diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml
deleted file mode 100644
index 057e5da..0000000
--- a/.github/ISSUE_TEMPLATE/feature-request.yml
+++ /dev/null
@@ -1,42 +0,0 @@
-name: ✨ Feature request
-description: Request a new feature.
-labels: [enhancement]
-
-body:
-- type: markdown
- attributes:
- value: |
- 🧐 **Guidelines:**
-
- - Search through [existing issues](https://github.com/Tyrrrz/DiscordChatExporter/issues?q=is%3Aissue) first to ensure that this feature has not been requested before.
- - Write a descriptive title for your issue. Avoid generic or vague titles such as "Some suggestions" or "Ideas for improvement".
- - Keep your issue focused on one single problem. If you have multiple feature requests, please create separate issues for each of them.
- - Provide as much context as possible in the details section. Include screenshots, screen recordings, links, references, or anything else you may consider relevant.
- - If you want to ask a question instead of requesting a feature, please use [discussions](https://github.com/Tyrrrz/DiscordChatExporter/discussions/new) instead.
-
-- type: dropdown
- attributes:
- label: Flavor
- description: Is this feature request related to specific flavor(s) of DiscordChatExporter? If not applicable, leave this field blank.
- multiple: true
- options:
- - GUI (Graphical User Interface)
- - CLI (Command Line Interface)
-
-- type: dropdown
- attributes:
- label: Export format
- description: Is this feature request related to specific export format(s)? If not applicable, leave this field blank.
- multiple: true
- options:
- - HTML
- - TXT
- - JSON
- - CSV
-
-- type: textarea
- attributes:
- label: Details
- description: Clear and thorough explanation of the feature you have in mind.
- validations:
- required: true
\ No newline at end of file
diff --git a/Readme.md b/Readme.md
index 26a6e77..e714079 100644
--- a/Readme.md
+++ b/Readme.md
@@ -9,7 +9,7 @@
[![Donate](https://img.shields.io/badge/donate-$$$-8a2be2.svg)](https://tyrrrz.me/donate)
[![Fuck Russia](https://img.shields.io/badge/fuck-russia-e4181c.svg?labelColor=000000)](https://twitter.com/tyrrrz/status/1495972128977571848)
-> 🟢 **Project status**: active[[?]](https://github.com/Tyrrrz/.github/blob/master/docs/project-status.md)
+> 🟡 **Project status**: maintenance mode[[?]](https://github.com/Tyrrrz/.github/blob/master/docs/project-status.md)
**DiscordChatExporter** can be used to export message history from a [Discord](https://discord.com) channel to a file.
It works with direct messages, group messages, and server channels, and supports Discord's dialect of markdown as well as all other rich media features.