This project contains the CoffeeScript source code that powers the MavensMate plugin for Atom.
Before submitting an issue to this project:
- You must be sure that the issue is specific to the MavensMate for Atom project
- You must search first to avoid creating duplicate issues
When submitting a new issue, please specify the following information:
- Your platform (OSX, Linux, Windows)
- MavensMate-Atom version
- specific steps to reproduce
In order to help us identify the root cause of the issue you're submitting, please provide logs where appropriate. To generate logs:
- Go to package settings for MavensMate-Atom
- Set plugin log level to
DEBUG,VERBOSE, orSILLY - Set plugin debug logs location to an existing absolute path on your machine
- Restart atom
- Retry your operation
- Paste log to your issue
To develop a new feature or fix a bug, please fork this project, do your development locally, then submit a Pull Request with corresponding test(s) (unit and functional, if applicable).