Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
theile committed Nov 12, 2019
1 parent 273eada commit c35db55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

This repository contains several guides on software development at the lab of digital and computational demography.

This is work in progress, expect changes in the next weeks and months. I am happy to receive help, criticism
This is work in progress, expect changes in the next weeks and months. I am happy to receive help, criticism and contributions.

* How to [request and perform code reviews](HowToCodeReview.md)

* [Writing good readme-files](writingGoodReadmes.md)

* Start [using Git and Github](startWithGit.md)

4 changes: 2 additions & 2 deletions writingGoodReadmes.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ If your software is not yet ready for other users or old and deprecated - add a
Describe what this software is. What it is like, what it is not like. Why is it useful. A picture or a working demonstration would be cool.
If your software is still in beta-status and still contains many bugs, it would be good to include a warning about the current status.

#### Related work (optional)
### Related work (optional)

List similar software and explain how this is different.
List similar software and explain how yours is different.

### Installation

Expand Down

0 comments on commit c35db55

Please sign in to comment.