forked from apache/pulsar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added an enhancement template for github (apache#7637)
### Motivation Added a enhancement issue template for github so that its labelled correctly.
- Loading branch information
1 parent
2a59f58
commit d1f48bf
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Enhancement request | ||
about: Suggest an enhancement for this project | ||
title: '' | ||
labels: type/enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your enhancement request related to a problem? Please describe.** | ||
A clear and concise description of what the enhancement is. | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |