You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -455,7 +465,7 @@ bundle exec rubocop # Runs the lint (use `--fix` for autocorrect)
455
465
456
466
1. Fork the project.
457
467
2. Make your feature addition or bug fix.
458
-
3. Add tests for it. This is important so that we don't break it in a future
468
+
3.**Add tests for it**. This is important so that we don't break it in a future
459
469
version unintentionally.
460
470
4. Commit. Do not alter `Rakefile`, version, or history. (If you want to have
461
471
your own version, that is fine, but bump version in a commit by itself that
@@ -464,6 +474,17 @@ bundle exec rubocop # Runs the lint (use `--fix` for autocorrect)
464
474
465
475
**Note:** Live specs will likely fail for external contributors. The Zendesk devs can help with that. If you have permissions and some live specs unexpectedly fail, that might be a data error, see the REPL for that.
466
476
477
+
## Merging contributors pull requests
478
+
479
+
External contributions don't run live specs, so we need to use a workaround. Assuming a PR from `author:author/branch` to `default_branch`:
480
+
481
+
1. Create a branch in our repo `author_branch`
482
+
2. Change the destination branch of the PR to `author_branch`
483
+
3. Merge
484
+
4. Create a pr in our repo from `default_branch`
485
+
- Make sure they know the commits still carry their name
0 commit comments