Skip to content

Commit

Permalink
template/rebase: add a bunch more example PR links
Browse files Browse the repository at this point in the history
This will help people going through this see what the change should
look like.
  • Loading branch information
jlebon committed Feb 20, 2024
1 parent 46652c0 commit bfda76b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE/rebase.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,16 @@ Branching is when a new stream is "branched" off of `rawhide`. This eventually b
- [ ] Update coreos-installer to know about the signing key used for the future new major version of Fedora (N+1).
- [ ] Drop the signing key for the obsolete stable release (N-2).

Example PR: https://github.com/coreos/coreos-installer/pull/1113

### Update `rawhide` stream

- [ ] Update [manifest.yaml](https://github.com/coreos/fedora-coreos-config/blob/rawhide/manifest.yaml) to list N+1 as the releasever.
- [ ] Update [manifest.yaml](https://github.com/coreos/fedora-coreos-config/blob/rawhide/manifest.yaml) to list N+1 as the releasever ([example PR](https://github.com/coreos/fedora-coreos-config/pull/2855))

### Enable `branched` stream

- [ ] Update [manifest.yaml](https://github.com/coreos/fedora-coreos-config/blob/branched/manifest.yaml) to list N as the releasever.
- [ ] Update [config.yaml](https://github.com/coreos/fedora-coreos-pipeline/blob/main/config.yaml) to un-comment out the `branched` stream definition.

- [ ] Update [manifest.yaml](https://github.com/coreos/fedora-coreos-config/blob/branched/manifest.yaml) to list N as the releasever ([example PR](https://github.com/coreos/fedora-coreos-config/pull/2549))
- [ ] Update [config.yaml](https://github.com/coreos/fedora-coreos-pipeline/blob/main/config.yaml) to un-comment out the `branched` stream definition ([example PR](https://github.com/coreos/fedora-coreos-pipeline/pull/904))

## At Fedora (N) Beta

Expand Down

0 comments on commit bfda76b

Please sign in to comment.