Skip to content

Commit

Permalink
Remove mentor instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Ok <[email protected]>
  • Loading branch information
aliok authored Jan 24, 2024
1 parent d5728ec commit b6e3165
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions programs/lfx-mentorship/2024/01-Mar-May/project_ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
- Description: The KCL package management tool primarily handles the management of third-party KCL packages for the KCL project, which includes tasks such as uploading and downloading these packages. When adding third-party packages to the KCL project, it is important to adhere to version management strategies. This involves carefully selecting and downloading the appropriate version of a package, especially when different versions of the same package are available.
- Expected Outcome: Add version management to the KCL package management tool.
- Recommended Skills: golang
- Mentor(s): # It is recommended to have at least 2 mentors, and at least one of them should be the primary mentor. For GSoC, it is **required** to have at least 2 mentors.
- Mentor(s):
- Pengfei Xu (@Peefy, [email protected])
- Zhe Zong (@zong-zhe, [email protected])
- Upstream Issue (URL): https://github.com/kcl-lang/kpm/issues/246
Expand All @@ -93,7 +93,7 @@
- Description: When the KCL IDE encounters some errors in the KCL code, it can pop up `Quick Fix` prompts to help users quickly fix the errors.
- Expected Outcome: Added Quick Fix for some error prompts in KCL IDE.
- Recommended Skills: rust
- Mentor(s): # It is recommended to have at least 2 mentors, and at least one of them should be the primary mentor. For GSoC, it is **required** to have at least 2 mentors.
- Mentor(s):
- Pengfei Xu (@Peefy, [email protected])
- Zheng Zhang (@He1pa, [email protected])
- Upstream Issue (URL): https://github.com/kcl-lang/kcl/issues/997
Expand All @@ -103,7 +103,7 @@
- Description: When a KCL package is loaded using KCL IDE, the IDE automatically updates the dependencies of the current KCL package through kpm.
- Expected Outcome: Add automatic updates for third-party libraries to the IDE.
- Recommended Skills: rust, go
- Mentor(s): # It is recommended to have at least 2 mentors, and at least one of them should be the primary mentor. For GSoC, it is **required** to have at least 2 mentors.
- Mentor(s):
- Pengfei Xu (@Peefy, [email protected])
- Zheng Zhang (@He1pa, [email protected])
- Zhe Zong (@zong-zhe, [email protected])
Expand Down

0 comments on commit b6e3165

Please sign in to comment.