forked from alibaba/nacos
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request alibaba#1 from alibaba/master
Master
- Loading branch information
Showing
1,325 changed files
with
137,037 additions
and
49,722 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!-- Here is for bug reports and feature requests ONLY! | ||
If you're looking for help, please check our mail list、WeChat group and the Gitter room. | ||
Please try to use English to describe your issue, or at least provide a snippet of English translation. | ||
我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。 | ||
--> | ||
|
||
## Issue Description | ||
|
||
Type: *bug report* or *feature request* | ||
|
||
### Describe what happened (or what feature you want) | ||
|
||
|
||
### Describe what you expected to happen | ||
|
||
|
||
### How to reproduce it (as minimally and precisely as possible) | ||
|
||
1. | ||
2. | ||
3. | ||
|
||
### Tell us your environment | ||
|
||
|
||
### Anything else we need to know? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- Here is for bug reports and feature requests ONLY! | ||
If you're looking for help, please check our mail list、WeChat group and the Gitter room. | ||
Please try to use English to describe your issue, or at least provide a snippet of English translation. | ||
我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。 | ||
--> | ||
|
||
**Describe the bug** | ||
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** | ||
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 | ||
|
||
**Desktop (please complete the following information):** | ||
- OS: [e.g. Centos] | ||
- Version [e.g. nacos-server 1.3.1, nacos-client 1.3.1] | ||
- Module [e.g. naming/config] | ||
- SDK [e.g. original, spring-cloud-alibaba-nacos, dubbo] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
name: Old issue template | ||
about: Describe this issue template's purpose here. | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- Here is for bug reports and feature requests ONLY! | ||
If you're looking for help, please check our mail list、WeChat group and the Gitter room. | ||
Please try to use English to describe your issue, or at least provide a snippet of English translation. | ||
我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。 | ||
--> | ||
|
||
## Issue Description | ||
|
||
Type: *bug report* or *feature request* | ||
|
||
### Describe what happened (or what feature you want) | ||
|
||
|
||
### Describe what you expected to happen | ||
|
||
|
||
### How to reproduce it (as minimally and precisely as possible) | ||
|
||
1. | ||
2. | ||
3. | ||
|
||
### Tell us your environment | ||
|
||
|
||
### Anything else we need to know? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Number of days of inactivity before an issue becomes stale | ||
daysUntilStale: 180 | ||
# Number of days of inactivity before a stale issue is closed | ||
daysUntilClose: 7 | ||
# Issues with these labels will never be considered stale | ||
exemptLabels: | ||
- good first issue | ||
- contribution welcome | ||
- dependencies | ||
- kind/bug | ||
- kind/code quality | ||
- kind/enhancement | ||
- kind/performance | ||
- kind/proposal | ||
- kind/refactor | ||
- kind/feature | ||
- kind/user experience | ||
- Soc2019 | ||
- SoC2020 | ||
- kind/notice | ||
# Label to use when marking an issue as stale | ||
staleLabel: expired | ||
# Comment to post when marking an issue as stale. Set to `false` to disable | ||
markComment: > | ||
Thanks for your feedback and contribution. But the issue/pull request has | ||
not had recent activity more than **180 days**. This issue/pull request will | ||
be closed if no further activity occurs **7 days later**. | ||
We may solve this issue in new version. So can you upgrade to newest version | ||
and retry? | ||
If there are still issues or want to contribute again. Please create new issue | ||
or pull request again. | ||
# Comment to post when closing a stale issue. Set to `false` to disable | ||
closeComment: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: Java CI | ||
|
||
on: [push] | ||
|
||
jobs: | ||
test: | ||
runs-on: ${{ matrix.os }} | ||
strategy: | ||
matrix: | ||
os: [ubuntu-18.04] | ||
java: [8, 8.0.192, 11, 11.0.9] | ||
fail-fast: false | ||
max-parallel: 2 | ||
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }} | ||
|
||
steps: | ||
- uses: actions/checkout@v1 | ||
- name: Set up JDK | ||
uses: actions/setup-java@v1 | ||
with: | ||
java-version: ${{ matrix.java }} | ||
- name: Test with Maven | ||
run: mvn test -B --file pom.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.