Skip to content

Commit 752ecb2

Browse files
authored
Merge pull request #3985 from microsoft/staging
Release - 11/18/24
2 parents 0e5b5b2 + 78ae0fd commit 752ecb2

File tree

531 files changed

+4851
-50894
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

531 files changed

+4851
-50894
lines changed

.github/workflows/DevHome-CI.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ jobs:
2828
MSIX_VERSION: "0.1"
2929
SDK_VERSION: "0.1"
3030
steps:
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
3232
with:
3333
clean: true
3434

3535
- name: Setup .NET SDK ${{ matrix.dotnet-version }}
36-
uses: actions/setup-dotnet@v3
36+
uses: actions/setup-dotnet@v4
3737
with:
3838
dotnet-version: ${{ matrix.dotnet-version }}
3939
env:
4040
NUGET_AUTH_TOKEN: ${{ secrets.GPR_READ_TOKEN }}
4141

4242
- name: Add MSBuild to PATH
43-
uses: microsoft/setup-msbuild@v1.1
43+
uses: microsoft/setup-msbuild@v2
4444
with:
4545
vs-version: '17.5'
4646

.github/workflows/similarissues.yml

-33
This file was deleted.

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ If you don't have any additional info/context to add but would like to indicate
101101

102102
If you're able & willing to help fix issues and/or implement features, we'd love your contribution!
103103

104-
The best place to start is the list of ["good first issue"](https://github.com/microsoft/devhome/issues?q=is%3Aopen+is%3Aissue+label%3A%22Help+Wanted%22++label%3A%22good+first+issue%22+)s. These are bugs or tasks that we on the team believe would be easier to implement for someone without any prior experience in the codebase. Once you're feeling more comfortable in the codebase, feel free to just use the ["Help Wanted"](https://github.com/microsoft/devhome/issues?q=is%3Aopen+is%3Aissue+label%3A%22Help+Wanted%22+) label, or just find an issue you're interested in and hop in!
104+
The best place to start is the list of ["good first issue"](https://github.com/microsoft/devhome/issues?q=is%3Aopen+is%3Aissue+label%3A%22Help-Wanted%22++label%3A%22good-first-issue%22+)s. These are bugs or tasks that we on the team believe would be easier to implement for someone without any prior experience in the codebase. Once you're feeling more comfortable in the codebase, feel free to just use the ["Help Wanted"](https://github.com/microsoft/devhome/issues?q=is%3Aopen+is%3Aissue+label%3A%22Help-Wanted%22+) label, or just find an issue you're interested in and hop in!
105105

106106
Generally, we categorize issues in the following way, which is largely derived from our old internal work tracking system:
107107
* ["Bugs"](https://github.com/microsoft/devhome/issues?q=is%3Aopen+is%3Aissue+label%3A%22Issue-Bug%22+) are parts of Dev Home that are not quite working the right way. There's code to already support some scenario, but it's not quite working right. Fixing these is generally a matter of debugging the broken functionality and fixing the wrong code.
@@ -146,7 +146,7 @@ Team members will be happy to help review specs and guide them to completion.
146146

147147
### Help wanted
148148

149-
Once the team has approved an issue/spec, development can proceed. If no developers are immediately available, the spec can be parked ready for a developer to get started. Parked specs' issues will be labeled "Help Wanted". To find a list of development opportunities waiting for developer involvement, visit the Issues and filter on [the Help-Wanted label](https://github.com/microsoft/devhome/labels/Help%20Wanted).
149+
Once the team has approved an issue/spec, development can proceed. If no developers are immediately available, the spec can be parked ready for a developer to get started. Parked specs' issues will be labeled "Help Wanted". To find a list of development opportunities waiting for developer involvement, visit the Issues and filter on [the Help-Wanted label](https://github.com/microsoft/devhome/labels/Help-Wanted).
150150

151151
---
152152

@@ -206,4 +206,4 @@ Once your code has been reviewed and approved by the requisite number of team me
206206

207207
## Thank you
208208

209-
Thank you in advance for your contribution! Now, [what's next on the list](https://github.com/microsoft/devhome/labels/Help%20Wanted)? 😜
209+
Thank you in advance for your contribution! Now, [what's next on the list](https://github.com/microsoft/devhome/labels/Help-Wanted)? 😜

0 commit comments

Comments
 (0)