📖 [Docs]: Scope issue and PR references by repository (local, remote, external)#50
Merged
Marius Storhaug (MariusStorhaug) merged 5 commits intoJul 1, 2026
Conversation
Member
Author
|
CI note — the failing super-linter validates the entire codebase, and None of the three files changed here — Making |
5 tasks
Member
Author
|
Tracked separately in #51. |
3db54e6 to
99fba6d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Ways of Working now explain where issue and pull request references belong, and how to format them. References live in issues and pull requests — not in commit messages — and are scoped to where they resolve.
Changed: How issues, PRs, and commits reference each other
#123shorthand.Owner/Repo#123form so the link resolves to the right repository.Fixes #123); commits describe the change itself.Updated documents:
Fixes #123alongside a cross-repoPSModule/Process-PSModule#124.Technical Details
src/docs/Ways-of-Working/Issue-Format.md: new bullet under "Properties of every issue".src/docs/Ways-of-Working/PR-Format.md: §4 Related issues rule reworded; same-repo examples use#123/#218/#219, the cross-repo example keepsOwner/Repo#N.src/docs/Ways-of-Working/Commit-Conventions.md: rule 5 changed from "reference issues" to "keep issue and PR references out of commit messages".Related issues