Dan Brown

Fixed readme badge links & added contributing block

1 # BookStack 1 # BookStack
2 2
3 -[![GitHub release](https://img.shields.io/github/release/ssddanbrown/BookStack.svg?maxAge=2592000)](https://github.com/ssddanbrown/BookStack/releases/latest) 3 +[![GitHub release](https://img.shields.io/github/release/BookStackApp/BookStack.svg?maxAge=2592000)](https://github.com/BookStackApp/BookStack/releases/latest)
4 -[![license](https://img.shields.io/github/license/ssddanbrown/BookStack.svg?maxAge=2592000)](https://github.com/ssddanbrown/BookStack/blob/master/LICENSE) 4 +[![license](https://img.shields.io/github/license/BookStackApp/BookStack.svg?maxAge=2592000)](https://github.com/BookStackApp/BookStack/blob/master/LICENSE)
5 [![Build Status](https://travis-ci.org/BookStackApp/BookStack.svg)](https://travis-ci.org/BookStackApp/BookStack) 5 [![Build Status](https://travis-ci.org/BookStackApp/BookStack.svg)](https://travis-ci.org/BookStackApp/BookStack)
6 6
7 A platform for storing and organising information and documentation. General information and documentation for BookStack can be found at https://www.bookstackapp.com/. 7 A platform for storing and organising information and documentation. General information and documentation for BookStack can be found at https://www.bookstackapp.com/.
...@@ -46,6 +46,12 @@ As part of BookStack v0.14 support for translations has been built in. All text ...@@ -46,6 +46,12 @@ As part of BookStack v0.14 support for translations has been built in. All text
46 46
47 Some strings have colon-prefixed variables in such as `:userName`. Leave these values as they are as they will be replaced at run-time. 47 Some strings have colon-prefixed variables in such as `:userName`. Leave these values as they are as they will be replaced at run-time.
48 48
49 +## Contributing
50 +
51 +Feel free to create issues to request new features or to report bugs and problems. Just please follow the template given when creating the issue.
52 +
53 +Pull requests are very welcome. If the scope of your pull request is very large it may be best to open the pull request early or create an issue for it to discuss how it will fit in to the project and plan out the merge.
54 +
49 ## Website, Docs & Blog 55 ## Website, Docs & Blog
50 56
51 The website project docs & Blog can be found in the [BookStackApp/website](https://github.com/BookStackApp/website) repo. 57 The website project docs & Blog can be found in the [BookStackApp/website](https://github.com/BookStackApp/website) repo.
......