File: feature_request.yml

package info (click to toggle)
libmina-sshd-java 2.13.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,428 kB
  • sloc: java: 136,607; xml: 4,544; sh: 917; python: 239; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,040 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: Feature Request
description: Suggest an enhancement or a new feature.
body:
  - type: markdown
    attributes:
      value: |
        Thank you for helping making Apache MINA SSHD better!
  - type: textarea
    id: description
    attributes:
      label: Description
      description: What feature or enhancement you would like to have in Apache MINA SSHD?
    validations:
      required: true
  - type: textarea
    id: motivation
    attributes:
      label: Motivation
      description: Explain the use case for the new feature.
      placeholder: Explain why it would be good to have the new feature or enhancement. What problem would it solve?
    validations:
      required: true
  - type: textarea
    id: alternatives
    attributes:
      label: Alternatives considered
      description: What alternatives did you consider? What work-around, if any, are you using currently?
  - type: textarea
    id: other
    attributes:
      label: Additional context
      description: Any other information that may be relevant.