From 363efc2e7f73bdc29425df8f85dd05cea36afe16 Mon Sep 17 00:00:00 2001 From: C4illin Date: Sun, 3 Aug 2025 19:55:15 +0200 Subject: [PATCH] chore: add converter request template --- .github/ISSUE_TEMPLATE/converter_request.md | 22 +++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/converter_request.md diff --git a/.github/ISSUE_TEMPLATE/converter_request.md b/.github/ISSUE_TEMPLATE/converter_request.md new file mode 100644 index 0000000..1560423 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/converter_request.md @@ -0,0 +1,22 @@ +--- +name: Converter request +about: Suggest an converter for this project +title: "[Converter Request]" +labels: "converter request" +assignees: '' + +--- + +**What file formats is missing?** + + +**What converter should be added** + + +**Are you willing to add it?** + +[ ] Yes +[ ] No + +**Additional context** + \ No newline at end of file