From c46e3d292c76eae5888a1e807bf5a74599e350fc Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sat, 14 Sep 2024 04:05:10 +0800 Subject: [PATCH] chore: add issue template. --- .github/ISSUE_TEMPLATE/bug_report.yml | 43 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 ++++ 2 files changed, 48 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..3e72edf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,43 @@ +name: πŸ™‹β€β™‚οΈ [Web Serve] - Support & Feedback +description: Use this template to ask for support or provide feedback. +title: 'πŸ™‹β€β™‚οΈ Support & Feedback: Web Serve' +labels: ['support', 'feedback', 'question'] +body: + - type: markdown + attributes: + value: | + Web Serve A tool that can convert any SVG icon into a [custom SF symbol](https://developer.apple.com/documentation/uikit/uiimage/creating_custom_symbol_images_for_your_app). Your customized SF symbol can be imported into Xcode and utilized in any project based on UIKit or SwiftUI. + + - type: textarea + attributes: + label: πŸ™‹β€β™‚οΈ What do you need help with? + description: Describe the issue you are facing or the feature you would like to request. + placeholder: ex. I'm having trouble with... + validations: + required: true + + - type: input + attributes: + label: "πŸ’» Desktop" + description: Your operating system and version. + placeholder: ex. `macOS 14.0.1` + + - type: markdown + attributes: + value: | + **How can I send you a crash report for one of your apps?** + + - macOS Open Finder + - Select Go to **Folder…** from the Go menu + - Enter: **~/Library/Logs/DiagnosticReports** + - In the resulting list, select all files that starts with the app name, ZIP them, and send me + - Attach the file to this issue + + + - type: textarea + attributes: + label: ℹ️ Additional context + description: Add any other context about the problem here. + placeholder: ex. Screenshots, steps to reproduce, etc. + validations: + required: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..da11150 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: 🌐 Web Serve Official Website + url: https://wangchujiang.com/web-serve/ + about: Introduction to the Web Serve app on the official website! \ No newline at end of file