Skip to content

Latest commit

 

History

History
87 lines (55 loc) · 2.56 KB

ISSUE_TEMPLATE.md

File metadata and controls

87 lines (55 loc) · 2.56 KB

Prerequisites

Description

[Description of the issue]

Steps to Reproduce

Folder structure and import statement

.                    //Root
├── ...              // irrelevant but may want to give some more context
├── main
│   └── current.js   // current folder
└── reference.js     // file being referenced one folder up
// current.js

import {some| } from '../reference'
//reference.js

module.exports = { something: () => {} };
  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected behavior: [What you expect to happen]

Actual behavior: [What actually happens]

Reproduces how often: [What percentage of the time does it reproduce?]

Console errors

Include any console errors from the developer tools that are related to the package.
You can open it from the command -> Window: Toggle Dev Tools

Versions

Include the version of autocomplete-modules you are using.

Copy and pasting the output of atom --version and apm --version from the command line.

Also, please include the OS and what version of the OS you're running.

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue. Any plugins or tools used that may affect import statements.