Skip to content
t9md edited this page Dec 6, 2017 · 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

  • Descriptive subject
    • So that I and other user can easily understand and distinguish issue among other issues.
  • What do you want?(New feature? Config option? Fix behavior dissatisfaction?)
    • Describe your expectation with short sentence, before starting long explanation.
  • Contrast with current behavior
    • If you want behavioral change, describe current behavior with sample text, operations(keystrokes) and result.
  • Ask yourself 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