Merge pull request #3460 from plumbis/docs-issue-template
Add a docs issue template to auto tag doc bugs
This commit is contained in:
commit
e6b1acc693
|
@ -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 -->
|
Loading…
Reference in New Issue