summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Swithinbank2023-05-15 23:14:36 +0200
committerGitHub2023-05-15 23:14:36 +0200
commitf247f36b3ae3798097ce0215e810ffd02011c07b (patch)
treef819bd671a7202804f85462ffb1a81d0c188b4d9
parent4bdf25060e3ee03c12b129f11166fac66171ceea (diff)
downloadIT.starlight-f247f36b3ae3798097ce0215e810ffd02011c07b.tar.gz
IT.starlight-f247f36b3ae3798097ce0215e810ffd02011c07b.tar.bz2
IT.starlight-f247f36b3ae3798097ce0215e810ffd02011c07b.zip
Configure issue templates (#50)
-rw-r--r--.github/ISSUE_TEMPLATE/---01-bug-report.yml67
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml8
2 files changed, 75 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/---01-bug-report.yml b/.github/ISSUE_TEMPLATE/---01-bug-report.yml
new file mode 100644
index 00000000..b01cbe15
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/---01-bug-report.yml
@@ -0,0 +1,67 @@
+name: "\U0001F41B Bug Report"
+description: Report an issue or possible bug
+labels: []
+assignees: []
+body:
+ - type: markdown
+ attributes:
+ value: |
+ Thank you for taking the time to file a bug report! Please fill out this form as completely as possible.
+
+ ✅ I am using the **latest versions of Starlight and Astro**.
+ ✅ I am using a version of Node that supports ESM (`v14.18.0+`, or `v16.12.0+`).
+ - type: input
+ id: starlight-version
+ attributes:
+ label: What version of `starlight` are you using?
+ placeholder: 0.0.0
+ validations:
+ required: true
+ - type: input
+ id: astro-version
+ attributes:
+ label: What version of `astro` are you using?
+ placeholder: 0.0.0
+ validations:
+ required: true
+ - type: input
+ id: package-manager
+ attributes:
+ label: What package manager are you using?
+ placeholder: npm, yarn, pnpm
+ validations:
+ required: true
+ - type: input
+ id: os
+ attributes:
+ label: What operating system are you using?
+ placeholder: Mac, Windows, Linux
+ validations:
+ required: true
+ - type: input
+ id: browser
+ attributes:
+ label: What browser are you using?
+ placeholder: Chrome, Firefox, Safari
+ validations:
+ required: true
+ - type: textarea
+ id: bug-description
+ attributes:
+ label: Describe the Bug
+ description: A clear and concise description of what the bug is.
+ validations:
+ required: true
+ - type: input
+ id: bug-reproduction
+ attributes:
+ label: Link to Minimal Reproducible Example
+ description: 'Use [astro.new](https://astro.new) 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. Not sure how to create a minimal example? [Read our guide](https://docs.astro.build/en/guides/troubleshooting/#creating-minimal-reproductions)'
+ placeholder: 'https://stackblitz.com/abcd1234'
+ - type: checkboxes
+ id: will-pr
+ attributes:
+ label: Participation
+ options:
+ - label: I am willing to submit a pull request for this issue.
+ required: false
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 00000000..92864ff9
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,8 @@
+blank_issues_enabled: false
+contact_links:
+ - name: 👾 Chat
+ url: https://astro.build/chat
+ about: Our Discord server is active, come join us!
+ - name: 💁 Support
+ url: https://astro.build/chat
+ about: 'This issue tracker is not for support questions. Join us on Discord for assistance!'