Skip to content

Commit 8564d7a

Browse files
committed
WIP - Bash code review - first commit
aka - Wrap some long lines in README.md This is just a benign first commit so that I can create a pull request for this repository. Per #208 I wish to code review the Bash content and make suggestions on possible improvements. I haven't done this before so I'm not sure of the best way to go about it. I'm thinking to use this pull request, where I will make a commit for each suggestion with a couple of code changes to demonstrate the objective. Then we can can discuss it. I don't expect the PR to be merged, but you might end up cherry-picking some commits in it. Let me know if this approach works for you and I'll start adding commits soon after.
1 parent 22e25fa commit 8564d7a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ false matches of job failures unrelated to the specified ticket.
5757
example from progress.opensuse.org, label the job and retrigger if specified
5858
in the issue (see the source code for details how to mark tickets)
5959

60-
For tickets referencing "auto_review" it is suggested to add a text section based on the following template:
60+
For tickets referencing "auto_review" it is suggested to add a text section
61+
based on the following template:
6162

6263
```
6364
## Steps to reproduce
@@ -178,7 +179,9 @@ It will be automatically cloned.
178179
make checkstyle
179180

180181
#### openqa-label-known-issues
181-
Generate a list of recent incomplete jobs of your local openQA instance. Here's an example using `psql`:
182+
183+
Generate a list of recent incomplete jobs of your local openQA instance. Here's
184+
an example using `psql`:
182185

183186
```
184187
psql \

0 commit comments

Comments
 (0)