Skip to content

Commit d300d7d

Browse files
Copilotvbreuss
andcommitted
docs: Add pull request title guidelines section
Co-authored-by: vbreuss <[email protected]>
1 parent f11b478 commit d300d7d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/copilot-instructions.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,16 @@ The CI pipeline (.github/workflows/ci.yml) requires:
109109
- NuGet source: nuget.org only (configured in nuget.config)
110110
- Package versioning uses Nerdbank.GitVersioning
111111

112+
## Pull Request Guidelines
113+
114+
### Pull Request Title
115+
To communicate intent to the consumers of your library, the title of the pull requests is prefixed with one of the following elements:
116+
- `fix:`: patches a bug
117+
- `feat:`: introduces a new feature
118+
- `refactor:`: improves internal structure without changing the observable behavior
119+
- `docs:`: updates documentation or XML comments
120+
- `chore:`: updates to dependencies, build pipelines, ...
121+
112122
## Performance Expectations
113123

114124
### Command Timing (with appropriate timeouts)

0 commit comments

Comments
 (0)