ProjectPythia / cookbook-template

Project Pythia Cookbook template
https://projectpythia.org/cookbook-template/
Apache License 2.0
21 stars 16 forks source link

Working from branches on this repo creates confusion #186

Open dcamron opened 1 week ago

dcamron commented 1 week ago

image

We should prioritize closing branches ASAP or working only from forks to open PRs on this repo. Our instructions require folks copy all branches with the template (to get gh-pages) and then they end up with these GitHub notifications. Julia's branch was stale from an old PR, so I went ahead and deleted it. The @brian-rose branch tied to #174 has been around for a while and is in open discussion. I might recommend moving that branch to your fork or us pushing forward to resolve that issue more quickly. I'll tie this issue to that PR, but we should make an effort to avoid this in the future as well.

brian-rose commented 1 week ago

@dcamron good point, I think these branches get created when I do a quick "one-off" edit on GitHub but I see that it creates confusion.

I'm not sure how to move an existing branch to my personal fork and preserve the discussion on the open PR. I'll look it up.