From d933eac88b4329b3c5510bf7dd5c9f8a67647640 Mon Sep 17 00:00:00 2001 From: uiolee <22849383+uiolee@users.noreply.github.com> Date: Fri, 20 Oct 2023 00:11:20 +0800 Subject: [PATCH 1/9] lint and rename --- .../{bug_report.md => bug_report.yml} | 21 ++++++++++--------- .github/ISSUE_TEMPLATE/config.yml | 2 +- ...ent.md => feature-request-improvement.yml} | 9 +++----- 3 files changed, 15 insertions(+), 17 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.md => bug_report.yml} (97%) rename .github/ISSUE_TEMPLATE/{feature-request-improvement.md => feature-request-improvement.yml} (90%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.yml similarity index 97% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/bug_report.yml index 353fae2aca..047a14d2d7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,11 +1,8 @@ ---- name: Bug report about: Something isn't working as expected -title: '' -labels: '' -assignees: '' - ---- +title: "" +labels: "" +assignees: "" ``` + ``` **Your site `_config.yml`** (Optional) @@ -68,6 +66,7 @@ Please paste the content of your _config.yml between two "```" provided below --> ```yaml + ``` **Hexo and Plugin version(`npm ls --depth 0`)** @@ -77,6 +76,7 @@ Please paste the output between two "```" provided below --> ``` + ``` **Your package.json `package.json`** @@ -86,6 +86,7 @@ Please paste the content of package.json between two "```" provided below --> ``` + ``` ## Others diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3c6bdca6bd..5548b4bc8c 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,4 +2,4 @@ blank_issues_enabled: false contact_links: - name: Ask a Question, Help, Discuss url: https://github.com/hexojs/hexo/discussions - about: I have a question, help for hexo (e.g. Customize) \ No newline at end of file + about: I have a question, help for hexo (e.g. Customize) diff --git a/.github/ISSUE_TEMPLATE/feature-request-improvement.md b/.github/ISSUE_TEMPLATE/feature-request-improvement.yml similarity index 90% rename from .github/ISSUE_TEMPLATE/feature-request-improvement.md rename to .github/ISSUE_TEMPLATE/feature-request-improvement.yml index 46f8ad6691..d6fff97680 100644 --- a/.github/ISSUE_TEMPLATE/feature-request-improvement.md +++ b/.github/ISSUE_TEMPLATE/feature-request-improvement.yml @@ -1,11 +1,8 @@ ---- name: Feature request / Improvement about: I have a feature request, suggestion, improvement etc... -title: '' -labels: '' -assignees: '' - ---- +title: "" +labels: "" +assignees: "" ## Check List From 5a0a74f7f8a1fb617c53214ec9c641fe519ed4f3 Mon Sep 17 00:00:00 2001 From: Uiolee <22849383+uiolee@users.noreply.github.com> Date: Fri, 20 Oct 2023 00:20:26 +0800 Subject: [PATCH 2/9] Update feature-request-improvement.yml --- .../feature-request-improvement.yml | 42 ++++++++++++------- 1 file changed, 26 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request-improvement.yml b/.github/ISSUE_TEMPLATE/feature-request-improvement.yml index d6fff97680..a23abfa05e 100644 --- a/.github/ISSUE_TEMPLATE/feature-request-improvement.yml +++ b/.github/ISSUE_TEMPLATE/feature-request-improvement.yml @@ -1,20 +1,30 @@ name: Feature request / Improvement -about: I have a feature request, suggestion, improvement etc... -title: "" -labels: "" -assignees: "" +description: I have a feature request, suggestion, improvement etc... +# title: "" +# labels: [] +# assignees: [] -## Check List +body: + - type: checkboxes + attributes: + label: Check List + description: Please check followings before submitting a new feature request. + options: + - label: I have already read [Docs page](https://hexo.io/docs/) + - label: I have already searched existing issues -Please check followings before submitting a new feature request. + - type: textarea + attributes: + label: "Feature Request" + description: "Feature Request description." + # value: + validations: + required: true -- [ ] I have already read [Docs page](https://hexo.io/docs/) -- [ ] I have already searched existing issues - -## Feature Request - - - -## Others - - + - type: textarea + attributes: + label: "Others" + description: "If you have other information. Please write here." + # value: + validations: + required: false From d7e7896d1547e2f3fb30f013d412b0c1de96fdf4 Mon Sep 17 00:00:00 2001 From: uiolee <22849383+uiolee@users.noreply.github.com> Date: Fri, 20 Oct 2023 00:48:28 +0800 Subject: [PATCH 3/9] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 219 +++++++++++++++----------- 1 file changed, 126 insertions(+), 93 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 047a14d2d7..eff85659cb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,94 +1,127 @@ name: Bug report -about: Something isn't working as expected -title: "" -labels: "" -assignees: "" - - - -## Check List - -Please check followings before submitting a new issue. - -- [ ] I have already read [Docs page](https://hexo.io/docs/) & [Troubleshooting page](https://hexo.io/docs/troubleshooting) -- [ ] I have already searched existing issues and they are not help to me -- [ ] I examined error or warning messages and it's difficult to solve -- [ ] Using [the latest](https://github.com/hexojs/hexo/releases) version of Hexo (run `hexo version` to check) -- [ ] Node.js is higher than [minimum required version](https://hexo.io/docs/#Minimum-required-Node-js-version) - -## Expected behavior - -## Actual behavior - -## How to reproduce? - -- Step1 -- Step2 -- etc... - -## Is the problem still there under "Safe mode"? - - - -## Environment & Settings - -**Node.js & npm version(`node -v && npm -v`)** - - - -``` - -``` - -**Your site `_config.yml`** (Optional) - - - -```yaml - -``` - -**Hexo and Plugin version(`npm ls --depth 0`)** - - - -``` - -``` - -**Your package.json `package.json`** - - - -``` - -``` - -## Others - - +description: Something isn't working as expected +# title: "" +# labels: [] +# assignees: [] + +body: + - type: markdown + attributes: + value: | + ## Tips + + 针对简体中文用户的提示:在提交 issue 时请不要删除下面的模板,按照步骤提供相关信息将有助于我们调查你的问题。请尽量使用英语描述你的问题,这可以让更多的人帮助到你。 + + A good bug report should have your configuration and build environment information, which are essential for us to investigate the problem. We've provided the following steps on how to attach the necessary information. + + If you find that markdown files are not rendered as expected, please go to https://marked.js.org/demo/ to see if it can be reproduced there. If it can be reproduced, please file a bug to https://github.com/markedjs/marked. + + If you want help on your bug, please also send us the git repository (GitHub, GitLab, Bitbucket etc...) where your hexo code is stored. It would greatly help. If you prefer not to have your hexo code out in public, please upload to a private GitHub repository and grant read-only access to hexojs/core. + + Please take extra precaution not to attach any secret environment variables (likes password or GitHub Personal Access Token). + + ------ + + - type: checkboxes + attributes: + label: Check List + description: Please check followings before submitting a new issue. + options: + - label: I have already read [Docs page](https://hexo.io/docs/) & [Troubleshooting page](https://hexo.io/docs/troubleshooting) + - label: I have already searched existing issues and they are not help to me + - label: I examined error or warning messages and it's difficult to solve + - label: Using [the latest](https://github.com/hexojs/hexo/releases) version of Hexo (run `hexo version` to check) + - label: Node.js is higher than [minimum required version](https://hexo.io/docs/#Minimum-required-Node-js-version) + + - type: textarea + attributes: + label: "Expected behavior" + # description: "" + # value: + validations: + required: true + + - type: textarea + attributes: + label: "Actual behavior" + # description: "" + # value: + validations: + required: true + + - type: textarea + attributes: + label: "How to reproduce?" + description: "Feature Request description." + placeholder: | + 1. Step1 + 2. Step2 + 3. etc... + # value: + validations: + required: true + + - type: textarea + attributes: + label: "Is the problem still there under `Safe mode`?" + description: | + https://hexo.io/docs/commands#Safe-mode + + "Safe mode" will disable all the plugins and scripts. + If your problem disappear under "Safe mode" means the problem is probably at your newly installed plugins, not at hexo. + # placeholder: + # value: | + validations: + required: true + + - type: markdown + attributes: + value: | + ------ + + ## Environment & Settings + + - type: textarea + attributes: + label: "Node.js & npm version" + description: "Please run `node -v && npm -v` and paste the output below" + # placeholder: + # value: | + validations: + required: false + + - type: textarea + attributes: + label: "Your site `_config.yml (Optional)" + description: "Please paste the content of your `_config.yml` below" + # placeholder: + # value: | + validations: + required: false + + - type: textarea + attributes: + label: "Hexo and Plugin version" + description: "Please run `npm ls --depth 0` and paste the output below" + # placeholder: + # value: + validations: + required: false + + - type: textarea + attributes: + label: "Your `package.json`" + description: "Please paste the content of `package.json` below" + # placeholder: + # value: + validations: + required: false + + - type: textarea + attributes: + label: "Others" + description: "If you have other information. Please write here." + # placeholder: + # value: + validations: + required: false From 82938a3a86436d5785dc435fffe8a18532a87a4e Mon Sep 17 00:00:00 2001 From: Uiolee <22849383+uiolee@users.noreply.github.com> Date: Fri, 20 Oct 2023 13:34:06 +0800 Subject: [PATCH 4/9] Update bug_report.yml: add type for env --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index eff85659cb..ba7010197e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -85,6 +85,7 @@ body: attributes: label: "Node.js & npm version" description: "Please run `node -v && npm -v` and paste the output below" + render: text # placeholder: # value: | validations: @@ -94,6 +95,7 @@ body: attributes: label: "Your site `_config.yml (Optional)" description: "Please paste the content of your `_config.yml` below" + render: yaml # placeholder: # value: | validations: @@ -103,6 +105,7 @@ body: attributes: label: "Hexo and Plugin version" description: "Please run `npm ls --depth 0` and paste the output below" + render: text # placeholder: # value: validations: @@ -112,6 +115,7 @@ body: attributes: label: "Your `package.json`" description: "Please paste the content of `package.json` below" + render: json # placeholder: # value: validations: From ee4cf8d41b30923c06c66431687786e4f846bca9 Mon Sep 17 00:00:00 2001 From: Uiolee <22849383+uiolee@users.noreply.github.com> Date: Fri, 20 Oct 2023 21:49:51 +0800 Subject: [PATCH 5/9] Apply suggestions from code review Co-authored-by: D-Sketon <2055272094@qq.com> --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ba7010197e..24576bcb1c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -31,7 +31,7 @@ body: - label: I have already searched existing issues and they are not help to me - label: I examined error or warning messages and it's difficult to solve - label: Using [the latest](https://github.com/hexojs/hexo/releases) version of Hexo (run `hexo version` to check) - - label: Node.js is higher than [minimum required version](https://hexo.io/docs/#Minimum-required-Node-js-version) + - label: Node.js is higher than [minimum required version](https://hexo.io/docs/#Required-Node-js-version) - type: textarea attributes: From 3ae18f9ea59eecfffc3c1104e1f69b29221e66c1 Mon Sep 17 00:00:00 2001 From: uiolee <22849383+uiolee@users.noreply.github.com> Date: Fri, 20 Oct 2023 22:05:34 +0800 Subject: [PATCH 6/9] yaml lint --- .github/ISSUE_TEMPLATE/bug_report.yml | 87 ++++++++++--------- .../feature-request-improvement.yml | 26 +++--- 2 files changed, 64 insertions(+), 49 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 24576bcb1c..fe0c20ea86 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -23,6 +23,8 @@ body: ------ - type: checkboxes + validations: + required: true attributes: label: Check List description: Please check followings before submitting a new issue. @@ -34,36 +36,43 @@ body: - label: Node.js is higher than [minimum required version](https://hexo.io/docs/#Required-Node-js-version) - type: textarea - attributes: - label: "Expected behavior" - # description: "" - # value: validations: required: true - - - type: textarea attributes: - label: "Actual behavior" - # description: "" + label: Expected behavior + # description: + # placeholder: # value: + # render: + + - type: textarea validations: required: true + attributes: + label: Actual behavior + # description: + # placeholder: + # value: + # render: - type: textarea + validations: + required: true attributes: - label: "How to reproduce?" - description: "Feature Request description." + label: How to reproduce? + description: Feature Request description. placeholder: | 1. Step1 2. Step2 3. etc... # value: - validations: - required: true + # render: - type: textarea + validations: + required: true attributes: - label: "Is the problem still there under `Safe mode`?" + label: Is the problem still there under `Safe mode`? description: | https://hexo.io/docs/commands#Safe-mode @@ -71,8 +80,7 @@ body: If your problem disappear under "Safe mode" means the problem is probably at your newly installed plugins, not at hexo. # placeholder: # value: | - validations: - required: true + # render: - type: markdown attributes: @@ -82,50 +90,51 @@ body: ## Environment & Settings - type: textarea + validations: + required: false attributes: - label: "Node.js & npm version" - description: "Please run `node -v && npm -v` and paste the output below" - render: text + label: Node.js & npm version + description: Please run `node -v && npm -v` and paste the output below # placeholder: # value: | - validations: - required: false + render: text - type: textarea + validations: + required: false attributes: - label: "Your site `_config.yml (Optional)" - description: "Please paste the content of your `_config.yml` below" - render: yaml + label: Your site `_config.yml` (Optional) + description: Please paste the content of your `_config.yml` below # placeholder: # value: | - validations: - required: false + render: yaml - type: textarea + validations: + required: false attributes: - label: "Hexo and Plugin version" - description: "Please run `npm ls --depth 0` and paste the output below" - render: text + label: Hexo and Plugin version + description: Please run `npm ls --depth 0` and paste the output below # placeholder: # value: - validations: - required: false + render: text - type: textarea + validations: + required: false attributes: - label: "Your `package.json`" - description: "Please paste the content of `package.json` below" - render: json + label: Your `package.json` + description: Please paste the content of `package.json` below # placeholder: # value: - validations: - required: false + render: json - type: textarea + validations: + required: false attributes: - label: "Others" - description: "If you have other information. Please write here." + label: Others + description: If you have other information. Please write here. # placeholder: # value: - validations: - required: false + # render: diff --git a/.github/ISSUE_TEMPLATE/feature-request-improvement.yml b/.github/ISSUE_TEMPLATE/feature-request-improvement.yml index a23abfa05e..32db67e4e2 100644 --- a/.github/ISSUE_TEMPLATE/feature-request-improvement.yml +++ b/.github/ISSUE_TEMPLATE/feature-request-improvement.yml @@ -6,25 +6,31 @@ description: I have a feature request, suggestion, improvement etc... body: - type: checkboxes + validations: + required: true attributes: label: Check List description: Please check followings before submitting a new feature request. options: - - label: I have already read [Docs page](https://hexo.io/docs/) - - label: I have already searched existing issues + - label: I have already read [Docs page](https://hexo.io/docs/). + - label: I have already searched existing issues. - type: textarea - attributes: - label: "Feature Request" - description: "Feature Request description." - # value: validations: required: true - - - type: textarea attributes: - label: "Others" - description: "If you have other information. Please write here." + label: Feature Request + description: Descripe the feature and why it is needed. + # placeholder: # value: + # render: + + - type: textarea validations: required: false + attributes: + label: Others + description: If you have other information. Please write here. + # placeholder: + # value: + # render: From 1b660c9c3f2c474d935d892dd5fc1512d9cba6f9 Mon Sep 17 00:00:00 2001 From: uiolee <22849383+uiolee@users.noreply.github.com> Date: Fri, 20 Oct 2023 22:09:22 +0800 Subject: [PATCH 7/9] (bug): remove a wrong description --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index fe0c20ea86..f7d0218316 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -60,7 +60,7 @@ body: required: true attributes: label: How to reproduce? - description: Feature Request description. + # description: placeholder: | 1. Step1 2. Step2 From 4bff362f32373a7fbdc2e53dee72acfeddbc2f98 Mon Sep 17 00:00:00 2001 From: uiolee <22849383+uiolee@users.noreply.github.com> Date: Fri, 20 Oct 2023 22:27:41 +0800 Subject: [PATCH 8/9] (bug): some improve --- .github/ISSUE_TEMPLATE/bug_report.yml | 62 +++++++++++++++------------ 1 file changed, 35 insertions(+), 27 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f7d0218316..ced83846b7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,5 @@ name: Bug report -description: Something isn't working as expected +description: Something isn't working as expected. # title: "" # labels: [] # assignees: [] @@ -10,15 +10,18 @@ body: value: | ## Tips - 针对简体中文用户的提示:在提交 issue 时请不要删除下面的模板,按照步骤提供相关信息将有助于我们调查你的问题。请尽量使用英语描述你的问题,这可以让更多的人帮助到你。 + - 给简体中文用户的提示: - A good bug report should have your configuration and build environment information, which are essential for us to investigate the problem. We've provided the following steps on how to attach the necessary information. + - 在提交 issue 时请按照下面的模板提供相关信息,这将有助于我们发现问题。 + - 请尽量使用英语描述你遇到的问题,这可以让更多的人帮助到你。 - If you find that markdown files are not rendered as expected, please go to https://marked.js.org/demo/ to see if it can be reproduced there. If it can be reproduced, please file a bug to https://github.com/markedjs/marked. + - A good bug report should have your configuration and build environment information, which are essential for us to investigate the problem. We've provided the following steps on how to attach the necessary information. - If you want help on your bug, please also send us the git repository (GitHub, GitLab, Bitbucket etc...) where your hexo code is stored. It would greatly help. If you prefer not to have your hexo code out in public, please upload to a private GitHub repository and grant read-only access to hexojs/core. + - If you find that markdown files are not rendered as expected, please go to https://marked.js.org/demo/ to see if it can be reproduced there. If it can be reproduced, please file a bug to https://github.com/markedjs/marked. - Please take extra precaution not to attach any secret environment variables (likes password or GitHub Personal Access Token). + - If you want help on your bug, please also send us the git repository (GitHub, GitLab, Bitbucket, etc.) where your hexo code is stored. It would greatly help. If you prefer not to have your hexo code out in public, please upload to a private GitHub repository and grant read-only access to `hexojs/core`. + + - Please take extra precaution not to attach any secret or personal information. (likes personal privacy, password, GitHub Personal Access Token, etc.) ------ @@ -29,11 +32,11 @@ body: label: Check List description: Please check followings before submitting a new issue. options: - - label: I have already read [Docs page](https://hexo.io/docs/) & [Troubleshooting page](https://hexo.io/docs/troubleshooting) - - label: I have already searched existing issues and they are not help to me - - label: I examined error or warning messages and it's difficult to solve - - label: Using [the latest](https://github.com/hexojs/hexo/releases) version of Hexo (run `hexo version` to check) - - label: Node.js is higher than [minimum required version](https://hexo.io/docs/#Required-Node-js-version) + - label: I have already read [Docs page](https://hexo.io/docs/) & [Troubleshooting page](https://hexo.io/docs/troubleshooting). + - label: I have already searched existing issues and they are not help to me. + - label: I examined error or warning messages and it's difficult to solve. + - label: I am using the [latest](https://github.com/hexojs/hexo/releases) version of Hexo. (run `hexo version` to check) + - label: My Node.js is matched [the required version](https://hexo.io/docs/#Required-Node-js-version). - type: textarea validations: @@ -41,7 +44,7 @@ body: attributes: label: Expected behavior # description: - # placeholder: + placeholder: Descripe what you expected to happen. # value: # render: @@ -51,7 +54,7 @@ body: attributes: label: Actual behavior # description: - # placeholder: + placeholder: Descripe what actually happen. # value: # render: @@ -60,15 +63,16 @@ body: required: true attributes: label: How to reproduce? - # description: + description: How do you trigger this bug? Please walk us through it step by step. placeholder: | 1. Step1 2. Step2 - 3. etc... + 3. etc. + ... # value: # render: - - type: textarea + - type: input validations: required: true attributes: @@ -93,9 +97,11 @@ body: validations: required: false attributes: - label: Node.js & npm version - description: Please run `node -v && npm -v` and paste the output below - # placeholder: + label: Your Node.js & npm version + description: | + Please run `node -v && npm -v` + and paste the output here. + placeholder: node -v && npm -v # value: | render: text @@ -103,9 +109,9 @@ body: validations: required: false attributes: - label: Your site `_config.yml` (Optional) - description: Please paste the content of your `_config.yml` below - # placeholder: + label: Your site's `_config.yml` (Optional) + description: Please paste the content of your `_config.yml` here. + placeholder: _config.yml # value: | render: yaml @@ -113,9 +119,11 @@ body: validations: required: false attributes: - label: Hexo and Plugin version - description: Please run `npm ls --depth 0` and paste the output below - # placeholder: + label: Your Hexo and Plugin version + description: | + Please run `npm ls --depth 0` + and paste the output here. + placeholder: npm ls --depth 0 # value: render: text @@ -124,8 +132,8 @@ body: required: false attributes: label: Your `package.json` - description: Please paste the content of `package.json` below - # placeholder: + description: Please paste the content of `package.json` here. + placeholder: package.json # value: render: json From 48384d1ce581377b904e73dcf36fa977fac22231 Mon Sep 17 00:00:00 2001 From: uiolee <22849383+uiolee@users.noreply.github.com> Date: Fri, 20 Oct 2023 22:51:06 +0800 Subject: [PATCH 9/9] (bug): changed the order --- .github/ISSUE_TEMPLATE/bug_report.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ced83846b7..4c1e219d45 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -105,16 +105,6 @@ body: # value: | render: text - - type: textarea - validations: - required: false - attributes: - label: Your site's `_config.yml` (Optional) - description: Please paste the content of your `_config.yml` here. - placeholder: _config.yml - # value: | - render: yaml - - type: textarea validations: required: false @@ -137,6 +127,16 @@ body: # value: render: json + - type: textarea + validations: + required: false + attributes: + label: Your site's `_config.yml` (Optional) + description: Please paste the content of your `_config.yml` here. + placeholder: _config.yml + # value: | + render: yaml + - type: textarea validations: required: false