forked from internetarchive/bookreader
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moving contributing section of README to own file
- Loading branch information
1 parent
15e1c9b
commit 28ed52d
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Contributing | ||
|
||
- Please try to follow the code style within the file (spacing/comments/etc). | ||
- Please only submit merge requests for features that would be useful for the general use | ||
- Please try to avoid adding new libraries | ||
- If the PR is a bug fix, include a link to a jsbin/codepen if possible | ||
- Please test the changes in desktop, mobile, and embed modes, and also on many different devices/browsers. |