Skip to content

Commit 3c2be9f

Browse files
Copilotvbreuss
andcommitted
docs: Add pull request title guidelines section to README
Co-authored-by: vbreuss <3438234+vbreuss@users.noreply.github.com>
1 parent fdcc256 commit 3c2be9f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,3 +221,13 @@ The main architectural difference lies in how the mock file systems handle state
221221
### Maintenance and Development
222222

223223
Both projects share the same maintainer, but active development and new features are primarily focused on the Testably.Abstractions project. TestableIO.System.IO.Abstractions continues to be maintained for stability and compatibility, but significant new functionality is unlikely to be added.
224+
225+
## Contributing
226+
227+
### Pull Request Title
228+
To communicate intent to the consumers of your library, the title of the pull requests is prefixed with one of the following elements:
229+
- `fix:`: patches a bug
230+
- `feat:`: introduces a new feature
231+
- `refactor:`: improves internal structure without changing the observable behavior
232+
- `docs:`: updates documentation or XML comments
233+
- `chore:`: updates to dependencies, build pipelines, ...

0 commit comments

Comments
 (0)