Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robbinjohansson committed May 22, 2018
1 parent 2a41d3b commit 443299a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Haywire Grav Contributing Guide
# Contributing

Thank you for taking an interest in Haywire theme for Grav CMS, please follow the instructions below when contributing to the theme.
Thank you for taking an interest in contributing to `haywire-grav`. All contributions will be fully credited.

## Bug Reporting

Expand All @@ -16,12 +16,18 @@ Create an issue using the [Feature Request Template.](https://github.com/robbinf

- Checkout a topic branch from the relevant branch, e.g. `develop`, and merge back against that branch.

- **Document any change in behaviour:** Make sure the `README.md`, `CHANGELOG.md` and any other relevant documentation are kept up-to-date.

- **One pull request per feature:** If you want to do more than one thing, send multiple pull requests.

## Development

```shell
``` shell
# @ path/to/grav/installation
$ cd user/themes/
$ git clone https://github.com/robbinfellow/haywire-grav.git haywire
$ cd haywire && yarn
$ yarn dev / watch / production
```

**Happy coding**!

0 comments on commit 443299a

Please sign in to comment.