2022-10-18 06:57:01 +08:00
name : "⭐ Feature request (request for new functionality)"
description : Help make Cmder even better
2022-10-18 07:14:12 +08:00
title : "[Feature request] "
2022-10-18 19:19:03 +08:00
labels : "🛠 Type: Feature Request"
2022-10-18 06:57:01 +08:00
body :
- type : markdown
attributes :
value : |
Thank you for helping to improve the Cmder project!
------------------------------------------------------------------
Please make sure you read and follow the following instructions carefully before reporting bugs, and/or requesting new features.
Make sure that you have :
- Searched for existing issues (including the **closed** ones) for similar feature requests here :
🗃 https://github.com/cmderdev/cmder/issues?q=is:issue
- If you are opening the feature request regarding any of the **upstream technologies** that are used by Cmder, please open the feature request at the corresponding upstream repos instead :
- **[Clink](https://github.com/chrisant996/clink)**, the default shell in Cmder
- **[ConEmu](https://github.com/Maximus5/ConEmu)**, the terminal emulator
2022-10-18 07:20:15 +08:00
- **[Git/MinGW](https://github.com/git-for-windows/git)**, which also provide *NIX tools (such as `ls`, `mv`, `cp`, etc)
2022-10-18 06:57:01 +08:00
- **[clink-completions](https://github.com/repos/vladimir-kotikov/clink-completions)**, which provide autocompletion for clink
- If you would like to ask for guides on how to integrate Cmder with your favorite IDE of choice, or how to perform a specific task with Cmder, make sure you visit our label section first.
You may already have an answer under the Guides or Questions section.
2022-10-18 07:20:15 +08:00
For a list of labels, visit **[🌐 Labels](https://github.com/cmderdev/cmder/labels)**.
2022-10-18 06:57:01 +08:00
(Be sure to also check “Closed” issues in the labels section!)
- If you have a request to provide auto-complete support for a new tool, please post your request here instead :
https://github.com/vladimir-kotikov/clink-completions/issues
Thank you for making the Cmder project even better! ♥
- type : textarea
id : description
attributes :
label : Suggestion
description : Describe the feature
validations :
required : true
- type : textarea
2022-10-18 07:12:10 +08:00
id : usecase
2022-10-18 06:57:01 +08:00
attributes :
label : Use case
description : Include a usage example of the feature
validations :
required : false
- type : textarea
id : notes
attributes :
label : Extra info/examples/attachments
description : Extra information, similar tools, etc. If the feature is currently possible with a workaround
validations :
required : false
- type : checkboxes
id : checklist
attributes :
label : Checklist
description : Please check all boxes that apply
options :
- label : I have read the documentation and made sure this feature doesn't already exist.
required : true
2022-10-18 07:00:31 +08:00
- label : I have searched for similar issues and found none that describe my feature request.
2022-10-18 06:57:01 +08:00
required : true
2022-10-18 07:20:15 +08:00
- type : markdown
attributes :
value : |
### Some tips on how to write a better feature request
- Make sure the description is worded well enough to be understood, and with as much context and examples as possible.
- Use the *Preview* tab to see how your issue will actually look like, before sending it.
⚠ If for some reason you can not see the text you just wrote, make sure you've read the instructions clearly
- Please keep the ticket language to English only here.
We can't process your issue if it's written in Russian or Chinese as we can't understand them.