Skip to content

Commit b34acc8

Browse files
authored
Merge pull request #58 from Olexandr88/patch-2
docs: add a new icon with a pull requests link
2 parents ebe96a3 + eeab84f commit b34acc8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The Smart Intermediate Representation
22

3-
[![Release][release-shield]][release-url] [![Issues][issues-shield]][issues-url] [![Apache License][license-shield]][license-url]
3+
[![Release][release-shield]][release-url] [![Issues][issues-shield]][issues-url] [![PR][pr-shield]][pr-url] [![Apache License][license-shield]][license-url]
44

55
The Smart Intermediate Representation(short for IR) project is a new compiler framework intended for smart contract development, which is mainly inspired by LLVM, MLIR and Solidity/Yul. The compiler's goals are:
66

@@ -118,5 +118,7 @@ The IR is still under development. Contributions are always welcome. Please foll
118118
[release-url]: https://github.com/AntChainOpenLabs/Smart-Intermediate-Representation/releases
119119
[license-shield]: https://img.shields.io/badge/License-Apache_2.0-green.svg?style=for-the-badge
120120
[license-url]: ./LICENSE
121+
[pr-shield]: https://img.shields.io/github/issues-pr/AntChainOpenLabs/Smart-Intermediate-Representation.svg?style=for-the-badge
122+
[pr-url]: https://github.com/AntChainOpenLabs/Smart-Intermediate-Representation/pulls
121123
[issues-shield]: https://img.shields.io/github/issues/AntChainOpenLabs/Smart-Intermediate-Representation.svg?style=for-the-badge
122124
[issues-url]: https://github.com/AntChainOpenLabs/Smart-Intermediate-Representation/issues

0 commit comments

Comments
 (0)