mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Use GitHub Discussions to suggest a new feature or improvement
This commit is contained in:
parent
b07956b2cf
commit
ef08388b48
2 changed files with 5 additions and 24 deletions
7
.github/ISSUE_TEMPLATE/config.yml
vendored
7
.github/ISSUE_TEMPLATE/config.yml
vendored
|
|
@ -1,6 +1,9 @@
|
|||
blank_issues_enabled: true
|
||||
blank_issues_enabled: false
|
||||
|
||||
contact_links:
|
||||
- name: Feature request
|
||||
url: https://github.com/doublecmd/doublecmd/discussions/categories/suggestions
|
||||
about: Please use GitHub Discussions to suggest a new feature or improvement
|
||||
- name: I have a question about Double Commander
|
||||
url: https://github.com/doublecmd/doublecmd/discussions
|
||||
url: https://github.com/doublecmd/doublecmd/discussions/categories/general
|
||||
about: Please use GitHub Discussions to ask questions
|
||||
|
|
|
|||
22
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
22
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
|
@ -1,22 +0,0 @@
|
|||
name: "Feature request"
|
||||
labels: [enhancement]
|
||||
description: Suggest a new feature or improvement
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Before filling a new feature request, please use the [search form](https://doublecmd.sourceforge.io/mantisbt/view_all_bug_page.php) to try to locate similar features at the old bug tracker.
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Description
|
||||
placeholder:
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Proposed technical implementation details (optional)
|
||||
placeholder:
|
||||
validations:
|
||||
required: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue