You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/dubbo-issue-report-template.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ about: If you would like to report a issue to Dubbo, please use this template.
4
4
5
5
---
6
6
7
-
-[ ] I have searched the [issues](https://github.com/apache/incubator-dubbo/issues) of this repository and believe that this is not a duplicate.
8
-
-[ ] I have checked the [FAQ](https://github.com/apache/incubator-dubbo/blob/master/FAQ.md) of this repository and believe that this is not a duplicate.
7
+
-[ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
8
+
-[ ] I have checked the [FAQ](https://github.com/apache/dubbo/blob/master/FAQ.md) of this repository and believe that this is not a duplicate.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,15 @@ Before we accept a non-trivial patch or pull request we will need you to sign th
9
9
10
10
#### Mailing list
11
11
12
-
The mailing list is the recommended way for discussing almost anything that related to Dubbo. Please refer to this [guide](https://github.com/apache/incubator-dubbo/wiki/Mailing-list-subscription-guide) for detailed documentation on how to subscribe.
12
+
The mailing list is the recommended way for discussing almost anything that related to Dubbo. Please refer to this [guide](https://github.com/apache/dubbo/wiki/Mailing-list-subscription-guide) for detailed documentation on how to subscribe.
13
13
14
-
-[dev@dubbo.incubator.apache.org](mailto:dev-subscribe@dubbo.incubator.apache.org): the develop mailing list, you can ask question here if you have encountered any problem when using or developing Dubbo.
15
-
-[commits@dubbo.incubator.apache.org](mailto:commits-subscribe@dubbo.incubator.apache.org): all the commits will be sent to this mailing list. You can subscribe to it if you are interested in Dubbo's development.
16
-
-[notifications@dubbo.incubator.apache.org](mailto:notifications-subscribe@dubbo.incubator.apache.org): all the Github [issue](https://github.com/apache/incubator-dubbo/issues) updates and [pull request](https://github.com/apache/incubator-dubbo/pulls) updates will be sent to this mailing list.
14
+
-[[email protected]](mailto:[email protected]): the develop mailing list, you can ask question here if you have encountered any problem when using or developing Dubbo.
15
+
-[[email protected]](mailto:[email protected]): all the commits will be sent to this mailing list. You can subscribe to it if you are interested in Dubbo's development.
16
+
-[[email protected]](mailto:[email protected]): all the Github [issue](https://github.com/apache/dubbo/issues) updates and [pull request](https://github.com/apache/dubbo/pulls) updates will be sent to this mailing list.
17
17
18
18
### Reporting issue
19
19
20
-
Please follow the [template](https://github.com/apache/incubator-dubbo/issues/new?template=dubbo-issue-report-template.md) for reporting any issues.
20
+
Please follow the [template](https://github.com/apache/dubbo/issues/new?template=dubbo-issue-report-template.md) for reporting any issues.
21
21
22
22
### Code Conventions
23
23
Our code style is almost in line with the standard java conventions (Popular IDE's default setting satisfy this), with the following additional restricts:
@@ -46,23 +46,23 @@ This is a rough outline of what a contributor's workflow looks like:
46
46
* Make commits of logical units.
47
47
* Make sure commit messages are in the proper format (see below).
48
48
* Push changes in a topic branch to your forked repository.
49
-
* Follow the checklist in the [pull request template](https://github.com/apache/incubator-dubbo/blob/master/PULL_REQUEST_TEMPLATE.md)
49
+
* Follow the checklist in the [pull request template](https://github.com/apache/dubbo/blob/master/PULL_REQUEST_TEMPLATE.md)
50
50
* Before you sending out the pull request, please sync your forked repository with remote repository, this will make your pull request simple and clear. See guide below:
* Submit a pull request to apache/incubator-dubbo and wait for the reply.
59
+
* Submit a pull request to apache/dubbo and wait for the reply.
60
60
61
61
Thanks for contributing!
62
62
63
63
### Code style
64
64
65
-
We provide a template file [dubbo_codestyle_for_idea.xml](https://github.com/apache/incubator-dubbo/tree/master/codestyle/dubbo_codestyle_for_idea.xml) for IntelliJ idea, you can import it to you IDE.
65
+
We provide a template file [dubbo_codestyle_for_idea.xml](https://github.com/apache/dubbo/tree/master/codestyle/dubbo_codestyle_for_idea.xml) for IntelliJ idea, you can import it to you IDE.
66
66
If you use Eclipse you can config manually by referencing the same file.
Copy file name to clipboardExpand all lines: PULL_REQUEST_TEMPLATE.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ XXXXX
12
12
13
13
Follow this checklist to help us incorporate your contribution quickly and easily:
14
14
15
-
-[x] Make sure there is a [GITHUB_issue](https://github.com/apache/incubator-dubbo/issues) field 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.
15
+
-[x] Make sure there is a [GITHUB_issue](https://github.com/apache/dubbo/issues) field 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.
16
16
-[ ] Format the pull request title like `[Dubbo-XXX] Fix UnknownException when host config not exist #XXX`. Each commit in the pull request should have a meaningful subject line and body.
17
17
-[ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
18
-
-[ ] 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 sample in [dubbo samples](https://github.com/apache/incubator-dubbo-samples) project.
18
+
-[ ] 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 sample in [dubbo samples](https://github.com/apache/dubbo-samples) project.
19
19
-[ ] Run `mvn clean install -DskipTests=false` & `mvn clean test-compile failsafe:integration-test` to make sure unit-test and integration-test pass.
20
-
-[ ] If this contribution is large, please follow the [Software Donation Guide](https://github.com/apache/incubator-dubbo/wiki/Software-donation-guide).
20
+
-[ ] If this contribution is large, please follow the [Software Donation Guide](https://github.com/apache/dubbo/wiki/Software-donation-guide).
[](http://isitmaintained.com/project/apache/incubator-dubbo"Average time to resolve an issue")
8
-
[](http://isitmaintained.com/project/apache/incubator-dubbo"Percentage of issues still open")
[](http://isitmaintained.com/project/apache/dubbo"Average time to resolve an issue")
8
+
[](http://isitmaintained.com/project/apache/dubbo"Percentage of issues still open")
Apache Dubbo is a high-performance, Java based open source RPC framework. Please visit [official site](http://dubbo.apache.org) for quick start and documentations, as well as [Wiki](https://github.com/apache/incubator-dubbo/wiki) for news, FAQ, and release notes.
13
+
Apache Dubbo is a high-performance, Java based open source RPC framework. Please visit [official site](http://dubbo.apache.org) for quick start and documentations, as well as [Wiki](https://github.com/apache/dubbo/wiki) for news, FAQ, and release notes.
14
14
15
-
We are now collecting dubbo user info in order to help us to improve Dubbo better, pls. kindly help us by providing yours on [issue#1012: Wanted: who's using dubbo](https://github.com/apache/incubator-dubbo/issues/1012), thanks :)
15
+
We are now collecting dubbo user info in order to help us to improve Dubbo better, pls. kindly help us by providing yours on [issue#1012: Wanted: who's using dubbo](https://github.com/apache/dubbo/issues/1012), thanks :)
16
16
17
17
## Architecture
18
18
@@ -29,14 +29,14 @@ We are now collecting dubbo user info in order to help us to improve Dubbo bette
29
29
30
30
## Getting started
31
31
32
-
The following code snippet comes from [Dubbo Samples](https://github.com/apache/incubator-dubbo-samples/tree/master/dubbo-samples-api). You may clone the sample project and step into `dubbo-samples-api` sub directory before read on.
32
+
The following code snippet comes from [Dubbo Samples](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-api). You may clone the sample project and step into `dubbo-samples-api` sub directory before read on.
There's a [README](https://github.com/apache/incubator-dubbo-samples/tree/master/dubbo-samples-api/README.md) file under `dubbo-samples-api` directory. Read it and try this sample out by following the instructions.
39
+
There's a [README](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-api/README.md) file under `dubbo-samples-api` directory. Read it and try this sample out by following the instructions.
40
40
41
41
### Maven dependency
42
42
@@ -70,7 +70,7 @@ public interface GreetingService {
70
70
}
71
71
```
72
72
73
-
*See [api/GreetingService.java](https://github.com/apache/incubator-dubbo-samples/blob/master/dubbo-samples-api/src/main/java/org/apache/dubbo/samples/api/GreetingsService.java) on GitHub.*
73
+
*See [api/GreetingService.java](https://github.com/apache/dubbo-samples/blob/master/dubbo-samples-api/src/main/java/org/apache/dubbo/samples/api/GreetingsService.java) on GitHub.*
74
74
75
75
### Implement service interface for the provider
76
76
@@ -87,7 +87,7 @@ public class GreetingServiceImpl implements GreetingService {
87
87
}
88
88
```
89
89
90
-
*See [provider/GreetingServiceImpl.java](https://github.com/apache/incubator-dubbo-samples/blob/master/dubbo-samples-api/src/main/java/org/apache/dubbo/samples/server/GreetingsServiceImpl.java) on GitHub.*
90
+
*See [provider/GreetingServiceImpl.java](https://github.com/apache/dubbo-samples/blob/master/dubbo-samples-api/src/main/java/org/apache/dubbo/samples/server/GreetingsServiceImpl.java) on GitHub.*
91
91
92
92
### Start service provider
93
93
@@ -115,7 +115,7 @@ public class Application {
115
115
}
116
116
```
117
117
118
-
*See [provider/Application.java](https://github.com/apache/incubator-dubbo-samples/blob/master/dubbo-samples-api/src/main/java/org/apache/dubbo/samples/server/Application.java) on GitHub.*
118
+
*See [provider/Application.java](https://github.com/apache/dubbo-samples/blob/master/dubbo-samples-api/src/main/java/org/apache/dubbo/samples/server/Application.java) on GitHub.*
119
119
120
120
### Build and run the provider
121
121
@@ -155,7 +155,7 @@ public class Application {
155
155
156
156
The consumer will print out `Hello world` on the screen.
157
157
158
-
*See [consumer/Application.java](https://github.com/apache/incubator-dubbo-samples/blob/master/dubbo-samples-api/src/main/java/org/apache/dubbo/samples/client/Application.java) on GitHub.*
158
+
*See [consumer/Application.java](https://github.com/apache/dubbo-samples/blob/master/dubbo-samples-api/src/main/java/org/apache/dubbo/samples/client/Application.java) on GitHub.*
159
159
160
160
### Next steps
161
161
@@ -175,35 +175,35 @@ If you want to try out the cutting-edge features, you can built with the followi
175
175
## Contact
176
176
177
177
* Mailing list:
178
-
* dev list: for dev/user discussion. [subscribe](mailto:[email protected]), [unsubscribe](mailto:[email protected]), [archive](https://lists.apache.org/[email protected]), [guide](https://github.com/apache/incubator-dubbo/wiki/Mailing-list-subscription-guide)
178
+
* dev list: for dev/user discussion. [subscribe](mailto:[email protected]), [unsubscribe](mailto:[email protected]), [archive](https://lists.apache.org/[email protected]), [guide](https://github.com/apache/dubbo/wiki/Mailing-list-subscription-guide)
See [CONTRIBUTING](https://github.com/apache/incubator-dubbo/blob/master/CONTRIBUTING.md) for details on submitting patches and the contribution workflow.
186
+
See [CONTRIBUTING](https://github.com/apache/dubbo/blob/master/CONTRIBUTING.md) for details on submitting patches and the contribution workflow.
187
187
188
188
### How can I contribute?
189
189
190
-
* Take a look at issues with tag called [`Good first issue`](https://github.com/apache/incubator-dubbo/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) or [`Help wanted`](https://github.com/apache/incubator-dubbo/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22).
191
-
* Join the discussion on mailing list, subscription [guide](https://github.com/apache/incubator-dubbo/wiki/Mailing-list-subscription-guide).
192
-
* Answer questions on [issues](https://github.com/apache/incubator-dubbo/issues).
193
-
* Fix bugs reported on [issues](https://github.com/apache/incubator-dubbo/issues), and send us pull request.
194
-
* Review the existing [pull request](https://github.com/apache/incubator-dubbo/pulls).
195
-
* Improve the [website](https://github.com/apache/incubator-dubbo-website), typically we need
190
+
* Take a look at issues with tag called [`Good first issue`](https://github.com/apache/dubbo/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) or [`Help wanted`](https://github.com/apache/dubbo/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22).
191
+
* Join the discussion on mailing list, subscription [guide](https://github.com/apache/dubbo/wiki/Mailing-list-subscription-guide).
192
+
* Answer questions on [issues](https://github.com/apache/dubbo/issues).
193
+
* Fix bugs reported on [issues](https://github.com/apache/dubbo/issues), and send us pull request.
194
+
* Review the existing [pull request](https://github.com/apache/dubbo/pulls).
195
+
* Improve the [website](https://github.com/apache/dubbo-website), typically we need
196
196
* blog post
197
197
* translation on documentation
198
198
* use cases about how Dubbo is being used in enterprise system.
199
-
* Improve the [dubbo-admin/dubbo-monitor](https://github.com/apache/incubator-dubbo-admin).
199
+
* Improve the [dubbo-admin/dubbo-monitor](https://github.com/apache/dubbo-admin).
200
200
* Contribute to the projects listed in [ecosystem](https://github.com/dubbo).
201
201
* Any form of contribution that is not mentioned above.
202
202
* If you would like to contribute, please send an email to [email protected] to let us know!
203
203
204
204
## Reporting bugs
205
205
206
-
Please follow the [template](https://github.com/apache/incubator-dubbo/issues/new?template=dubbo-issue-report-template.md) for reporting any issues.
206
+
Please follow the [template](https://github.com/apache/dubbo/issues/new?template=dubbo-issue-report-template.md) for reporting any issues.
207
207
208
208
## Reporting a security vulnerability
209
209
@@ -212,19 +212,19 @@ Please report security vulnerability to [us](mailto:[email protected]) p
212
212
## Dubbo ecosystem
213
213
214
214
*[Dubbo Ecosystem Entry](https://github.com/dubbo) - A GitHub group `dubbo` to gather all Dubbo relevant projects not appropriate in [apache](https://github.com/apache) group yet
215
-
*[Dubbo Website](https://github.com/apache/incubator-dubbo-website) - Apache Dubbo official website
216
-
*[Dubbo Samples](https://github.com/apache/incubator-dubbo-samples) - samples for Apache Dubbo
217
-
*[Dubbo Spring Boot](https://github.com/apache/incubator-dubbo-spring-boot-project) - Spring Boot Project for Dubbo
218
-
*[Dubbo Admin](https://github.com/apache/incubator-dubbo-admin) - The reference implementation for Dubbo admin
215
+
*[Dubbo Website](https://github.com/apache/dubbo-website) - Apache Dubbo official website
216
+
*[Dubbo Samples](https://github.com/apache/dubbo-samples) - samples for Apache Dubbo
217
+
*[Dubbo Spring Boot](https://github.com/apache/dubbo-spring-boot-project) - Spring Boot Project for Dubbo
218
+
*[Dubbo Admin](https://github.com/apache/dubbo-admin) - The reference implementation for Dubbo admin
0 commit comments