-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable testing from public forks (#743)
* Enable testing from public forks Requires a label `safe-to-test` is added to PRs by a maintainer * Add CONTRIBUTING.md to explain new label and add note in PR template
- Loading branch information
1 parent
67f938c
commit ca5ef93
Showing
3 changed files
with
13 additions
and
1 deletion.
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
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
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,7 @@ | ||
# Contributing | ||
Welcome, and thank you for your interest in contributing to Stripe Apps! | ||
|
||
## Submitting changes | ||
[Create a new fork of stripe-apps](https://github.com/stripe/stripe-apps/fork) to begin contributing. Develop your changes on a branch in your new fork and then [open a new pull request](https://github.com/stripe/stripe-apps/compare). A maintainer will review your pull request and merge it, or request changes if necessary. | ||
|
||
Note: a reviewer must add the `safe-for-testing` label to your pull request before GitHub actions will run and test your changes. |