Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 691 Bytes

File metadata and controls

14 lines (11 loc) · 691 Bytes

Instructions

  • You don't need to read the following auto-generated files until you give up resolving an issue without reading them:
    • src/parser/grammar.rs
    • src/proto/simpledb.rs
  • If you are asked to resolve a Github issue. You need to write 'Fix #<issue_number>' in your PR description.
  • If you resolve an issue with label 'exercise', you need to add this issue into the list of completed exercises in README.md. You should follow the format of the existing issues in the list.

Code Style & Testing

  • Format Rust with cargo fmt
  • Run tests with cargo test
  • The above commands should be run before submitting a pull request
  • Feature branches should be named in English