Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update generated code for beta #1514

Merged
merged 22 commits into from
Jan 18, 2025
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
467e034
Update generated code for v1439
stripe-openapi[bot] Jan 10, 2025
463efa5
Update generated code for v1441
stripe-openapi[bot] Jan 10, 2025
da19166
pinned the ubuntu version in the Test action, to ensure support for j…
jar-stripe Jan 13, 2025
36b1c7c
ThinEvent reason and livemode (#1516)
jar-stripe Jan 13, 2025
80c41a7
Merge upstream and update generated code for v1441
stripe-openapi[bot] Jan 13, 2025
6e39505
Import global configuration for options not available on StripeClient…
helenye-stripe Jan 13, 2025
57dd25a
Bump version to 13.3.1
helenye-stripe Jan 13, 2025
7daac5c
Merge upstream and update generated code for v1442
stripe-openapi[bot] Jan 14, 2025
9d54b5c
Update generated code for v1443
stripe-openapi[bot] Jan 14, 2025
39283a3
Update generated code for v1444
stripe-openapi[bot] Jan 14, 2025
f21e023
Update generated code for v1446
stripe-openapi[bot] Jan 14, 2025
4c7a289
Update generated code for v1448
stripe-openapi[bot] Jan 15, 2025
ef7e6ee
added CONTRIBUTING.md file (#1515)
jar-stripe Jan 15, 2025
c1ca972
Merge upstream and update generated code for v1448
stripe-openapi[bot] Jan 15, 2025
7ec394e
Update generated code for v1449
stripe-openapi[bot] Jan 15, 2025
1402ac7
Update generated code for v1450
stripe-openapi[bot] Jan 15, 2025
08020d3
add justfile (#1513)
xavdid-stripe Jan 16, 2025
b03b022
Fixed typos in CONTRIBUTING.MD (#1519)
jar-stripe Jan 17, 2025
5304640
pipe rubocop output to devnull (#1521)
xavdid-stripe Jan 17, 2025
43e3ecd
Merge upstream and update generated code for v1453
stripe-openapi[bot] Jan 17, 2025
1e9681f
Update generated code for v1454
stripe-openapi[bot] Jan 17, 2025
d9118a2
added CONTRIBUTING.md
jar-stripe Jan 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added CONTRIBUTING.md file (#1515)
jar-stripe authored Jan 15, 2025
commit ef7e6ee51eb9500661e23f6a643e5439c31ce38c
25 changes: 25 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

# Contributing

We welcome bug reports, feature requests, and code contributions in a pull request.

For most pull requests, we request that you identify or create an associated issue that has the necessary context. We use these issues to reach agreement on an approach and save the PR author from having to redo work. Fixing typos or documentation issues likely do not need an issue; for any issue that introduces substantial code changes, changes the public interface, or if you aren't sure, please find or [create an issue](https://www.github.com/stripe/stripe-ruby/issues/new/choose).

## Contributor License Agreement

All contributors must sign the Contributor License Agreement (CLA) before we can accept their contribution. If you have not yet signed the agremenet, you will be given an option to do so when you open a pull request. You can then sign by clicking on the badge in the comment from @CLAassistant.

## Generated code

This project has a combination of manually maintained code and code generated from our private code generator. If your contribution involves changes to generated code, please call this out in the issue or pull request as we will likely need to make a change to our code generator before accepting the contribution.

To identify files with purely generated code, look for the comment `File generated from our OpenAPI spec.` at the start of the file. Generated blocks of code within hand-written files will be between comments that say `The beginning of the section generated from our OpenAPI spec` and `The end of the section generated from our OpenAPI spec`.

## Compatibility with supported language and runtime versions

This project supports a [many different langauge and runtime versions](README.md#requirements) and we are unable to accept any contribution that does not work on _all_ supported versions. If, after discussing the approach in the associated issue, your change must use an API / feature that isn't available in all supported versions, please call this out explicitly in the issue or pull request so we can help figure out the best way forward.

## Set up your dev environment

Please refer to this project's [README.md](README.md#development) for instructions on how to set up your development environment.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -362,6 +362,8 @@ New features and bug fixes are released on the latest major version of the Strip

## Development

[Contribution guidelines for this project](CONTRIBUTING.md)

The test suite depends on [stripe-mock], so make sure to fetch and run it from a
background terminal ([stripe-mock's README][stripe-mock] also contains
instructions for installing via Homebrew and other methods):