Prepare repository to be de-coupled from aspnet/AspNetCore#416
Merged
natemcmaster merged 6 commits intorelease/2.1from Oct 16, 2018
Merged
Prepare repository to be de-coupled from aspnet/AspNetCore#416natemcmaster merged 6 commits intorelease/2.1from
natemcmaster merged 6 commits intorelease/2.1from
Conversation
* Add CI configuration * Update README.md, CONTRIBUTING.md, and other docs * Update BuildTools version * Rename project to 'Microsoft Extensions' instead of 'Common' * Update License.txt
Tratcher
reviewed
Oct 16, 2018
.github/ISSUE_TEMPLATE.md
Outdated
| @@ -1,3 +1,3 @@ | |||
| THIS ISSUE TRACKER IS CLOSED - please log new issues here: https://github.com/aspnet/Home/issues | |||
| THIS ISSUE TRACKER IS CLOSED - please log new issues here: https://github.com/aspnet/AspNetCore/issues | |||
Member
There was a problem hiding this comment.
Isn't this repo becoming Extensions and tracking its own bugs?
Author
There was a problem hiding this comment.
I believe the plan was to still use aspnet/AspNetCore for now, but I personally think it would make sense to re-open this repo's issue tracker.
There was a problem hiding this comment.
Oh yeah I thought we were going to have an issue tracker in each new mondo repo.
Author
There was a problem hiding this comment.
Ok. I'll remove this and copy in issue templates from aspnet/AspNetCore instead.
pranavkm
reviewed
Oct 16, 2018
Eilon
suggested changes
Oct 16, 2018
Eilon
approved these changes
Oct 16, 2018
natemcmaster
pushed a commit
that referenced
this pull request
Nov 7, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As a part of dotnet/aspnetcore#3598, we are de-coupling this repo from building in aspnet/Universe. These changes prepare this repo to build and release on its own.
Changes:
After this PR is merged, I'll rename the repo to aspnet/Extensions and start work to merge in other repos such as Logging and DependencyInjection.