Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[easy to fix list] good for new contributors #1161

Open
14 of 26 tasks
casionone opened this issue Dec 6, 2021 · 16 comments
Open
14 of 26 tasks

[easy to fix list] good for new contributors #1161

casionone opened this issue Dec 6, 2021 · 16 comments
Assignees
Labels
easy to fix problems that are identified to be easy to fix.

Comments

@casionone
Copy link
Contributor

casionone commented Dec 6, 2021

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.

😊 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/

😊 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过程中的任何开发或者其他问题,社区同学会协助解决。

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

对于issue任务的认领:

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

😊 对于想认领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
社区贡献入门指引 PPThttps://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.

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


TODO list

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

Add Test Code Task

Scala code format alarm clear task list

Error code task list

Documentation

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
Copy link
Contributor Author

casionone commented Dec 6, 2021

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

@legendtkl
Copy link
Contributor

@peacewong peacewong changed the title [Easy to fix] Some easy to fix issues/feature for project linkis-1.0.3 [easy to fix list] good first contributor Dec 24, 2021
@peacewong peacewong pinned this issue Dec 24, 2021
@peacewong peacewong added the easy to fix problems that are identified to be easy to fix. label Dec 24, 2021
@Tandoy
Copy link
Contributor

Tandoy commented Jan 7, 2022

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

@jianwei2
Copy link
Contributor

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

@legendtkl
Copy link
Contributor

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

@sargentti sargentti changed the title [easy to fix list] good first contributor [easy to fix list] good for new contributor Feb 24, 2022
@sargentti sargentti changed the title [easy to fix list] good for new contributor [easy to fix list] good for new contributors Feb 24, 2022
@lykm02
Copy link

lykm02 commented Jul 8, 2022

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

@peacewong
Copy link
Contributor

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

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

@jackxu2011
Copy link
Contributor

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

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

@lykm02
Copy link

lykm02 commented Jul 18, 2022

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

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

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

@legend91325
Copy link

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

@jackxu2011
Copy link
Contributor

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

#2393 下留个言

@ImFeifei
Copy link

ImFeifei commented Feb 4, 2023

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

@jackxu2011
Copy link
Contributor

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

@luahan77m
Copy link

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

@casionone
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy to fix problems that are identified to be easy to fix.
Projects
None yet
Development

No branches or pull requests

10 participants