We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f11b478 commit d300d7dCopy full SHA for d300d7d
1 file changed
.github/copilot-instructions.md
@@ -109,6 +109,16 @@ The CI pipeline (.github/workflows/ci.yml) requires:
109
- NuGet source: nuget.org only (configured in nuget.config)
110
- Package versioning uses Nerdbank.GitVersioning
111
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
122
## Performance Expectations
123
124
### Command Timing (with appropriate timeouts)
0 commit comments