linkis icon indicating copy to clipboard operation
linkis copied to clipboard

[easy to fix list] good for new contributors

Open casionone opened this issue 2 years ago • 16 comments

The following list is the latest newbie tasks (keep up to date). If you are participating in an open source project for the first time, it is recommended to choose one of the following tasks to practice. The first task is used to familiarize yourself with the submission process and feel the friendliness of the community. If you are interested in a task, Please leave a message, for example, I am interested in implementing this task, please submit a PR in 2 weeks if you leave the message. If more than 2 weeks, other contributors are welcome to do it.

:blush: The current development branch is master please submit pr to this branch

For the claim of the issue task:

At present, github cannot directly assign issues to those who do not have permission to write the project repository. Only allow issues to be assigned to people who have commented on the issue. https://github.blog/2019-06-25-assign-issues-to-issue-commenters/

:blush: For students who want to claim the linkis issue task and do not have warehouse write permission, they can comment under the corresponding issue. Then the administrator can assign it to you

Before submitting a PR, please read the [How to Contribute Guide to the Official Website](https://linkis.apache.org/community/how-to-contribute


以下是新手任务列表(持续更新中)。如果您是第一次参加开源项目,建议您选择以下任务之一进行练习。第一项任务是熟悉提交过程,感受社区的友好。如果您对某项任务感兴趣,请留言,例如,我对执行此任务感兴趣,如果您留言,请在2周内提交PR。如果超过2周,欢迎其他贡献者参与。如果有任何问题可以在下方留言,解决issue过程中的任何开发或者其他问题,社区同学会协助解决。

:blush: 当前开发分支为master,请提交pr至此分支

对于issue任务的认领:

目前github对于没有项目仓库写权限的人员,没法直接分配issue。只允许将issue分配给在该issue下评论过的人。 https://github.blog/2019-06-25-assign-issues-to-issue-commenters/

:blush: 对于想认领linkis的issue任务,又没有仓库写权限的同学,可以在【对应的issue下】评论(如:I want to fix this issues,you can assign it to me), 然后管理员就可以分配指定给你

提交 PR 前请阅读如何参与项目贡献指南

官网贡献指引视频 】https://www.bilibili.com/video/BV1qr4y1s7pv?share_source=copy_web 【社区贡献入门指引 PPT】 https://github.com/apache/incubator-linkis-website/blob/dev/resource/Apache%20Linkis%20(Incubating)%20Community%20Contribution%20Getting%20Started%20Guide.pdf


good first issue

Here are some beginner tasks for developers contributing code for the first time.

这里有一些针对初学者第一次贡献代码的任务。

  • [ ] [linkis-website] #4525

TODO list

Here are some easy-to-fix issues or feature:

  • [x] #1475
  • [x] #1235
  • [ ] [Web] #1273
  • [x] [Web] #1274
  • [ ] [Web] #1275
  • [ ] [Web] #1276
  • [ ] [Web] #1277
  • [ ] [module] #1015
  • [x] [Manager] #920
  • [x] [Manager] #1763
  • [x] #1873
  • [x] #1890
  • [x] #1891
  • [x] #1892
  • [x] #1411
  • [ ] #1364
  • [ ] #1453
  • [x] #2184
  • [x] #2393

Add Test Code Task

  • [ ] [Junit5 Test] #2985

Scala code format alarm clear task list

  • [x] #2881

Error code task list

  • [x] #3363

Documentation

  • [x] #2054
  • [x] #2055
  • [x] #2056

In addition to the above tasks, you can also add some Unit Tests to Improve code test coverage

If you are interested in any of the above issues, please reply :”I want to fix issues [xxxxx]” in the github comment area below.

Please read the Contribution Guideline before submitting the PR

casionone avatar Dec 06 '21 10:12 casionone

I want to fix issues #1144 [Bug] The engine will not automatically exit when it is in the starting state

casionone avatar Dec 06 '21 10:12 casionone

I have submit some PRs

  • #1166 for #1160
  • #1167 for #1159
  • #1168 for #1158

@casionone would you help review these tiny prs.

Thanks, kelu.

legendtkl avatar Dec 07 '21 13:12 legendtkl

I have submitted some PRs

  • #1172 for #1157
  • #1173 for #1143
  • #1174 for #1142

legendtkl avatar Dec 08 '21 12:12 legendtkl

I will try to fix it #1278 [Bug] Some log display formats need to be optimized

Tandoy avatar Jan 07 '22 02:01 Tandoy

#1358 I fixed it in my company. PR will be submitted later.

jianwei2 avatar Feb 12 '22 13:02 jianwei2

Hi, we think the code styles issues would be helpful for the beginner to be familiar with the PR workflow. If you find some content satisfying the following rules, welcome to submit PRs.

Code styles can be improved:

  • typo in classes/methods/fields/comments
  • redundant code, such as commented code, unused class/methods/fields
  • duplicated code snippet, extract the duplicated code for reusing
  • refactor, maybe some best practice

legendtkl avatar Feb 17 '22 15:02 legendtkl

当前分支是哪个? 我看#1411 还没修。

lykm02 avatar Jul 08 '22 02:07 lykm02

当前分支是哪个? 我看#1411 还没修。

The current development branch is dev-1.2.0, please submit pr to this branch

peacewong avatar Jul 08 '22 03:07 peacewong

当前分支是哪个? 我看#1411 还没修。

这个我已经改好了,刚想提交。

jackxu2011 avatar Jul 08 '22 04:07 jackxu2011

当前分支是哪个? 我看#1411 还没修。

这个我已经改好了,刚想提交。

那你提交好了。 我还在学习怎么提交出来

lykm02 avatar Jul 18 '22 07:07 lykm02

#2393 I want to fix this issues,you can assign it to me

legend91325 avatar Oct 21 '22 06:10 legend91325

#2393 I want to fix this issues,you can assign it to me

在#2393 下留个言

jackxu2011 avatar Oct 21 '22 06:10 jackxu2011

Hi, I want to fix this issue, you can assign it to me: [linkis-manager-persistence ] Change SQL annotation to XML for LinkisManager Persistence module #920 And after that I would submit one PR which uses MybatisGenerator to generate all db related stuff automatically for future convenience. @casionone @jackxu2011

ImFeifei avatar Feb 04 '23 01:02 ImFeifei

Hi, I want to fix this issue, you can assign it to me: [linkis-manager-persistence ] Change SQL annotation to XML for LinkisManager Persistence module #920 And after that I would submit one PR which uses MybatisGenerator to generate all db related stuff automatically for future convenience. @casionone @jackxu2011

@ImFeifei this issure has been completed

jackxu2011 avatar Feb 04 '23 09:02 jackxu2011

Hello, I 'm interested in this issue#2054 #2055 #2056. Can you assign it to me?

luahan77m avatar Oct 28 '23 13:10 luahan77m

Hello, I 'm interested in this issue#2054 #2055 #2056. Can you assign it to me?

Welcome you to be interested in linkis project. Can add WeChat friends?My WX id:casionen

casionone avatar Oct 28 '23 13:10 casionone