mirror of
https://github.com/cmderdev/cmder.git
synced 2025-06-16 06:37:54 +08:00
Updates issue template, notes on README.me and fixes line ending (#1751)
* add integration notes, refined docs * change img size * verbose issue template * move docs from README to WIKI * increased politeness factor by 10%
This commit is contained in:
committed by
Benjamin Staneck
parent
a843e85c8b
commit
36403df91e
27
.github/issue_template.md
vendored
27
.github/issue_template.md
vendored
@ -4,7 +4,7 @@
|
||||
------------------------------------------------------------------
|
||||
|
||||
Please make sure you read and follow the following instructions
|
||||
before reporting bugs, and/or requesting new features.
|
||||
carefully before reporting bugs, and/or requesting new features.
|
||||
|
||||
Make sure that you have:
|
||||
|
||||
@ -24,17 +24,22 @@
|
||||
|
||||
https://github.com/Maximus5/ConEmu/issues?q=is:issue
|
||||
|
||||
If there isn't an existing issue, you may open a new one.
|
||||
If there isn't an existing issue, you may open a new one there.
|
||||
|
||||
(We don't resolve issues regarding ConEmu here, so please
|
||||
make sure you open the issue in the correct place.)
|
||||
|
||||
more info: https://conemu.github.io/en/ThirdPartyProblems.html
|
||||
|
||||
• If you are asking for Guides on how to integrate Cmder into
|
||||
• If you are asking for guides on how to integrate Cmder into
|
||||
your favorite IDE of choice, or how to perform an specific
|
||||
task with Cmder, make sure you visit our Guides section first:
|
||||
|
||||
- https://github.com/cmderdev/cmder/issues?q=label:Guide
|
||||
- https://github.com/cmderdev/cmder/issues?q=label:Question
|
||||
task with Cmder, make sure you visit our label section first!
|
||||
You may already have an answer under the Guides or Questions section.
|
||||
|
||||
For a list of labels, visit:
|
||||
- https://github.com/cmderdev/cmder/labels
|
||||
|
||||
(Be sure to also check “Closed” issues in the labels section!)
|
||||
|
||||
• If the issue is regarding the other upstream technologies that
|
||||
Cmder uses (e.g. Clink, Git, etc), please make sure that the
|
||||
@ -42,6 +47,9 @@
|
||||
combination with Cmder. If the bug applies when the mentioned
|
||||
tools are NOT used within Cmder, there's a good chance that
|
||||
you should open the bug at the corresponding repo instead.
|
||||
|
||||
Read more on about Cmder on ConEmu docs:
|
||||
https://conemu.github.io/en/cmder.html
|
||||
|
||||
|
||||
Thank you for making sure you are opening a new valid issue!
|
||||
@ -56,6 +64,9 @@
|
||||
- Post a screenshot or the command the triggered the problem, if applicable.
|
||||
- Avoid using ambiguous phrases like: doesn't work, there'a problem, etc.
|
||||
Help us reproduce the issue by explaining what went wrong, and what did you expect to happen.
|
||||
- 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.
|
||||
- ⚠ Read the following page to avoid posting a bad issue: https://conemu.github.io/en/BadIssue.html
|
||||
-->
|
||||
|
||||
### Purpose of the issue
|
||||
@ -64,4 +75,4 @@
|
||||
- [ ] Question
|
||||
|
||||
### Description of the issue
|
||||
|
||||
<!-- Provide a clear, simple description of your issue here -->
|
||||
|
Reference in New Issue
Block a user