Since its open-source inception, Spring AI Alibaba has received attention from many community members. Every Issue and PR from the community helps the entire project and contributes to building a better Spring AI.
We sincerely thank the developers who have submitted Issues and PRs for this project. We hope more community developers will join us to make this project even better.
Before contributing code, please take a moment to understand the process of contributing to Spring AI Alibaba.
We welcome any contribution at any time, whether it's a simple typo fix, bug fix, or new feature. Please feel free to raise issues or submit PRs. We also value documentation and integration with other open-source projects, and welcome contributions in these areas.
For more complex changes, we suggest first adding a Feature tag in an Issue with a brief description of the design and modification points.
If you are a first-time contributor, you can claim a relatively simple task from good first issue or help wanted.
Fork
icon in the upper right corner of this project to fork alibaba/spring-ai-alibaba to your own space.chickenlj
, I would execute git clone https://github.com/chickenlj/spring-ai-alibaba.git
to clone it.git config --list
on your machine to check git's global username and email.After forking the repository, new commits may have appeared in the original repository's main branch. To avoid conflicts between your PR and the commits in the main branch, you need to regularly merge from the main branch.
git remote add upstream https://github.com/alibaba/spring-ai-alibaba
to add the original repository address to the remote stream.git fetch upstream
to fetch the remote stream to your local machine.git checkout main
to switch to the master branch.git rebase upstream/main
to rebase the latest code.As one of the implementations of Spring AI, Spring AI Alibaba directly follows the Spring AI project's code standards. Before you start, please refer to the relevant code format specification instructions. You need to configure the code format standards properly before submitting your code.
Develop your feature, and after development, we recommend using the mvn clean package
command to ensure that the modified code can be compiled locally. This command will also automatically format the code in the Spring way. Then commit your code. Before committing, please create a new branch related to this feature and use this branch for code submission.
Submit your PR, explain the modifications and implemented features according to the Pull request template
, and wait for code review and merging. Become a Spring AI Alibaba Contributor and make a contribution to a better Spring AI Alibaba.
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Опубликовать ( 0 )