Skip to content

Commit

Permalink
[Document] Fix some translation issues (#8507)
Browse files Browse the repository at this point in the history
* fix some translation issues

* fix some translation issues
  • Loading branch information
yydzxz authored Jun 7, 2022
1 parent 9b077d4 commit 86193ec
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ A clear and concise description of what the bug is.
**Expected behavior**
A clear and concise description of what you expected to happen.

**Acutally behavior**

This comment has been minimized.

Copy link
@ritikdata

ritikdata Jul 12, 2022

u will come b/w t and a

This comment has been minimized.

Copy link
@Thakhun
**Actually behavior**

This comment has been minimized.

Copy link
@Thakhun

Thakhun Sep 12, 2023

A clear and concise description of what you actually to happen.

**How to Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

This comment has been minimized.

Copy link
@ritikdata

ritikdata Jul 12, 2022

s will come at last

4. See errors

**Desktop (please complete the following information):**
- OS: [e.g. Centos]
Expand Down
28 changes: 14 additions & 14 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,42 +17,42 @@ Nacos welcome new participants of any role, including user, contributor, committ
![](http://acm-public.oss-cn-hangzhou.aliyuncs.com/contributor_definition.png)


We encourage new comers actively join in Nacos projects and involving from user role to committer role, and even PMC role. In order to accomplish this, new comers needs to actively contribute in Nacos project. The following paragraph introduce how to contribute in Nacos way.

This comment has been minimized.

Copy link
@ritikdata

ritikdata Jul 12, 2022

delete space b/w new comers and b/w join in

This comment has been minimized.

Copy link
@ritikdata

ritikdata Jul 12, 2022

delete space b/w new comers and b/w join in
s will come at last in both role

This comment has been minimized.

Copy link
@ritikdata

ritikdata Jul 12, 2022

delete space b/w new comers and b/w join in
s will come at last in both role

This comment has been minimized.

Copy link
@ritikdata

ritikdata Jul 12, 2022

delete space b/w new comers and b/w join in
s will come at last in both role

This comment has been minimized.

Copy link
@ritikdata

ritikdata Jul 12, 2022

delete space b/w new comers and b/w join inan s will come at last in both role

We encourage newcomers actively joining in Nacos projects and involving from user roles to committer roles, and even PMC roles. In order to accomplish this, new comers needs to actively contribute in Nacos project. The following paragraph introduce how to contribute in Nacos way.

#### Open / pickup an issue for preparation

If you find a typo in document, find a bug in code, or want new features, or want to give suggestions, you can [open an issue on GitHub](https://github.com/alibaba/Nacos/issues/new) to report it.

This comment has been minimized.

Copy link
@ritikdata

ritikdata Jul 12, 2022

a will come b/w in document and remove a comma after code

If you find a typo in a document, find a bug in code or want new features, or want to give suggestions, you can [open an issue on GitHub](https://github.com/alibaba/Nacos/issues/new) to report it.

If you just want to contribute directly you can choose the issue below.

- [Contribution Welcome](https://github.com/alibaba/nacos/labels/contribution%20welcome): Heavily needed issue, but currently short of hand.

- [good first issue](https://github.com/alibaba/nacos/labels/good%20first%20issue): Good for newcomers, new comer can pickup one for warm-up.

This comment has been minimized.

Copy link
@ritikdata

ritikdata Jul 12, 2022

remove space b/w new comer and add space b/w pickup

- [good first issue](https://github.com/alibaba/nacos/labels/good%20first%20issue): Good for newcomers, newcomers can pick up one for warm-up.


We strongly value documentation and integration with other projects such as Spring Cloud, Kubernetes, Dubbo, etc. We are very glad to work on any issue for these aspects.

Please note that any PR must be associated with a valid issue. Otherwise the PR will be rejected.

This comment has been minimized.

Copy link
@ritikdata

ritikdata Jul 12, 2022

,will come after otherwise

Please note that any PR must be associated with a valid issue. Otherwise, the PR will be rejected.

#### Begin your contribute
#### Begin your contribution

Now if you want to contribute, please create a new pull request.

We use the `develop` branch as the development branch, which indicates that this is a unstable branch.
We use the `develop` branch as the development branch, which indicates that this is an unstable branch.

Further more, our branching model complies to [https://nvie.com/posts/a-successful-git-branching-model/](https://nvie.com/posts/a-successful-git-branching-model/). We strongly suggest new comers walk through the above article before creating PR.

This comment has been minimized.

Copy link
@ritikdata

ritikdata Jul 12, 2022

remove space b/w further more and replace to with (with)

Furthermore, our branching model complies with [https://nvie.com/posts/a-successful-git-branching-model/](https://nvie.com/posts/a-successful-git-branching-model/). We strongly suggest new comers walk through the above article before creating PR.

Now, if you are ready to create PR, here is the workflow for contributors:

1. Fork to your own

2. Clone fork to local repository

This comment has been minimized.

Copy link
@ritikdata

ritikdata Jul 12, 2022

a will come b/w to and local

2. Clone fork to a local repository

3. Create a new branch and work on it

4. Keep your branch in sync

5. Commit your changes (make sure your commit message concise)

This comment has been minimized.

Copy link
@ritikdata

ritikdata Jul 12, 2022

is will come b/w message and concise

This comment has been minimized.

Copy link
@ritikdata

ritikdata Jul 12, 2022

develop

5. Commit your changes (make sure your commit message is concise)

6. Push your commits to your forked repository

Expand All @@ -73,7 +73,7 @@ When creating pull request:

6. After creating a PR, one or more reviewers will be assigned to the pull request.

7. Before merging a PR, squash any fix review feedback, typo, merged, and rebased sorts of commits. The final commit message should be clear and concise.
7. Before merging a PR, squash any fix review feedback, typo, merged and rebased sorts of commits. The final commit message should be clear and concise.


If your PR contains large changes, e.g. component refactor or new components, please write detailed documents about its design and usage.
Expand All @@ -86,7 +86,7 @@ Some principles:

- Readability - Important code should be well-documented. API should have Javadoc. Code style should be complied with the existing one.

- Elegance: New functions, classes or components should be well designed.
- Elegance: New functions, classes or components should be well-designed.

- Testability - 80% of the new code should be covered by unit test cases.

Expand All @@ -106,18 +106,18 @@ Generally speaking, contribute 8 non-trivial patches and get at least three diff
- ability to write good code (last but certainly not least)


A current committer nominates you by slacking the team on the Nacos issue with label "nomination"
A current committer nominates you by slacking the team on the Nacos issue with the label "nomination"

- your first and last name

- a link to your Git profile

- an explanation of why you should be a committer,

- Elaborate the top 3 PR and the associated issues the nominator has worked with you that can demonstrate your ability.
- Elaborate on the top 3 PR and the associated issues the nominator has worked with you that can demonstrate your ability.


Two other committer need to second your nomination. If no one objects in 5 working days (China), you're a committer. If anyone objects or wants more information, the committers discuss and usually come to a consensus (within the 5 working days). If issues cannot be resolved, there's a vote among current committers.
Two other committers need to second your nomination. If no one objects in 5 working days (China), you're a committer. If anyone objects or wants more information, the committers discuss and usually come to a consensus (within the 5 working days). If issues cannot be resolved, there's a vote among current committers.

![](http://acm-public.oss-cn-hangzhou.aliyuncs.com/nomination_process.png)

Expand Down
6 changes: 3 additions & 3 deletions REPORTING-BUGS.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# How to Reporting bugs
# How to report bugs

If any part of the Nacos project has bugs or documentation mistakes, please let us know by [opening an issue][Nacos-issue]. We treat bugs and mistakes very seriously and believe no issue is too small, anyOne is implement. Before creating a bug report, please check that an issue reporting the same problem does not already exist.

To make the bug report accurate and easy to understand, please try to create bug reports that are:

- Specific. Include as much details as possible: which version, what environment, what configuration, etc. If the bug is related to running the Nacos server, please attach the Nacos log (the starting log with Nacos configuration is especially important).
- Specific. Include as many details as possible: which version, what environment, what configuration, etc. If the bug is related to running the Nacos server, please attach the Nacos log (the starting log with Nacos configuration is especially important).

- Reproducible. Include the steps to reproduce the problem. We understand some issues might be hard to reproduce, please includes the steps that might lead to the problem. If possible, please attach the affected Nacos data dir and stack strace to the bug report.

- Unique. Do not duplicate existing bug report.

This comment has been minimized.

Copy link
@ritikdata

ritikdata Jul 12, 2022

the will come b/w duplicate and existing

- Unique. Do not duplicate the existing bug report.


It may be worthwhile to read [Elika Etemad’s article on filing good bug reports][filing-good-bugs] before creating a bug report.
Expand Down

1 comment on commit 86193ec

@KKH1198
Copy link

Choose a reason for hiding this comment

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

..

Please sign in to comment.