inclusive-dev-tools / woke

✊ Detect non-inclusive language in your source code.
https://medium.com/@caitlinelfring/woke-437880c3de64
MIT License
0 stars 0 forks source link

Design Git Source --> Fork interaction model #5

Closed sbohlen closed 3 years ago

sbohlen commented 3 years ago

Problem Statement

Because we're collaborating on a FORK of a repo into which we eventually seek to merge contributions, special care must be taken for the team to operate in a way that is amenable each of the following objectives:

Acceptance Criteria

  1. documented workflow in share project OneNote that addresses how to perform the following actions:

    • creating/opening a new issue in the original/source repo
    • creating/opening a new issue in the fork repo
    • working on that issue within the the context of the fork repo
    • creating a PR from the fork to the original/source repo
    • closing related issue in the fork repo
    • closing related issue in the original/source repo
    • refreshing the fork with upstream changes to original/source repo
  2. team properly educated on details of process

fnocera commented 3 years ago

We want to document our interaction model in the Wiki in this repo so that another team taking on this work can do it easily.

cc: @mkcomer @sbohlen

sbohlen commented 3 years ago

I have ported the Interaction Model table from the OneNote to this WIKI page: https://github.com/inclusive-dev-tools/woke/wiki/Upstream-Project-Repo-Interaction-Model. Further adjustments (as necessary) can be made in that document/page directly.