Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/DOCS_ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: 📖 Documentation issue
about: Help improve our docs.
---

### Documentation issue

<!-- (Update "[ ]" to "[x]" to check a box) -->

- [ ] Reporting a typo
- [ ] Reporting a documentation bug
- [ ] Documentation improvement
- [ ] Documentation feedback

<!--
If your issue is not regarding the documentation, please choose an issue type:
https://github.com/bootstrap-vue/bootstrap-vue/issues/new/choose
-->

### Is there a specific documentation page you are reporting?

Enter the URL or documentation section here.

### Additional context or description

Provide any additional details here as needed.
4 changes: 2 additions & 2 deletions docs/components/feedback.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export default {
return slug || name === 'docs' || name === 'docs-icons'
},
reportIssueUrl() {
// Add appreciate query params for proper issue title
return `${this.baseUrl}/issues/new?title=Docs`
// Select issue template
return `${this.baseUrl}/issues/new?template=DOCS_ISSUE_TEMPLATE.md`
},
editPageUrl() {
const name = this.$route.name
Expand Down