Skip to content

Add Contribute Guide Document(cn) to new official website#151

Merged
RongtongJin merged 3 commits intoapache:new-official-websitefrom
liyijuan:v1
Jul 9, 2022
Merged

Add Contribute Guide Document(cn) to new official website#151
RongtongJin merged 3 commits intoapache:new-official-websitefrom
liyijuan:v1

Conversation

@liyijuan
Copy link
Contributor

@liyijuan liyijuan commented Jul 7, 2022

Please do not create a Pull Request without creating an issue first.

What is the purpose of the change

translate en document into cn

Brief changelog

modified:   "docs/08-贡献指南/29how-to-contribute.md"
modified:   "docs/08-贡献指南/30code-guidelines.md"
modified:   "docs/08-贡献指南/31pull-request.md"
modified:   "docs/08-贡献指南/32release-manual.md"
new file:   docs/picture/30code-guidelines/1_codestyle.png
new file:   docs/picture/30code-guidelines/2_ApacheV2.png
new file:   docs/picture/30code-guidelines/3_ApacheCopyRight.png
new file:   docs/picture/30code-guidelines/4_FileHeader.png
new file:   docs/picture/31pull-request/1_Github.png
new file:   docs/picture/31pull-request/2_compare.png
new file:   docs/picture/31pull-request/3_Write.png

Verifying this change

Images can be displayed normally

Follow this checklist to help us incorporate your contribution quickly and easily:

  • Make sure there is a Github issue filed for the change (usually before you start working on it). Trivial changes like typos do not require a Github issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
  • Format the pull request title like [ISSUE #123] Fix UnknownException when host config not exist. Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Write necessary unit-test to verify your logic correction, more mock a little better when cross module dependency exist. If the new feature or significant change is committed, please remember to add integration-test in test module.
  • Run mvn -B clean apache-rat:check findbugs:findbugs checkstyle:checkstyle to make sure basic checks pass. Run mvn clean install -DskipITs to make sure unit-test pass. Run mvn clean test-compile failsafe:integration-test to make sure integration-test pass.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

…29how-to-contribute.md"

	modified:   "docs/08-\350\264\241\347\214\256\346\214\207\345\215\227/30code-guidelines.md"
	modified:   "docs/08-\350\264\241\347\214\256\346\214\207\345\215\227/31pull-request.md"
	modified:   "docs/08-\350\264\241\347\214\256\346\214\207\345\215\227/32release-manual.md"
	new file:   docs/picture/30code-guidelines/1_codestyle.png
	new file:   docs/picture/30code-guidelines/2_ApacheV2.png
	new file:   docs/picture/30code-guidelines/3_ApacheCopyRight.png
	new file:   docs/picture/30code-guidelines/4_FileHeader.png
	new file:   docs/picture/31pull-request/1_Github.png
	new file:   docs/picture/31pull-request/2_compare.png
	new file:   docs/picture/31pull-request/3_Write.png
Copy link
Contributor

@tsunghanjacktsai tsunghanjacktsai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @liyijuan ,

Thx for your contribution. It seems more formal and professional since your last PR. Only some subtle errors that I pointed out in the review. Hope you could help us correct it. Well done 👍

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

user mailing lists -> user mailing list
stackoverflow rocketmq -> Stack Overflow #rocketmq

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx, it seems more better

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

user mailing lists -> User mailing list

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

development mailing list -> Development mailing list

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Github issue -> GitHub Issue

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Github -> GitHub

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Github -> GitHub

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Github -> GitHub

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Github -> GitHub

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Github -> GitHub

liyijuan and others added 2 commits July 7, 2022 11:45
…29how-to-contribute.md"

	modified:   "docs/08-\350\264\241\347\214\256\346\214\207\345\215\227/30code-guidelines.md"
	modified:   "docs/08-\350\264\241\347\214\256\346\214\207\345\215\227/31pull-request.md"
	modified:   "docs/08-\350\264\241\347\214\256\346\214\207\345\215\227/32release-manual.md"
@RongtongJin RongtongJin merged commit 4618a75 into apache:new-official-website Jul 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants