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
It is expected that this template repo will undergo continuous improvement changes and teams should be able to keep their repos updated as this happens. There is however some confusion around how teams are expected to keep their repositories updated in the most seamless way.
It is also evident that there some are cases with undesirable effects:
When you create a new branch which includes the template repo git commits and it has template repo references with the issue number, Github will associate the commit to the matching project repo issues (if it exists with the same issue number).
Example:
Acceptance Criteria
Provide easy instructions to raise a PR with the latest changes from the template repo
Ensure only changes from main branch or a tag is fetched if the template repo is added as another origin to the project repo
The PR branch pushed to Github should not include the template repo commit history (to resolve the issue described above)
The text was updated successfully, but these errors were encountered:
It is expected that this template repo will undergo continuous improvement changes and teams should be able to keep their repos updated as this happens. There is however some confusion around how teams are expected to keep their repositories updated in the most seamless way.
It is also evident that there some are cases with undesirable effects:
When you create a new branch which includes the template repo git commits and it has template repo references with the issue number, Github will associate the commit to the matching project repo issues (if it exists with the same issue number).
Example:
Acceptance Criteria
main
branch or a tag is fetched if the template repo is added as another origin to the project repoThe text was updated successfully, but these errors were encountered: