From c290c5c91742e0bf03b9d7ebccbe3f847e82caae Mon Sep 17 00:00:00 2001 From: Tci Gravifer Fang <44160838+Gravifer@users.noreply.github.com> Date: Thu, 29 Apr 2021 23:54:48 +0800 Subject: [PATCH 1/4] Create labeler.yml --- .github/labeler.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/labeler.yml diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 0000000..ee61252 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,14 @@ +# Add 'repo' label to any root file changes +repo: + - ./* + +# Add '@domain/core' label to any change within the 'core' package +Project-1: + - Project-1/**/* + +test: + - **/test/runtest.jl + +# Add 'source' label to any change to src files within the source dir EXCEPT for the docs sub-folder +source: +- any: ['src/**/*', '!src/docs/*'] From 1afae63b67581694569943f2093a8895efb7e910 Mon Sep 17 00:00:00 2001 From: Tci Gravifer Fang <44160838+Gravifer@users.noreply.github.com> Date: Thu, 29 Apr 2021 23:57:56 +0800 Subject: [PATCH 2/4] Update label.yml --- .github/workflows/label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 7c724a6..26bf9f4 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -14,6 +14,6 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/labeler@v2 + - uses: actions/labeler@main with: repo-token: "${{ secrets.GITHUB_TOKEN }}" From d78be159ab88ba06049d61dce31e336f75cc99e8 Mon Sep 17 00:00:00 2001 From: Tci Gravifer Fang <44160838+Gravifer@users.noreply.github.com> Date: Fri, 30 Apr 2021 11:28:40 +0800 Subject: [PATCH 3/4] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 38 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..dd84ea7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..bbcbbe7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From c40a5422c977834e114a16dc052f38dfb426bf67 Mon Sep 17 00:00:00 2001 From: Tci Gravifer Fang <44160838+Gravifer@users.noreply.github.com> Date: Fri, 30 Apr 2021 23:43:46 +0800 Subject: [PATCH 4/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3d933fa..c1bf514 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ [![ColPrac: Contributor's Guide](https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet?logo=Julia&logoColor=white&style=flat)](https://github.com/SciML/ColPrac) [![GitHub Repository Discussions](https://img.shields.io/badge/GitHub-Discussions-blueviolet?logo=github&style=flat)](https://github.com/tsinghua-TEEP/CFD2021-G4-Projects/discussions) [![Zoom meeting](https://img.shields.io/static/v1?label=meeting&message=Zoom&style=flat&color=2D8CFF)](https://us02web.zoom.us/j/88643726401?pwd=V3BNdTV4TWlvZmZkd2VoSHZ0Y2Q0Zz09) +[![Tencent meeting](https://img.shields.io/static/v1?logo=Gmail&logoColor=white&label=meeting&message=Tencent&style=flat&color=128DFF)](https://meeting.tencent.com/s/8JMCUq9ORnUe) This repository dedicates to the team projects