Improve issue and pull request template (#4866)
This commit is contained in:
parent
c2d6dcd162
commit
a5a5eb0c07
5 changed files with 195 additions and 56 deletions
30
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
30
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project or its docs
|
||||
title: ''
|
||||
labels: kind/feature
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
|
||||
Welcome to ingress-nginx! For a smooth feature request process, try to
|
||||
answer the following questions. Don't worry if they're not all applicable; just
|
||||
try to include what you can :-)
|
||||
|
||||
If you need to include code snippets or logs, please put them in fenced code
|
||||
blocks. If they're super-long, please use the details tag like
|
||||
<details><summary>super-long log</summary> lots of stuff </details>
|
||||
|
||||
-->
|
||||
|
||||
<!-- What do you want to happen? -->
|
||||
|
||||
<!-- Is there currently another issue associated with this? -->
|
||||
|
||||
<!-- Does it require a particular kubernetes version? -->
|
||||
|
||||
<!-- If this is actually about documentation, add `/kind documentation` below -->
|
||||
|
||||
/kind feature
|
||||
Loading…
Add table
Add a link
Reference in a new issue