Skip to content

Commit

Permalink
chore: fix syntax and make one small formatting change to PR template
Browse files Browse the repository at this point in the history
Closes #344
  • Loading branch information
tublitzed committed Nov 21, 2019
1 parent bbe744d commit 11e4754
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
run-local:
RUST_LOG=debug RUST_BACKTRACE=1 cargo run -- --config config/local.toml
RUST_LOG=debug RUST_BACKTRACE=1 cargo run -- --config config/local.toml
6 changes: 3 additions & 3 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Description
## Description

Describe these changes.

# Testing
## Testing

How should reviewers test?

# Issue(s)
## Issue(s)

Closes [link](link).

0 comments on commit 11e4754

Please sign in to comment.