Merge pull request #3460 from plumbis/docs-issue-template

Add a docs issue template to auto tag doc bugs
This commit is contained in:
Nic Cope 2022-12-14 12:45:20 -08:00 committed by GitHub
commit e6b1acc693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
.github/ISSUE_TEMPLATE/docs_issue.md vendored Normal file
View File

@ -0,0 +1,20 @@
---
name: Docs Issue
about: Report issues or request new content in the Crossplane documentation.
labels: ["docs"]
---
<!-- If it's a bug tell us where you found it -->
## Docs URL
<!-- Provide the URL to the page that has a bug. Use the nearest anchor if possible -->
<!-- for example
https://crossplane.io/docs/master/getting-started/install-configure.html#start-with-upstream-crossplane
-->
<!-- This is only needed for bugs -->
## Affected versions
<!-- If you can, check if this problem exists in the other versions -->
## What's wrong?
<!-- tell us the error or problem you found in the documentation -->
<!-- for content requests tell us what content you'd like to see created -->