Skip to content

Commit

Permalink
Merge pull request #378 from stripe/jack-contributing
Browse files Browse the repository at this point in the history
Contributing guidelines
  • Loading branch information
jack-stripe committed Jul 20, 2016
2 parents 2b8720f + 8a970c0 commit 9a667a7
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/CONTRIBUTING.md
@@ -0,0 +1,7 @@
Thanks for contributing to the Stripe iOS SDK. To balance our own internal prioritization with those of the open source community, we ask a few things of you:

- If you're confused about how to integrate Stripe into your iOS app, or having general iOS problems, please email support@stripe.com .

- If you think you've discovered a bug in our SDK, feel free to open an issue for it (or a pull request to fix it)!

- If you have a feature request, please open an issue for it. We'll let you know if we're already working on it, and what the timeline might be. We discourage submitting pull requests that add functionality without first discussing them with us in an issue, as we may not be able to merge them if they conflict with our existing plans.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,25 @@
To make it easier to diagnose your issue, please fill out the following:

## Summary

A simple summary of the problems you're having.

## Code to reproduce

If possible, please include a brief piece of code (or ideally, a link to an example project) demonstrating the problem you're having.

## iOS version

What version of iOS are you observing the problem on?

## Installation method

How did you install our SDK?

## SDK version

What version of our SDK are you using? You can find this by either looking at your `Podfile.lock` (if you're using Cocoapods), your `Cartfile.resolved` (if you're using Carthage), or by looking at the value of `STPSDKVersion` in `STPAPIClient.h`.

## Other information

Anything else you can include that'll make it easier for us to help you!
11 changes: 11 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,11 @@
## Summary

Simple summary of what was changed.

## Motivation

Why are you making this change? If it's for fixing a bug, if possible, please include a code snippet or example project that demonstrates the issue.

## Testing

How was the code tested? Be as specific as possible.

0 comments on commit 9a667a7

Please sign in to comment.