File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments