diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000000000000000000000000000000000000..3e01441f7e1e8c23db294beff4160b9e987e7f61 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,19 @@ +--- +name: Bug Report +about: Report a bug +labels: kind/bug + +--- + +<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! + +--> + + +**What happened**: + +**What you expected to happen**: + +**How to reproduce it (as minimally and precisely as possible)**: + +**Anything else we need to know?**: diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 0000000000000000000000000000000000000000..6d1a6d99f94c673045ea19941a4765966d608eb5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,11 @@ +--- +name: Enhancement Request +about: Suggest an enhancement +labels: kind/feature + +--- +<!-- Please only use this template for submitting enhancement requests --> + +**What would you like to be added**: + +**Why is this needed**: \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000000000000000000000000000000000..3eb1ec055f18f29a7886e01c24e10c97f88fb1e8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,24 @@ +<!-- Thanks for sending a pull request! +--> + +**What this PR does**: + +**Which issue(s) this PR fixes**: +<!-- +*Automatically closes linked issue when PR is merged. +Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. +_If PR is about `failing-tests or flakes`, please post the related issues/tests in a comment and do not use `Fixes`_* +--> +Fixes # + +**Special notes for your reviewer**: + +**Does this PR introduce a user-facing change?**: +<!-- +If no, just write "NONE" in the release-note block below. +If yes, a release note is required: +Enter your extended release note in the block below. If the PR requires additional action from users switching to the new release, include the string "action required". +--> +```release-note + +``` \ No newline at end of file diff --git a/README.md b/README.md index bedb0eff1dde932bbf4ac3cee1a47e68cfb86c23..a9a63c156e034f285865658c0bfccb3871018701 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Apache License, Version 2.0 [v1.0.0 - May 29, 2019 compatible with dubbo v2.6.5](https://github.com/dubbo/go-for-apache-dubbo/releases/tag/v1.0.0) -## Code design ## +## Project Architecture ## Extension module and layered code design based on dubbo (include protocol layer,registry layer,cluster layer,config layer and so on), Our goal is: you can implement these layered interfaces in a new way, and override the default implementation of dubbo-go[same go-for-apache-dubbo] by calling 'extension.SetXXX' of extension, and complete your special needs without modifying the source code. At the same time, you are welcome to contribute implementation of useful expansion to the community. @@ -63,3 +63,8 @@ About dubbo-go benchmarking report, please refer to [dubbo benchmarking report]( ## [User List](https://github.com/dubbo/go-for-apache-dubbo/issues/2)  + +## Stargazers + +[](https://starchart.cc/dubbo/dubbo-go) + diff --git a/README_CN.md b/README_CN.md index af34e74d72d576b1253e03fd7a34860d2ed042c1..4b0d40f54dcd60b8b56822bddd10773b8b3680c1 100644 --- a/README_CN.md +++ b/README_CN.md @@ -14,7 +14,7 @@ Apache License, Version 2.0 [v1.0.0 - 2019骞�5鏈�29鏃� 鍏煎dubbo v2.6.5 鐗堟湰](https://github.com/dubbo/go-for-apache-dubbo/releases/tag/v1.0.0) -## 浠g爜璁捐 ## +## 宸ョ▼鏋舵瀯 ## 鍩轰簬dubbo鐨別xtension妯″潡鍜屽垎灞傜殑浠g爜璁捐(鍖呮嫭 protocol layer, registry layer, cluster layer, config 绛夌瓑)銆傛垜浠殑鐩爣鏄細浣犲彲浠ュ杩欎簺鍒嗗眰鎺ュ彛杩涜鏂扮殑瀹炵幇锛屽苟閫氳繃璋冪敤 extension 妯″潡鐨勨€� extension.SetXXX 鈥濇柟娉曟潵瑕嗙洊 dubbo-go [鍚� go-for-apache-dubbo ]鐨勯粯璁ゅ疄鐜帮紝浠ュ畬鎴愯嚜宸辩殑鐗规畩闇€姹傝€屾棤闇€淇敼婧愪唬鐮併€傚悓鏃讹紝娆㈣繋浣犱负绀惧尯璐$尞鏈夌敤鐨勬嫇灞曞疄鐜般€� @@ -63,3 +63,8 @@ Apache License, Version 2.0 ## [User List](https://github.com/dubbo/go-for-apache-dubbo/issues/2)  + +## Stargazers + +[](https://starchart.cc/dubbo/dubbo-go) +