Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 291 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

12 lines (10 loc) · 291 Bytes

Before submitting your PR, please review the following checklist :

If you are adding a framework

  • Does a info.yml file exist in your directory?
  • Does a Dockerfile exists?
  • Do all tests pass?
export FRAMEWORK=<MY_FRAMEWORK>
build.rb ${FRAMEWORK}
rspec spec.rb