Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
Readme file added
Browse files Browse the repository at this point in the history
  • Loading branch information
A5hleyRich committed Jul 12, 2015
1 parent de3fe98 commit 34c17e8
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
![Version](https://img.shields.io/wordpress/plugin/dt/delightful-downloads.svg) ![Rating](https://img.shields.io/wordpress/plugin/r/delightful-downloads.svg)

## Bugs

If you find a bug, please raise it [here](https://github.com/A5hleyRich/delightful-downloads/issues).

## Contributions

Anyone is welcome to contribute to Delightful Downloads. There are various ways to do so:

* Report a bug on GitHub
* Send a Pull Request with your bug fixes and/or new features
* [Translate](https://www.transifex.com/projects/p/delightful-downloads/) Delightful Downloads into different languages
* Provide feedback and suggestions on enhancements

## Development

Development should be performed on the __develop__ branch. After cloning the __develop__ branch to your local machine you should run:

`npm install`

Followed by:

`grunt`

This will build the required CSS files.

If you require the localisation files you will need to install the [Transifex client](http://docs.transifex.com/client/setup/) and then run:

`grunt translate`

0 comments on commit 34c17e8

Please sign in to comment.