Skip to content

Commit

Permalink
Review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Aug 17, 2016
1 parent c43b129 commit 0380b6b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CONTRIBUTING.md
Expand Up @@ -44,10 +44,12 @@ follows:
to the [Ruby style
guide](https://github.com/SUSE/style-guides/blob/master/Ruby.md).

4. Update the package version (usually by `rake version:bump`) and add
a new entry into the `*.changes` file. For bigger changes or changes which
need longer discussion it is advised to add this as a separate last commit
so it can be easily updated when another change is merged in the meantime.
4. Update the package version (in `packages/*.spec`, usually by
`rake version:bump`) and add a new entry into the `package/*.changes` file
(by `osc vc`).
For bigger changes or changes which need longer discussion it is advised to
add this as a separate last commit so it can be easily updated when another
change is merged in the meantime.

5. Make sure your change didn't break anything by building the RPM package
(`rake osc:build`). The build process includes running the full testsuite.
Expand Down

0 comments on commit 0380b6b

Please sign in to comment.