Size: 473
Comment:
|
Size: 1344
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 === | == Small "First" tasks == |
Line 13: | Line 13: |
These tasks should be good fit for first contributions. They are reasonably isolated and can be completed in a reasonable amount of time. | |
Line 14: | Line 15: |
==== Task involving only Rust code ==== | |
Line 15: | Line 17: |
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) ==== Task involving Python Only ==== * add a `-t/--tool` flag to evolve's `hg pick` == Medium Sized Task == These tasks are a bit more ambitious. They can be used to dive a bit deeper in some aspect of Mercurial. They can often be sliced in multiple subtasks ==== Task involving Rust code ==== * implement/integrate a Rust version of ``chg`` to the `rhg` executable, * implement rust based version of the `smartset` object used by `revsets`, |
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.
Contents
1. List of Mentored task per topic
2. Small "First" tasks
These tasks should be good fit for first contributions. They are reasonably isolated and can be completed in a reasonable amount of time.
2.0.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)
2.0.2. Task involving Python Only
add a -t/--tool flag to evolve's hg pick
3. Medium Sized Task
These tasks are a bit more ambitious. They can be used to dive a bit deeper in some aspect of Mercurial. They can often be sliced in multiple subtasks
3.0.1. Task involving Rust code
implement/integrate a Rust version of chg to the rhg executable,
implement rust based version of the smartset object used by revsets,