quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

CONTRIBUTING.md (369B)


      1 Contributing to c-ares
      2 ======================
      3 
      4 To contribute patches to c-ares, please generate a GitHub pull request
      5 and follow these guidelines:
      6 
      7  - Check that the CI/CD builds are green for your pull request.
      8  - Please update the test suite to add a test case for any new functionality.
      9  - Build the library on your own machine and ensure there are no new warnings.