Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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:
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:

* Trust and Security
* Rollup Friendly
Expand Down
4 changes: 2 additions & 2 deletions doc/Contributing Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ A good principle: "Work together, share ideas, teach others."

### Sign the CLA

Since the first time you push a PR request as a contributor, you will be asked to sign a CLA (Contributor License Agreement), please following the instruction to comment in such PR.
Since the first time you push a PR request as a contributor, you will be asked to sign a CLA (Contributor License Agreement), please follow the instruction to comment in such PR.

### Important Note

Please **don't force push** commits in your branch, in order to keep commit
history and make it easier for us to see changes between reviews.

Make sure to `Allow edits of maintainers` (under the text box) in the PR so
people can actually collaborate on things or fix smaller issues themselves.
people can actually collaborate on things or fix smaller issues themselves.
Loading