From f9548915d72637d154f0cc0599035f81b26ad5fc Mon Sep 17 00:00:00 2001 From: sgoudham Date: Mon, 23 Jan 2023 22:10:44 +0000 Subject: [PATCH] feat: add discussion template --- .github/DISCUSSION_TEMPLATE/port-requests.yml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/DISCUSSION_TEMPLATE/port-requests.yml diff --git a/.github/DISCUSSION_TEMPLATE/port-requests.yml b/.github/DISCUSSION_TEMPLATE/port-requests.yml new file mode 100644 index 0000000..6df9bf0 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/port-requests.yml @@ -0,0 +1,24 @@ +title: "Name of the application/tool/website/etc" +body: + - type: markdown + attributes: + value: | + Before you submit your port request, **please read our [submission guidelines](https://github.com/catppuccin/catppuccin/blob/main/docs/contributing.md#submission)!** + - type: checkboxes + attributes: + label: Will you make the port? + description: The port has a much higher chance of completion if you are willing to get involved! + options: + - label: Yes, I'm willing to make the port + - type: textarea + attributes: + label: How can the requested port be themed? + description: Please link to relevant documentation or other examples of themes being applied to the requested port. + - type: textarea + attributes: + label: Has the requested port been themed already? + description: Please link the repository of the codebase or any screenshots of the requested port. + - type: textarea + attributes: + label: Any additional comments? + description: Add any information that hasn't been covered in the previous sections!