diff --git a/.github/workflows/pull_request_template.md b/.github/workflows/pull_request_template.md new file mode 100644 index 0000000..ee0cb05 --- /dev/null +++ b/.github/workflows/pull_request_template.md @@ -0,0 +1 @@ +* [ ] I bumped the gem version (or don't need to) 💎 \ No newline at end of file diff --git a/.gitignore b/.gitignore index 6355904..24936ee 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ Gemfile.lock # rspec failure tracking .rspec_status + +.DS_Store