Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
ce0a928
Bump Microsoft.Diagnostics.NETCore.Client (#42712)
dependabot[bot] Sep 25, 2024
076a302
Bump xunit (#42714)
dependabot[bot] Sep 25, 2024
49d821d
Update event.md -a next proposal (#42694)
mpostol Sep 25, 2024
e780d61
remove incorrect implementation detail (#42699)
gewarren Sep 25, 2024
7f21491
Bump Refit.HttpClientFactory (#42703)
dependabot[bot] Sep 25, 2024
f5f8fab
Bump xunit (#42704)
dependabot[bot] Sep 25, 2024
cf86c1a
Bump Refit.HttpClientFactory (#42706)
dependabot[bot] Sep 25, 2024
cea0c3f
Bump github/codeql-action from 3.26.7 to 3.26.9 (#42707)
dependabot[bot] Sep 25, 2024
21169ff
Bump peter-evans/create-pull-request from 7.0.3 to 7.0.5 (#42708)
dependabot[bot] Sep 25, 2024
ea51199
Bump Microsoft.ServiceFabric.Services (#42711)
dependabot[bot] Sep 25, 2024
65597f8
Bump IEvangelist/profanity-filter from 1.0.74 to 1.0.75 (#42709)
dependabot[bot] Sep 25, 2024
c85eef5
Bump Microsoft.NET.Build.Containers (#42715)
dependabot[bot] Sep 25, 2024
a2025f5
Update package index with latest published versions (#42695)
azure-sdk Sep 25, 2024
d76ba6d
Bump xunit (#42705)
dependabot[bot] Sep 25, 2024
5dadae5
Bump Microsoft.ServiceFabric.Services (#42716)
dependabot[bot] Sep 25, 2024
ed8438f
Bump xunit in /docs/azure/sdk/snippets/unit-testing in the dotnet gro…
dependabot[bot] Sep 25, 2024
b3a65ff
Bump xunit (#42717)
dependabot[bot] Sep 25, 2024
db6f0dd
Update package index with latest published versions (#42719)
azure-sdk Sep 25, 2024
1dd97f8
#42677 suspected typo how to control serialization of derived classes…
Legend4it Sep 25, 2024
5c77f8b
Update glossary.md (#42721)
IEvangelist Sep 25, 2024
f8a5c3b
Set policy for stale / abandoned PRs (#42638)
BillWagner Sep 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/clean-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

# Create the PR for the work done by the "clean repo" tool
- name: create-pull-request
uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
with:
branch: create-cleanrepo-pull-request/patch
title: "Monthly chores: Automated repo cleanup"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
dependabot-yml-path: ".github/dependabot.yml"
- name: Create pull request
if: github.event_name == 'workflow_dispatch' || github.repository_owner == 'dotnet'
uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
with:
branch: create-dependabotconfig-pull-request/patch
title: "Update dependabot.yml - automatically."
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profanity-filter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Profanity filter
if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'github-actions[bot]' }}
uses: IEvangelist/profanity-filter@7b35b30e0d01d3c4a63a57b2ec5db0768bc4d53b # main
uses: IEvangelist/profanity-filter@840020b719c619d953959e59c47185689e831a27 # main
id: profanity-filter
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/whats-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
savedir: './docs/whats-new'

- name: create-pull-request
uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
with:
branch: create-whatsnew-pull-request/patch
title: "What's new article"
Expand Down
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,23 @@

This repository contains the conceptual documentation for .NET. The [.NET documentation site](https://learn.microsoft.com/dotnet) is built from multiple repositories in addition to this one:

- [.NET Desktop workloads](https://github.com/dotnet/docs-desktop)
- [.NET Aspire](https://github.com/dotnet/docs-aspire)
- [.NET Desktop workloads](https://github.com/dotnet/docs-desktop)
- [API reference](https://github.com/dotnet/dotnet-api-docs)
- [.NET Compiler Platform SDK reference](https://github.com/dotnet/roslyn-api-docs)
- [C# specification - draft](https://github.com/dotnet/csharpstandard)
- [C# Language design](https://github.com/dotnet/csharplang)
- [C# specification - draft](https://github.com/dotnet/csharpstandard)

Our team's tasks are tracked in our [project boards](https://github.com/dotnet/docs/projects?query=is%3Aopen). You'll see monthly sprint projects, along with long-running projects for major documentation updates. The projects contain documentation issues across the repositories that build .NET docs. Issues are tracked in the relevant repositories. We have a large community using these resources. We make our best effort to respond to issues in a timely fashion. You can read more about our procedures for classifying and resolving issues in our [Issues policy](issues-policy.md) topic. To create a new issue, click the "Open a documentation issue" button at the bottom of any of our published docs, or [choose one of the available templates](https://github.com/dotnet/docs/issues/new/choose). The control at the bottom of each article automatically routes you to the correct repo and fills in some relevant information based on the article.
Our team's tasks are tracked in our [project boards](https://github.com/dotnet/docs/projects?query=is%3Aopen). You'll see monthly sprint projects, along with long-running projects for major documentation updates. The projects contain documentation issues across the repositories that build .NET docs. Issues are tracked in the relevant repositories. We have a large community using these resources. We make our best effort to respond to issues in a timely fashion. To create a new issue, click the "Open a documentation issue" button at the bottom of any of our published docs, or [choose one of the available templates](https://github.com/dotnet/docs/issues/new/choose). The control at the bottom of each article automatically routes you to the correct repo and fills in some relevant information based on the article.

## :purple_heart: Contribute

We welcome contributions to help us improve and complete the .NET docs. This is a very large repo, covering a large area. If this is your first visit, see our [labels and projects roadmap](styleguide/labels-projects.md) for help navigating the issues and projects in this repository. If your contribution includes third-party dependencies, see our guidance on using [third-party dependencies](styleguide/3rdPartyDependencies.md).
We welcome contributions to help us improve and complete the .NET docs. This is a very large repo, covering a large area. If this is your first visit, see the [Contributor guide](https://learn.microsoft.com/contribute/content/dotnet/dotnet-contribute) for information on working with us. Look for issues labeled [`help wanted` :label:](https://github.com/dotnet/docs/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22+) for ideas to get started.

Before submitting a PR with 3rd party dependencies, see our policy on [3rd party dependencies](admin/3rdPartyDependencies.md).

To contribute, see:
We work to merge or close PRs in a timely fashion. We regularly review and approve PRs. We encourage contributors to respond to comments in a similar timely fashion. Many times, reviews identify small changes such as spelling or grammar issues, or word choice. Maintainers can accept those suggestions and merge the PR. In other situations, maintainers ask for more significant changes before a PR is ready to merge. We expect contributors to make those changes. Maintainers will help by answering questions or pointing to other resources, if needed.

- 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/docs/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22+) for ideas.
- [#Hacktoberfest and Microsoft Docs :jack_o_lantern:](https://learn.microsoft.com/contribute/hacktoberfest) for details on our participation in the annual event.
We consider PRs to be abandoned when they've had no activity (either commits or discussion) in the past 30 days. Team members will close PRs that have been abandoned. Contributors can reopen and continue to work.

## :bookmark_tabs: Code of conduct

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion admin/governance.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ You can see the full details on configured GitHub actions in our [README.MD](htt

## :ledger: Labels for reporting

- `*/tech`, `*/prod`: These labels provide 1st and 2nd level organization to our content.
- `*/subsvc`, `*/svc`: These labels provide 1st and 2nd level organization to our content.
- `doc-*`, `product-*`: These provide classifications for what kind of issue is it.
- `okr-*`: These map to our internal OKR system.

Expand Down
Loading
Loading