dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
19.09k stars 4.04k forks source link

Review and update Labels-used-for-issues.md #50520

Open Youssef1313 opened 3 years ago

Youssef1313 commented 3 years ago

https://github.com/dotnet/roslyn/blob/master/docs/wiki/Labels-used-for-issues.md

AdamSpeight2008 commented 3 years ago

What is it the procedure for external users, that can't add labels?

  1. Continue with prefixed the title of the issues / request.
  2. Add a section to the text of the post eg.
    Labels: [Community] [Visual Basic] [Bug]
    Summary:
    Such and such not working as expected, in version blah.
    Details:
    ....
Youssef1313 commented 3 years ago

What is it the procedure for external users, that can't add labels?

@AdamSpeight2008, I think none. The issue labeler bot adds the Area- labels, and other labels are added when issues are reviewed manually.

jcouv commented 3 years ago

Tagging @jmarolf since it looks like he authored the https://github.com/dotnet/roslyn/blob/master/docs/wiki/Labels-used-for-issues.md document

jmarolf commented 3 years ago

@Youssef1313 I think you recommendations for that page are good. Consider this an approval to update it if you have the time.