Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.17 KB

CONTRIBUTING.md

File metadata and controls

29 lines (19 loc) · 1.17 KB

Contributing

See Atom's Contributing guidelines.

Reporting an issue

Please use GitHub's Issue Search to help reduce the number of duplicate issues reported. If you find an issue you're facing, feel free to comment on the open issues you're facing to raise with any details that could help debugging the problem.

When reporting an issue include information such as:

  • Reproduction steps if possible.
  • The Platform (Operating System) you're on.
  • The Atom version you're running.
  • The Script package version.
  • The Grammar you're attempting to run.
  • Consider adding a failing spec, with an Atom package this isn't as simple but could really help speed up debugging the issue.

The more information available when we take a look at your issue the more likely we can deal with it in a quick manner.

Developing

We love pull requests! If you're reading this section thanks in advance.

To help accelerate the review process:

  • Consider adding specs.
    • Passing tests give reviewers confidence.
  • Consider adding verification steps for reviewers.