mirror of https://github.com/knative/docs.git
Update issue templates -- separate feature request from new/changing functionality (#1002)
* Update issue templates -- separate feature request from new/changing functionality - We needed a template specifically for user's feature requests; we only had one for bugs and one for upcoming changes to Knative * Update docs-feature-request.md
This commit is contained in:
parent
3f7a02ec80
commit
95abab7a8f
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
name: Docs feature request
|
||||
about: Suggest an improvement/change to the docs
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
<!-- For a feature request about a change to Knative, please open the issue in the corresponding repo. -->
|
||||
|
||||
**Describe the change you'd like to see**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
name: New/changing functionality in Knative
|
||||
about: For new features in Knative, or updates to existing functionality
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## What is changing? (Please include as many details as possible.)
|
||||
|
||||
## How will this impact our users?
|
||||
|
||||
## In what release will this take happen (to the best of your knowledge)?
|
||||
Ex. v0.2-v0.3
|
||||
|
||||
## Context
|
||||
Link to associated PRs or issues from other repos here.
|
||||
|
||||
1.
|
||||
1.
|
||||
1.
|
||||
|
||||
## Additional info
|
Loading…
Reference in New Issue