Developing a legal IDE based on Atom
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.6 KiB

  1. <!--
  2. Have you read Atom's Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect: https://github.com/atom/atom/blob/master/CODE_OF_CONDUCT.md
  3. Do you want to ask a question? Are you looking for support? The Atom message board is the best place for getting support: https://discuss.atom.io
  4. -->
  5. ### Prerequisites
  6. * [ ] Put an X between the brackets on this line if you have done all of the following:
  7. * Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode
  8. * Followed all applicable steps in the debugging guide: http://flight-manual.atom.io/hacking-atom/sections/debugging/
  9. * Checked the FAQs on the message board for common solutions: https://discuss.atom.io/c/faq
  10. * Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aatom
  11. * Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
  12. ### Description
  13. [Description of the issue]
  14. ### Steps to Reproduce
  15. 1. [First Step]
  16. 2. [Second Step]
  17. 3. [and so on...]
  18. **Expected behavior:** [What you expect to happen]
  19. **Actual behavior:** [What actually happens]
  20. **Reproduces how often:** [What percentage of the time does it reproduce?]
  21. ### Versions
  22. You can get this information from 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.
  23. ### Additional Information
  24. Any additional information, configuration or data that might be necessary to reproduce the issue.