mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
310a37f452
* Create but report template * Update bug.yml * Update bug.yml * Update bug.yml * Update bug.yml * Update bug.yml * Update bug.yml * Update bug.yml * Update bug.yml * Update bug.yml * Update bug.yml * Update bug.yml * Update bug.yml * Update bug.yml * Create feature request template * Update feature.yml * Update feature.yml * Update feature.yml * Remove ISSUE_TEMPLATE * Create config.yml
25 lines
893 B
YAML
25 lines
893 B
YAML
name: Feature Request
|
|
description: Suggest an idea for dlib
|
|
labels: type:enhancement
|
|
assignees: []
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
It is OK to suggest interesting improvements to dlib, even if you are not volunteering to implement them.
|
|
**However, the issue tracker is not a code writing service, do not ask for someone to write code for you**.
|
|
E.g. Do not ask for feature improvements to the example programs.
|
|
**If there is some feature improvement you want in an example program then it's up to you to write it**.
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Main idea
|
|
description: Describe what you want to add or improve
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: other
|
|
attributes:
|
|
label: Anything else?
|
|
description: Add any other context about the suggestion here.
|