Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 768 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (18 loc) · 768 Bytes

How to contribute

Thanks for wanting to contribute! Every small help is meaningful!

Before starting an issue or a pull request, please check that it doesn't already exist.

You can either:

  • Open an Issue on the repository
  • Fork the project, edit it, and create a pull request on this repository

What "rules" should I follow while contributing?

Well, there are not many rules:

  • If you want to add a new benchmark, follow the already existing directory structure
benchmark/
  application-type/
    framework-name/
      => Your example here
runner/
  => Runner files for the automated benchmarks
  • If you want to fix an issue, simply edit the file(s) and make a pull request