Skip to content

Commit

Permalink
Edits README.md to include testing and rubocop info
Browse files Browse the repository at this point in the history
  • Loading branch information
GALTdea committed Jun 26, 2023
1 parent 6113014 commit ab59e90
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,21 @@ git checkout -b your-feature-branch-name
```bash
git add .
git commit -m "Add your commit message here"
```
3. Running Test
```bash
bundle exec rspec
```

4. Cleaning up before pushing
```bash
bundle exec rubocop -A
```

3. Push your changes to origin:
5. Push your changes to origin:

```bash
git push origin your-feature-branch-name
```

4. Create a new pull request on the original repository and wait for the maintainer to review and merge your changes.
6. Create a new pull request on the original repository and wait for the maintainer to review and merge your changes.

0 comments on commit ab59e90

Please sign in to comment.