From e5a303219b03e4340b164acd6e429160798b2529 Mon Sep 17 00:00:00 2001 From: Leonardo Momente Date: Fri, 10 May 2024 10:16:31 -0300 Subject: [PATCH] Update .github/pull_request_template.md Co-authored-by: Nick Char --- .github/pull_request_template.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 437b09b..e6e22d3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -38,12 +38,6 @@ _If there are no dependencies, write "None"._ _Describe any steps that need to be taken to update the development environment after this PR is merged. For example, if you added a new environment variable, describe how to set it. If you added a new database migration, describe how to run it. If you changed a dependency, remind us to run Bundler or Yarn._ -_Below is an example:_ - -> 1. Stop `bin/dev` -> 2. Run `bundle install` -> 3. Run `rails db:migrate` -> 4. Restart `bin/dev` _If no migration steps are required, write "None"._