-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include all the base contributor docs
- Loading branch information
Showing
6 changed files
with
801 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
root = true | ||
|
||
[*] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = "utf-8" | ||
|
||
insert_final_newline = true | ||
trim_trailing_whitespace = true |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Guidelines for Adding Issues to SparkPost | ||
Thank you for finding an issue, the SparkPost SDKs are open sourced and focused on helping our developers to be successful. Please review the following checklist before submitting a new issue. | ||
|
||
1. To prevent duplication, please search for issues and make sure it doesn’t already exist | ||
2. Please provide the following information to help our contributors in resolving the issue: | ||
1. Operating System and Version | ||
2. Programming language version | ||
3. Exception, error or issue summary | ||
4. Recreation steps or Use case summary | ||
5. Example data (if available) | ||
6. Expected result or desired functionality | ||
7. Any extra information you’d like to provide | ||
3. Please give your issue a meaningful name | ||
4. Please, no trolling or flaming comments on issues (counter-productive) | ||
5. Please follow/watch your issue. We expect you to take issue reporting as seriously as we do. |
Oops, something went wrong.