CONTRIBUTING.md in sanitize_email-2.0.5 vs CONTRIBUTING.md in sanitize_email-2.0.6
- old
+ new
@@ -5,9 +5,17 @@
the [code of conduct][🤝conduct].
To submit a patch, please fork the project and create a patch with tests. Once you're happy with it send a pull request
and post a message to the [gitter chat][🏘chat].
+## Appraisal & Combustion
+
+### Generate a new set of Appraisal gemfiles:
+
+```sh
+BUNDLE_GEMFILE=gemfiles/vanilla.gemfile appraisal generate
+```
+
## Release
To release a new version:
1. Run `bin/setup && bin/rake` as a tests, coverage, & linting sanity check