Skip to content

Commit

Permalink
Update README_Template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Feb 18, 2015
1 parent fa07457 commit 4f678d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README_Template.md
Expand Up @@ -2,7 +2,7 @@
YaST <FOO> Module
=================

<!-- Adapt the used badges, keep the order unchanged so it unified for all repositories -->
<!-- Adapt the used badges, keep the order unchanged so it is unified for all repositories -->

[![Travis Build](https://travis-ci.org/yast/yast-foo.svg?branch=master)](https://travis-ci.org/yast/yast-foobar)
[![Coverage Status](https://img.shields.io/coveralls/yast/yast-foobar.svg)](https://coveralls.io/r/yast/yast-foobar?branch=master)
Expand Down Expand Up @@ -45,7 +45,8 @@ To get the source code, clone the GitHub repository:
$ git clone https://github.com/yast/yast-nfs-server.git

Alternatively, you can fork the repository and clone your fork. This is most
useful if you plan to contribute into the project.
useful if you plan to contribute into the project and you do not have push
permission to the repository.

Development Environment
=======================
Expand All @@ -58,11 +59,10 @@ environment. Fortunately, this is quite simple:

### Extra Development Tools ###

$ sudo zypper install yast2-testsuite rubygem-rspec rubygem-simplecov
For running the automated tests you need to install some more packages:

**FIXME: agree on a rubocop version we should use**
$ sudo zypper install yast2-testsuite rubygem-rspec rubygem-simplecov

$ sudo gem install rubocop:<FIXME_version>


Testing Environment
Expand Down

0 comments on commit 4f678d8

Please sign in to comment.