Skip to content
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

Update README.md with contributor call out #17946

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ After it's finished, open `FSharp.sln` in your editor of choice.

Even if you find a single-character typo, we're happy to take the change! Although the codebase can feel daunting for beginners, we and other contributors are happy to help you along.

Not sure where to contribute?
Look at the [curated list of issues asking for help](https://github.com/dotnet/fsharp/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22help%20wanted%22). If you want to tackle any of those, use the comments section of the chosen issue to indicate interest and feel free to ask for initial guidance. We are happy to help with resolving outstanding issues while making a successful PR addressing the issue.

The issues in this repository can have big differences in the complexity for fixing them.
Are you getting started? We do have a label for [good first issues](https://github.com/dotnet/fsharp/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22) as well.
Comment on lines +63 to +64
Copy link
Member

Choose a reason for hiding this comment

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

We specifically retired "good first issue" some time ago, and replaced it with "help wanted". But might be worth it to bring it back.

Copy link
Member Author

Choose a reason for hiding this comment

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

I checked the repo and we had issues for both.

Classification I somewhat understood:

"help wanted" - maintainers are able to provide guidance and the motivation of the issue is "approved in principle", situation described in the issue is worth improving (which is not the case for every issue).

"good first issue" - typically a subset of "help wanted" which are also easier to accomplish.

Copy link
Member

Choose a reason for hiding this comment

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

I think the history behind it is that we used the latter (good first issue), but GitHub and issuesof.net used the former (help wanted) to track, and we decided to use it, but didn't remove the original one from all the issues.

Copy link
Contributor

Choose a reason for hiding this comment

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

I think we should only have "help-wanted" label. I read this as F# team is asking for community help to fix this and would be willing to offer guidance.

Copy link
Member Author

Choose a reason for hiding this comment

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

That is indeed the case for "help-wanted" @edgarfgp .
"good first issue" is a subset of those, which is also considered easier and therefore a good fit for people new in the repo.

Copy link
Member

Choose a reason for hiding this comment

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

I can see the distinction - although I am not sure about the practical aspect of it. In reality the lines can get blurry, since "easy" is a very subjective word :)

We want to signal that contributors' help is encouraged, so not sure if it's reasonable to "maintain" two labels and each time think if it's "easy" or not. So wouldn't mine reducing labels to one here, as Edgar proposes.

More importantly, we should keep this in mind when triaging things...

Copy link
Member Author

Choose a reason for hiding this comment

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

We don't have to decide that each time - it's sufficient to have a handful of "easy ones". When it is clear that something is good for a first time users, we will apply it. If we forget or are not sure, we will simply not apply it, not a big deal.

The practical aspect is to make sure that people willing to contribute for the first time can have a preselected choice of issues, not prevent digging into things which will take months to do right.


## Per-build NuGet packages

### 7.0.40x series
Expand Down
Loading