From 2dfdaddf83ab9ff4c026b4265f02eda7551f16da Mon Sep 17 00:00:00 2001 From: Joan Gil Date: Tue, 14 Nov 2023 12:00:58 +0100 Subject: [PATCH 1/2] Enhance README for improved contribution usability --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19ae1b35919..591ae47289e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,18 @@ # .NET API Reference Docs -This repo contains documentation for the .NET API reference. We track all work for this repository using [GitHub issues](https://github.com/dotnet/dotnet-api-docs/issues). The documentation for APIs is built from the text and code snippets in this repo, and from the samples in the [dotnet/samples](https://github.com/dotnet/samples) repository. +This repository contains documentation for the .NET API reference. We track all work for this repository using [GitHub issues](https://github.com/dotnet/dotnet-api-docs/issues). The documentation for APIs is built from the text and code snippets in this repo, and from the samples in the [dotnet/samples](https://github.com/dotnet/samples) repository. The repository for conceptual .NET documentation is the [dotnet/docs repository](https://github.com/dotnet/docs). +## :purple_heart: Contribute + +We welcome contributions to help us improve and complete the .NET API Reference docs. + +To contribute, see: + +- The [.NET Contributor Guide :ledger:](https://learn.microsoft.com/contribute/dotnet/dotnet-contribute) for instructions on procedures we use. +- Issues labeled [`help wanted` :label:](https://github.com/dotnet/dotnet-api-docs/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22+) for ideas. + +## :bookmark_tabs: Code of conduct + This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct). From 3a264cb3d8e013e96c9cdc0e2f78ee6c522e6ae9 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Tue, 14 Nov 2023 12:26:01 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 591ae47289e..845641c5e70 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The repository for conceptual .NET documentation is the [dotnet/docs repository] ## :purple_heart: Contribute -We welcome contributions to help us improve and complete the .NET API Reference docs. +We welcome contributions to help us improve and complete the .NET API reference docs. To contribute, see: