diff options
author | Eitan Levin <eitanlev@gmail.com> | 2018-10-30 22:04:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-30 22:04:15 +0800 |
commit | 1b18891424be06fd7e491282df42693616acec7f (patch) | |
tree | fc1c4674ca081db2a3d2d596deddeaf454041a36 | |
parent | 0b4f6ab72d36e68ce9bf5a10da0d785059d8709c (diff) | |
download | dexon-solidity-1b18891424be06fd7e491282df42693616acec7f.tar.gz dexon-solidity-1b18891424be06fd7e491282df42693616acec7f.tar.zst dexon-solidity-1b18891424be06fd7e491282df42693616acec7f.zip |
up-for-grabs swapped for good first issue
-rw-r--r-- | docs/contributing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst index edd7361e..e626e5c0 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -16,7 +16,7 @@ In particular, we need help in the following areas: <https://gitter.im/ethereum/solidity>`_ * Fixing and responding to `Solidity's GitHub issues <https://github.com/ethereum/solidity/issues>`_, especially those tagged as - `up-for-grabs <https://github.com/ethereum/solidity/issues?q=is%3Aopen+is%3Aissue+label%3Aup-for-grabs>`_ which are + `good first issue <https://github.com/ethereum/solidity/labels/good%20first%20issue>`_ which are meant as introductory issues for external contributors. Please note that this project is released with a `Contributor Code of Conduct <https://raw.githubusercontent.com/ethereum/solidity/develop/CODE_OF_CONDUCT.md>`_. By participating in this project - in the issues, pull requests, or Gitter channels - you agree to abide by its terms. |