🌐 AI搜索 & 代理 主页
Skip to content

Commit ee6fe52

Browse files
chore(docs): use docs issue template when reporting docs issue (#5011)
* chore(docs): prompt user for issue type when reporting docs issue * Create DOCS_ISSUE_TEMPLATE.md * Update feedback.js * Update DOCS_ISSUE_TEMPLATE.md * Update DOCS_ISSUE_TEMPLATE.md Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
1 parent 0551dec commit ee6fe52

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: 📖 Documentation issue
3+
about: Help improve our docs.
4+
---
5+
6+
### Documentation issue
7+
8+
<!-- (Update "[ ]" to "[x]" to check a box) -->
9+
10+
- [ ] Reporting a typo
11+
- [ ] Reporting a documentation bug
12+
- [ ] Documentation improvement
13+
- [ ] Documentation feedback
14+
15+
<!--
16+
If your issue is not regarding the documentation, please choose an issue type:
17+
https://github.com/bootstrap-vue/bootstrap-vue/issues/new/choose
18+
-->
19+
20+
### Is there a specific documentation page you are reporting?
21+
22+
Enter the URL or documentation section here.
23+
24+
### Additional context or description
25+
26+
Provide any additional details here as needed.

docs/components/feedback.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ export default {
1212
return slug || name === 'docs' || name === 'docs-icons'
1313
},
1414
reportIssueUrl() {
15-
// Add appreciate query params for proper issue title
16-
return `${this.baseUrl}/issues/new?title=Docs`
15+
// Select issue template
16+
return `${this.baseUrl}/issues/new?template=DOCS_ISSUE_TEMPLATE.md`
1717
},
1818
editPageUrl() {
1919
const name = this.$route.name

0 commit comments

Comments
 (0)