We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac8832a commit 9c4b567Copy full SHA for 9c4b567
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -11,13 +11,6 @@ body:
11
- Read the `README.md`
12
- Ask on [Discord](https://discord.gg/8UcP9QB5AV)
13
- Ask on [GitHub Discussions](https://github.com/agnyz/bedstack/discussions)
14
-
15
- - type: input
16
- id: version
17
- attributes:
18
- label: Version
19
- validations:
20
- required: true
21
- type: textarea
22
id: bug-description
23
attributes:
.github/workflows/docs.yml
@@ -7,7 +7,6 @@ on:
7
branches: [main]
8
paths:
9
- "docs/**"
10
- - "package.json" # for versioning
# leave empty, we just want the button
workflow_dispatch:
0 commit comments