Skip to content

Commit

Permalink
fix contribution link (FISCO-BCOS#1341)
Browse files Browse the repository at this point in the history
  • Loading branch information
bxq2011hust authored Feb 4, 2020
1 parent 4a4a282 commit 4afa652
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-16.04, ubuntu-18.04, macos-latest]
os: [ubuntu-18.04, macos-latest]
steps:
- uses: actions/checkout@v1
with:
Expand All @@ -31,11 +31,11 @@ jobs:
id: cache
with:
path: deps/
key: deps-${{ runner.os }}-${{ github.ref }}-${{ hashFiles('.github/workflows/workflow.yml') }}
key: ${{ runner.os }}-${{ github.ref }}-${{ hashFiles('.github/workflows/workflow.yml') }}
restore-keys: |
deps-${{ runner.os }}-${{ github.ref }}-${{ hashFiles('.github/workflows/workflow.yml') }}
deps-${{ runner.os }}-${{ github.ref }}
deps-${{ runner.os }}-
${{ runner.os }}-${{ github.ref }}-${{ hashFiles('.github/workflows/workflow.yml') }}
${{ runner.os }}-${{ github.ref }}
${{ runner.os }}-
- name: install macOS dependencies
if: runner.os == 'macOS'
run: brew install openssl ccache
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Featured use cases are provided [here](http://www.fisco-bcos.org/assets/docs/FIS

## Code contribution

- Your contributions are most welcome and appreciated. Please read the [contribution instructions](https://mp.weixin.qq.com/s/hEn2rxqnqp0dF6OKH6Ua-A) and [coding code style guide](CODING_STYLE.md).
- Your contributions are most welcome and appreciated. Please read the [contribution instructions](https://mp.weixin.qq.com/s/_w_auH8X4SQQWO3lhfNrbQ) and [coding code style guide](CODING_STYLE.md).
- If this project is useful to you, please star us on GitHub project page!
- If you find any security vulnerabilities, please report [them](https://security.webank.com) here!

Expand Down
5 changes: 2 additions & 3 deletions docs/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,12 @@ FISCO BCOS已落地应用达数十个,场景覆盖政务、金融、公益、
- 文化版权:版权存证与交易等。
- 社会管理:不动产登记等。

此处提供一些具有代表性的[落地应用案例](https://mp.weixin.qq.com/s/vUSq80LkhF8yCfUF7AILgQ)
此处提供一些具有代表性的[落地应用案例](https://mp.weixin.qq.com/s/cUjuWf1eGMbG3AFq60CBUA)


## 贡献代码

- 我们欢迎并非常感谢您的贡献,请参阅[代码贡献流程](https://mp.weixin.qq.com/s/hEn2rxqnqp0dF6OKH6Ua-A
)和[代码规范](../CODING_STYLE.md)
- 我们欢迎并非常感谢您的贡献,请参阅[代码贡献流程](https://mp.weixin.qq.com/s/_w_auH8X4SQQWO3lhfNrbQ)[代码规范](../CODING_STYLE.md)
- 如项目对您有帮助,欢迎star支持!
- 如果发现代码存在安全漏洞,请在[这里](https://security.webank.com)上报。

Expand Down

0 comments on commit 4afa652

Please sign in to comment.