Skip to content
t9md edited this page Aug 21, 2016 · 6 revisions

Here is the information I need when you open issue.

For all issue.

  • Output of atom --version
$ atom --version
Atom    : 1.9.9
Electron: 0.37.8
Chrome  : 49.0.2623.75
Node    : 5.10.0
  • Restarting Atom itself solve your problem?

Some keybinding not working?

  • Some command have no default keymap, If you use some package(such as vmp plugin package), did you read README.md(Doesn't it says No default keymap in keymap section)?
  • Read Atom Flight Manual.
  • Understand that you can not use same scope selector twice in single keymap.cson. Read this
  • You can invoke any commands via "Command Palette"(Cmd+Shift+P). Invoking that command directly via Command Palette works?
  • You can observe how Atom understand your keystroke by activating "Keybinding Resolver: Toggle"(Cmd-.). How "Keybinging Resolver" says against your keystroke.

Ideal issue reporting

You can ignore following guide if you want.

Carefully pick descriptive and concise issue subject.

So that me and other user can easily identify distinctive issue.

What do you want?(New feature? Config option? Fix behavior dissatisfaction?)

Describe your expectation with short sentence, before diving into detailed explanation.

But what actually is.

If your expectation is to change current behavior, give me the sample text, operation(keystrokes) and result.

Why?

Why do you think its important? You use it frequently? Give me typical use case. Other user also benefits by solving this problem?

Clone this wiki locally