Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2021-04-02 16:48:20
Size: 655
Comment:
Revision 5 as of 2021-04-02 17:13:47
Size: 709
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
* hg id
* hg path
* hg branch
* hg bookmarks
 * hg id
 * hg path
 * hg branch
 * hg bookmarks
 * hg config (some of it is already implemented)

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
  • hg config (some of it is already implemented)


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