зеркало из https://github.com/dotnet/corefx.git
Страница:
Pick issue
Страницы
ApiCompat
Build and run tests
Building .NET Core 2.x on FreeBSD
Building .NET Core 3.x on FreeBSD
Checking out the code repository
Contributing
Contributions
Creating a Pull Request
Development environment setup for Linux
Development environment setup for MacOS
Development environment setup for Windows
Enabling New OS
HTTP 2 Implementation Status
Hackathon
Home
Issues
Joining .NET Core team
Links
New contributor Docs
New contributor docs TODO list
Pick issue
Setting up the development environment
UWP Compat
git reference
4
Pick issue
Karel Zikmund редактировал(а) эту страницу 2018-11-27 09:06:47 -08:00
How to pick an issue to work on
Quick Reference
- [first-timers-only issues] - Query TODO - issues designed for first-time contributors, anyone else should stay away (motivation: http://www.firsttimersonly.com/)
- Easy issues - Good for starting contributors.
- up-for-grabs issues - Issues where we welcome help. Typically there is comment with hint where to start and how complex the issue likely is. Feel free to ping area owners if it is not clear.
- Most impactful issues: (for seasoned contributors)
- Get help if you're stuck: Ping area owners or @karelz or @danmosemsft
Details
You can discover available issues by executing a query on the issues section of the project.
Below is a list of the labels that you can use in the query:
- easy - This should be an easy fix and is probable the best starting point for new contributors.
- up-for-grabs - The item is available and can be selected.
- Recommended:
- test-enhancement - Tests are missing or need to be updated - typically great entry into new code base.
- NOT Recommended:
- api-approved - Adding APIs is a bit more involved (TODO link). We recommend new contributors to start with easier ones.
- api-needs-work - APIs which need to be designed first. Some won't be accepted even if designed. Stay away from them, unless you are seasoned API designer, and are willing to accept long API review process (up to months), with the possibility that the API will be rejected as not best fit for CoreFX repo.
- Recommended:
See below an example query for finding issues that are open, up for grabs, api needs work with no assignee.
QUERY is:issue is:open label:up-for-grabs no:assignee -label:api-needs-work
If you don't feel comfortable with constructing and typing the query in the issues search box you can use GitHub's GUI. Click on the labels dropdown in the issues page and select from the available labels.