This commit is contained in:
Dax T. Games 2019-03-31 16:11:14 -04:00
parent 43d5a7b833
commit f39b921121
2 changed files with 28 additions and 28 deletions

View File

@ -2,86 +2,86 @@
Thank you for reporting a bug for the Cmder project! Thank you for reporting a bug for the Cmder project!
------------------------------------------------------------------ ------------------------------------------------------------------
Please make sure you read and follow the following instructions Please make sure you read and follow the following instructions
carefully before reporting bugs, and/or requesting new features. carefully before reporting bugs, and/or requesting new features.
Make sure that you have: Make sure that you have:
• Searched for existing issues (including the **closed** ones) • Searched for existing issues (including the **closed** ones)
for the similar problems here: for the similar problems here:
https://github.com/cmderdev/cmder/issues?q=is:issue https://github.com/cmderdev/cmder/issues?q=is:issue
• Read both the README.md and the Wiki: • Read both the README.md and the Wiki:
- https://github.com/cmderdev/cmder/blob/master/README.md - https://github.com/cmderdev/cmder/blob/master/README.md
- https://github.com/cmderdev/cmder/wiki - https://github.com/cmderdev/cmder/wiki
(What you may be asking here could already be explained there!) (What you may be asking here could already be explained there!)
• Please understand that Cmder uses ConEmu as the default • Please understand that Cmder uses ConEmu as the default
underlying Terminal Emulator. If your issue is regarding underlying Terminal Emulator. If your issue is regarding
the **Terminal Emulator**, please visit the ConEmu issues page: the **Terminal Emulator**, please visit the ConEmu issues page:
https://github.com/Maximus5/ConEmu/issues?q=is:issue https://github.com/Maximus5/ConEmu/issues?q=is:issue
If there isn't an existing issue, you may open a new one there. If there isn't an existing issue, you may open a new one there.
(We don't resolve issues regarding ConEmu here, so please (We don't resolve issues regarding ConEmu here, so please
make sure you open the issue in the correct place.) make sure you open the issue in the correct place.)
more info: https://conemu.github.io/en/ThirdPartyProblems.html more info: https://conemu.github.io/en/ThirdPartyProblems.html
• If you would like to ask for guides on how to integrate Cmder with • 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 your favorite IDE of choice, or how to perform a specific task
with Cmder, make sure you visit our label section first. with Cmder, make sure you visit our label section first.
You may already have an answer under the Guides or Questions section. You may already have an answer under the Guides or Questions section.
For a list of labels, visit: For a list of labels, visit:
- https://github.com/cmderdev/cmder/labels - https://github.com/cmderdev/cmder/labels
(Be sure to also check “Closed” issues in the labels section!) (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, • If you have a request to provide auto-complete support for a new tool,
please post your request here: please post your request here:
https://github.com/vladimir-kotikov/clink-completions/issues https://github.com/vladimir-kotikov/clink-completions/issues
• If you are having an issue with any of the **upstream technologies** • If you are having an issue with any of the **upstream technologies**
that are used by Cmder, please make sure that the issue is reproducible that are used by Cmder, please make sure that the issue is reproducible
_only_ when used in combination with Cmder. _only_ when used in combination with Cmder.
We may not directly address the issues related to the following tools: We may not directly address the issues related to the following tools:
- Clink, the default shell in Cmder - Clink, the default shell in Cmder
- ConEmu, the terminal emulator - ConEmu, the terminal emulator
- Git/MinGW, which also provide *NIX tools - Git/MinGW, which also provide *NIX tools
- clink-completions, which provide autocompletion - clink-completions, which provide autocompletion
The issues related to upstream technologies are labeled as 👆 [name]. The issues related to upstream technologies are labeled as 👆 [name].
We'll try our best to help you -- but we recommend creating an issue We'll try our best to help you -- but we recommend creating an issue
specifically at each of the corresponding repositories for the best specifically at each of the corresponding repositories for the best
result. result.
► Try to reproduce the bug you're reporting, on a stand-alone edition ► Try to reproduce the bug you're reporting, on a stand-alone edition
of each tool, without using Cmder. If the bug applies when the of each tool, without using Cmder. If the bug applies when the
mentioned tools are NOT used within Cmder, there's a good chance that mentioned tools are NOT used within Cmder, there's a good chance that
you should open the bug at the corresponding repo instead. you should open the bug at the corresponding repo instead.
• Lastly, have a look at official documentation for Cmder over • Lastly, have a look at official documentation for Cmder over
our website, and our wiki. our website, and our wiki.
Read more on about Cmder on ConEmu docs: Read more on about Cmder on ConEmu docs:
https://conemu.github.io/en/cmder.html https://conemu.github.io/en/cmder.html
Thank you for making sure you are opening a new valid issue! ♥ Thank you for making sure you are opening a new valid issue! ♥
--> -->
<!-- <!--
Some tips on how to write a better report: Some tips on how to write a better report:
- Put an `x` into all the boxes [ ] relevant to your issue (correct example: [x] -- not like this: [ x] or [x ]). - Put an `x` into all the boxes [ ] relevant to your issue (correct example: [x] -- not like this: [ x] or [x ]).
- Use the *Preview* tab to see how your issue will actually look like, before sending it. - Use the *Preview* tab to see how your issue will actually look like, before sending it.
@ -105,5 +105,5 @@
<!-- If applicable, write down your Windows edition too (e.g. Windows 10 Pro 1809) --> <!-- If applicable, write down your Windows edition too (e.g. Windows 10 Pro 1809) -->
### Description of the issue ### Description of the issue
<!-- Provide a clear, simple description of your issue here --> <!-- Provide a clear, simple description of your issue here -->

View File

@ -9,7 +9,7 @@ gl=git log --oneline --all --graph --decorate $*
ls=ls --show-control-chars -F --color $* ls=ls --show-control-chars -F --color $*
pwd=cd pwd=cd
clear=cls clear=cls
history=cat -n %CMDER_ROOT%\config\.history history=cat -n "%CMDER_ROOT%\config\.history"
unalias=alias /d $1 unalias=alias /d $1
vi=vim $* vi=vim $*
cmderr=cd /d "%CMDER_ROOT%" cmderr=cd /d "%CMDER_ROOT%"