Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rizowski authored Mar 2, 2017
1 parent 377f046 commit f9ff86b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ having these things will help me help you to the best of my ability. To file an
- [Debug logs](#getting-the-debug-logs)

## Making a pull request
To make a pull request for an issue, please fork the repo, and create a branch off `dev`.
To make a pull request for an issue, please fork the repo, and create a branch off `master`.

## Getting the debug logs
In order to get the debug logs, you will need to change your command a little. Please prefix the command you are trying to run with `DEBUG=*`. Copy everything printed and past it in the issue.
In order to get the debug logs, you will need to change your command a little. Please prefix the command you are trying to run with `DEBUG=esw:*`. Copy everything printed and past it in the issue.

```bash
$ DEBUG=* esw
$ DEBUG=esw:* esw
```

0 comments on commit f9ff86b

Please sign in to comment.