-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve experience for new contributors to repo #27380
Comments
Thanks for contacting us. |
Below are the notes from the working group meeting on 11/5/2020. Known Issues
Quick Wins
Ambitious Investigations
|
Had to miss a meeting today, but one pattern I see is that a lot of people want to start with a tag of a servicing build, make a change and then consume it in their own apps so that they can verify it fixes an issue. This is currently difficult for a few reasons. At least:
Anyone have ideas about how to make those issues easier to deal with? I know 1. is a bit hard, because we want to tag the actual commit that produced the build, which means we can't remove those NuGet feeds. I think some of the SDK repos used to actually tag twice though- once for the actual build, and once that was the same in spirit but with internal references updated to public ones after we ship. Maybe we should consider something like that? |
That should be happening today. The darc-int feeds should show up in the disablePackageSources section of NuGet.config, and the dnceng internal project builds remove those entries when setting up the restore operations. |
@captainsafia what work remains here❔ If none, please close. If any, please add the details. In the meantime, adding to the DoI board… |
@dougbu We're using this is a theme task. We've got most of the relevant stuff tracked in individual items. I think the plan is to generally keep these items open until the work is complete. |
I'm not sure what milestone is appropriate for still-in-progress themes and cleared the milestone for now. Suggestions @adityamandaleeka @rafikiassumani-msft @mkArtakMSFT @Pilchie❔ Or, are we done on this from your perspective @captainsafia❔ |
@dougbu We're not done but we are tracking a lot of this stuff with smaller issues in the DoI board: https://github.com/orgs/dotnet/projects/15 Specifically this issue: #27609 So, I think we can close this in favor of that one since it has concrete work items outlined. |
Summary
The ASP.NET Core repo can be difficult to get started with for new contributors. We should make improvements to the repo setup and documentation to support new contributors on-boarding to the project.
Motivation and goals
Our build setup has a few gaps that make it difficult to get started for the wider contributor community:
In scope
Out of scope
People involved
@captainsafia, @Tratcher, @shirhatti, @wtgodbe, @dougbu
timheuer
may be a person to get relevant information from regarding Codespaces bit here.The text was updated successfully, but these errors were encountered: