Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Jun 10, 2016
2 parents e0135db + 4f24017 commit 89893b3
Show file tree
Hide file tree
Showing 14 changed files with 721 additions and 501 deletions.
4 changes: 4 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# How to contribute to Readium

Please visit this link for more information:
http://readium.github.io/contributing.html
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
*General Instructions*

- *Please use a short, but meaningful title.*
- *Delete everything in italics before submitting issue*
- *Make sure to fill in as much information as possible*

#### This issue is a Bug|Feature Request|Enhancement|Question|Task|Other
*(choose ONE from the above list and delete the others)*

#### Related issue(s) and/or pull request(s)
*Example: See also #NUMBER*

#### Expected Behaviour
*What you expected Readium to do...*

#### Observed behaviour
*Instead, Readium does...*

#### Steps to reproduce
1. First, do this
2. Then do this
3. etc.

#### Test file(s)
*If relevant, please indicate public EPUB URL(s), or whether you can share ebook(s) privately. It is often next to impossible to reproduce bugs without the original file.*

### Product
*Choose one of the following (and delete the others)*

* Readium Chrome extension
* latest official version available from the Chrome Web Store
* Version of the Chrome browser
* OS and version
* Readium cloud reader app
* latest development build uploaded at https://readium.firebaseapp.com OR a custom integration (list public deployment URL, if any)
* Browser and version
* OS and version
* Native application (Readium SDK C++)
* official "launcher" sample OR propietary app
* OS and version
* Hybrid app (ReadiumJS)
* Electron OR Apache Cordova OR ?
* OS and version
* Other?

#### Additional information
*Please list any additional information that might help us*
19 changes: 19 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
*General Instructions*

- *Please use a short, but meaningful title.*
- *Delete everything in italics before submitting the pull request*
- *Make sure to fill in as much information as possible*

#### This pull request is a Work In Progress|Finalized|Other
*(choose ONE from the above list and delete the others)*

#### Related issue(s) and/or pull request(s)
*Example: See also #NUMBER*

#### Test cases, sample files

*(if relevant, please indicate public EPUB URL(s), or whether you can share ebook(s) privately)*


### Additional information
*Please provide any and all information that might help us*
Loading

0 comments on commit 89893b3

Please sign in to comment.