Skip to content

Commit f067122

Browse files
github-actions[bot]Repo AssistCopilotdsyme
authored
[Repo Assist] docs: add Contributing section to README.md (#244)
* docs: add Contributing section to README.md Add a paragraph with contribution guidelines covering branching, PR scope, testing, issue-first discussion for major changes, and the F# Software Foundation Code of Conduct. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * ci: trigger CI checks --------- Co-authored-by: Repo Assist <repo-assist@github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Don Syme <dsyme@users.noreply.github.com>
1 parent 7e95dcc commit f067122

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
See [the home page](http://fsprojects.github.io/FSharp.Control.AsyncSeq/) for details. The home page can be [edited, forked or cloned](https://github.com/fsprojects/FSharp.Control.AsyncSeq/tree/master/docs/content)
66
Please contribute to this project. Don't ask for permission, just fork the repository and send pull requests.
77

8+
## Contributing
9+
10+
Contributions are warmly welcomed! To get started, fork the repository and create a branch from `main`. Keep pull requests small and focused on a single concern, and make sure all existing tests pass before submitting (`dotnet test`). For bug reports, please include a minimal reproduction. For significant new features or breaking changes, consider opening an issue first to discuss the approach with the maintainers. All contributors are expected to follow the [F# Software Foundation Code of Conduct](https://foundation.fsharp.org/code_of_conduct).
11+
812
## Version 4.0 — BCL IAsyncEnumerable Compatibility
913

1014
As of **v4.0**, `AsyncSeq<'T>` is a type alias for `System.Collections.Generic.IAsyncEnumerable<'T>` (the BCL type). This means:

0 commit comments

Comments
 (0)