Skip to content

Commit

Permalink
Include all the base contributor docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeanindy committed Nov 24, 2014
1 parent af1d6ab commit ee0b40d
Show file tree
Hide file tree
Showing 6 changed files with 801 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
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
15 changes: 15 additions & 0 deletions docs/ADDING_ISSUES.markdown
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.
Loading

0 comments on commit ee0b40d

Please sign in to comment.