Skip to content

review github files #6

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

Merged
merged 3 commits into from
Apr 11, 2018
Merged

Conversation

BillWagner
Copy link
Member

Reviewed the following files:

  • Readme.md
  • Contributing.md was created and points to the docs repo.
  • Code_of_conduct.md was created and follows the docs repo.
  • .gitignore Created for samples and projects.
  • .github folder: created pull request template and codeowners file based on docs repository.

Reviewed the following files:

- [x] Readme.md
- [x] Contributing.md was created and points to the docs repo.
- [x] Code_of_conduct.md was created and follows the docs repo.
- [x] .gitignore Created for samples and projects.
- [x] .github folder: created pull request template and codeowners file based on docs repository.
@BillWagner BillWagner requested a review from mairaw April 1, 2018 01:07
Copy link

@rpetrusha rpetrusha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a number of comments and suggestions, @BillWagner.


# More details are here: https://help.github.com/articles/about-codeowners/

# The '*' pattern is global owners.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is --> is for

CONTRIBUTING.md Outdated

Thank you for your interest in contributing to the .NET documentation!

This repository contains the samples used in the .NET documentation. The main repository for .NET documentation is the [.NET Docs repository](https://github.com/dotnet/docs). See the [Contributing Guide](https://github.com/dotnet/docs/tree/master/Contributing.md) for information on contributing samples and topics to the .NET documentation.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that this should mention something about opening issues in the .NET Docs repository,

README.md Outdated
@@ -3,7 +3,3 @@
This repo contains work-in-progress documentation for .NET. To contribute, see the [Contributing Guide](https://github.com/dotnet/docs/blob/master/CONTRIBUTING.md) and the [issues list](https://github.com/dotnet/docs/issues).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be modified to reflect its actual contents. as in contributing.md. Instead of just the link to issues, also note that to see samples issues, filter by the Repo - Samples label.


# The '*' pattern is global owners.
# Not adding in this PR, but I'd like to try adding a global owner set with the entire team.
# One interpretation of their docs is that global owners are added only if not removed

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is that one interpretation, or is that what the docs say:

Unless a later match takes precedence,

@global-owner1 and @global-owner2 will be requested for

review when someone opens a pull request.

  •   @global-owner1 @global-owner2
    

Also, "their" has no referent here; better "the GitHub docs"
And perhaps instead of "added", "notified"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"their" would be the GitHub docs. I read through their docs and blog post on how CodeOwners works, and it wasn't clear if only the most local rule applies, or if all rules apply, Another bit of text made it sound like only the most local rule applies, unless there are also global rules and then the global rules + the most local rule applies.

So I want to learn more about how this feature works before we add that. 🤷‍♂️

Copy link

@rpetrusha rpetrusha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good, @BillWagner. You can merge when you're ready.

README.md Outdated
This repo contains documentation for the .NET API Reference.

The main repository for .NET documentation is the [.NET Docs repository](https://github.com/dotnet/docs). See the [Contributing Guide](https://github.com/dotnet/docs/tree/master/Contributing.md) for information on updating .NET API reference documentation.
We are tracking all work for this repository using [.NET Docs repository issues](https://github.com/dotnet/docs/issues). You can apply the [Repo - dotnet-api-docs](https://github.com/dotnet/docs/issues?q=is%3Aopen+is%3Aissue+label%3A%22%3Afile_folder%3A+Repo+-+dotnet-api-docs%222) label for issues that are scoped to this repository. You can also apply the [Repo - samples](https://github.com/dotnet/docs/issues?q=is%3Aopen+is%3Aissue+label%3A%22%3Afile_folder%3A+Repo+-+samples%22) label for issues that concern sample code.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think customers can apply labels. I think only we can.

external contributors likely can't apply labels.
@BillWagner BillWagner merged commit 18c09e5 into dotnet:master Apr 11, 2018
@BillWagner BillWagner deleted the update-infrastructure branch April 11, 2018 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants