This repository has been archived by the owner on Jul 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9e71897
commit 003a705
Showing
1 changed file
with
3 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,21 +5,10 @@ The following is a set of guidelines for contributing to MavensMate for Sublime | |
This project adheres to the [Contributor Covenant 1.2](http://contributor-covenant.org/version/1/2/0). | ||
By participating, you are expected to uphold this code. Please report unacceptable behavior to [[email protected]](mailto:[email protected]). | ||
|
||
### Submitting Issues | ||
## Submitting Issues | ||
|
||
Before submitting an issue to this project, you must be sure that the issue is specific to the **MavensMate for Sublime Text project**. Please also **search first** before submitting a new issue. | ||
**All issues should be submitted to [the central MavensMate issue repository](https://github.com/joeferraro/MavensMate/issues)** | ||
|
||
When submitting a new issue, you must specify the following: | ||
|
||
1. Your platform (OSX, Linux, Windows) and architecture (32 or 64 bit) | ||
2. The MavensMate version(s), i.e. MavensMate for Sublime Text plugin version and MavensMate Desktop version | ||
3. Whether you're behind a firewall and/or proxy | ||
4. **Specific** steps to reproduce | ||
5. MavensMate logs. Configure logging via MavensMate Desktop settings, run your failing operation to generate logs, and paste relevant logs to your issue. | ||
6. If relevant, your Salesforce server (e.g., cs18, c31, na7, etc.) | ||
|
||
If any of the above are missing, we will be unable to properly diagnose your issue. | ||
|
||
#### Submitting Pull Requests | ||
## Submitting Pull Requests | ||
|
||
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). |