Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2021-04-02 14:20:41
Size: 473
Comment:
Revision 3 as of 2021-04-02 16:48:20
Size: 655
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
If you are a new contributors that wish to start investing time in Mercurial development, you can grab one of the "Mentored" task. These task are low hanging fruit selected by core developer to help newcomers getting a grasp on the code base and contribution process. If you are a new contributor that wishes to start investing time in Mercurial development, you can grab one of the "Mentored" task. These tasks are low hanging fruits selected by core developers to help newcomers get a grasp of the code base and contribution process.
Line 11: Line 11:
=== Task involving Rust code === === Task involving only Rust code ===
Line 13: Line 13:
The `rhg` pure Rust executable is a good pool of simple "first task". Multiple simple command are waiting to be implemented:

* hg id
* hg path
* hg branch
* hg bookmarks

New Contributors Mentoring

If you are a new contributor that wishes to start investing time in Mercurial development, you can grab one of the "Mentored" task. These tasks are low hanging fruits selected by core developers to help newcomers get a grasp of the code base and contribution process.

1. List of Mentored task per topic

1.1. Task involving only Rust code

The rhg pure Rust executable is a good pool of simple "first task". Multiple simple command are waiting to be implemented:

* hg id * hg path * hg branch * hg bookmarks


NewContributors (last edited 2022-07-13 15:12:03 by Pierre-YvesDavid)