hschne/rails-mini-profiler

View on GitHub
.github/PULL_REQUEST_TEMPLATE.md

Summary

Maintainability
Test Coverage
Thanks for contributing to Rails Mini Profiler! 🎉

Before submitting, please review the [contributor guidelines](/CONTRIBUTING.md). In particular:

- [ ] Your tests pass on all supported Rails versions. Run `bin/appraisal rspec` to verify.
- [ ] Your code adheres to the repository code style. Run `bin/rake lint` to verify.
- [ ] For functional updates, has the documentation been updated accordingly?