README.md in slack_messaging-3.1.2 vs README.md in slack_messaging-3.1.3

- old
+ new

@@ -20,11 +20,11 @@ ```bash gem install slack_messaging ``` -### Usage +## Usage This project requires a config file that should look like this: ```yml slack: @@ -82,22 +82,32 @@ <img src="https://github.com/emmahsax/slack_messaging/blob/main/QuoteExample.png" width="500"> I hope you enjoy printing fun and specialized messages to Slack! -### Tests +## Tests To run the tests, run `bundle exec rspec` from the command-line. GitHub Actions will also run the tests upon every commit to make sure they're up to date and that everything is working correctly. Locally, you can also run `bundle exec guard` to automatically run tests as you develop! -## Contributing +--- +### Contributing + To submit a feature request, bug ticket, etc, please submit an official [GitHub Issue](https://github.com/emmahsax/slack_messaging/issues/new). -To report any security vulnerabilities, please view this project's [Security Policy](https://github.com/emmahsax/slack_messaging/security/policy). +### Security Policy +To report any security vulnerabilities, please view this repository's [Security Policy](https://github.com/emmahsax/slack_messaging/security/policy). + +### Licensing + +For information on licensing, please see [LICENSE.md](https://github.com/emmahsax/slack_messaging/blob/main/LICENSE.md). + +### Code of Conduct + When interacting with this repository, please follow [Contributor Covenant's Code of Conduct](https://contributor-covenant.org). -## Releasing +### Releasing To make a new release of this gem: 1. Merge the pull request via the big green button 2. Run `git tag vX.X.X` and `git push --tag`