diff options
| author | Dawid Lech Socha <151644314+Day-fit@users.noreply.github.com> | 2025-12-01 12:48:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-01 22:48:37 +1100 |
| commit | 800161b0f10de3b154ea2eee808b55e0ba4df31f (patch) | |
| tree | 5e8425d1cc1de4c188224ddb35de480b2fe65786 /.github/ISSUE_TEMPLATE | |
| parent | [CI] chore: update flake (diff) | |
| download | caelestia-shell-800161b0f10de3b154ea2eee808b55e0ba4df31f.tar.gz caelestia-shell-800161b0f10de3b154ea2eee808b55e0ba4df31f.tar.bz2 caelestia-shell-800161b0f10de3b154ea2eee808b55e0ba4df31f.zip | |
issues: fix typo in issue description template (#943)
Diffstat (limited to '.github/ISSUE_TEMPLATE')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/issue.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index e7867e1..b767104 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -44,7 +44,7 @@ body: - type: textarea attributes: label: "Step 3. Describe the issue" - value: "\n<!-- Firsly describe your issue here! -->\n\n<details><summary>Logs</summary>\n\n```\n<!-- Put your log content here!-->\n```\n\n</details>" + value: "\n<!-- Firstly describe your issue here! -->\n\n<details><summary>Logs</summary>\n\n```\n<!-- Put your log content here!-->\n```\n\n</details>" validations: required: true |