From 59c7d4567380d1a9c80e96eb958fdbdd512ce006 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sun, 3 Nov 2024 20:08:36 +0300 Subject: новая жизнь блога MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/hugo-theme-stack/.github/FUNDING.yml | 2 + .../.github/ISSUE_TEMPLATE/bug_report.yml | 65 ++++++++++++++++++++++ .../.github/ISSUE_TEMPLATE/config.yml | 5 ++ 3 files changed, 72 insertions(+) create mode 100644 themes/hugo-theme-stack/.github/FUNDING.yml create mode 100644 themes/hugo-theme-stack/.github/ISSUE_TEMPLATE/bug_report.yml create mode 100644 themes/hugo-theme-stack/.github/ISSUE_TEMPLATE/config.yml (limited to 'themes/hugo-theme-stack/.github') diff --git a/themes/hugo-theme-stack/.github/FUNDING.yml b/themes/hugo-theme-stack/.github/FUNDING.yml new file mode 100644 index 0000000..95f0c18 --- /dev/null +++ b/themes/hugo-theme-stack/.github/FUNDING.yml @@ -0,0 +1,2 @@ +ko_fi: jimmycai +github: CaiJimmy diff --git a/themes/hugo-theme-stack/.github/ISSUE_TEMPLATE/bug_report.yml b/themes/hugo-theme-stack/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..81f8833 --- /dev/null +++ b/themes/hugo-theme-stack/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,65 @@ +name: Bug Report +description: File a bug report +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! Please provide as much information as possible and make sure you have checked the [documentation](https://stack.jimmycai.com/guide/). + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Also tell us, what did you expect to happen? Please be as detailed as possible, including screenshots and any other information that might help us reproduce the problem. + placeholder: Tell us what you see! + validations: + required: true + - type: input + id: hugo-version + attributes: + label: Hugo version + description: "What is the version of Hugo you are using? (Note: this theme does not support non-extended version of Hugo)" + placeholder: ex. 0.100.0 + validations: + required: true + - type: input + id: theme-version + attributes: + label: Theme version + description: "What is the version of Stack theme you are using?" + placeholder: ex. 3.12.0 + validations: + required: true + - type: dropdown + id: browsers + attributes: + label: What browsers are you seeing the problem on? + multiple: true + options: + - Firefox + - Chrome + - Safari + - Microsoft Edge + - type: input + id: browser-info + attributes: + label: More information about the browser + description: "E.g: Browser version, OS version, etc." + placeholder: ex. Chrome 104, Windows 11 + validations: + required: false + - type: textarea + id: logs + attributes: + label: Relevant log output + description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. + render: shell + - type: input + id: minimal-reproduction-url + attributes: + label: Link to Minimal Reproducible Example + description: | + Use [CaiJimmy/hugo-theme-stack-starter](https://github.com/CaiJimmy/hugo-theme-stack-starter) to create a minimal reproduction of the problem. + A minimal reproduction is required so that others can help debug your issue. If a report is vague (e.g. just a generic error message) and has no reproduction, it may be auto-closed. + placeholder: https://github.com/username/your-repository + validations: + required: true diff --git a/themes/hugo-theme-stack/.github/ISSUE_TEMPLATE/config.yml b/themes/hugo-theme-stack/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..f120c04 --- /dev/null +++ b/themes/hugo-theme-stack/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Discussions + url: https://github.com/CaiJimmy/hugo-theme-stack/discussions + about: Please ask and answer questions here. -- cgit v1.2.3