From 11e4754558b217cbfa36dcb998e96e9a1057dfcc Mon Sep 17 00:00:00 2001 From: Rachel Tublitz Date: Thu, 21 Nov 2019 16:32:29 -0500 Subject: [PATCH] chore: fix syntax and make one small formatting change to PR template Closes #344 --- Makefile | 2 +- PULL_REQUEST_TEMPLATE.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 5b0d6fac..4ddf03cb 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ run-local: - RUST_LOG=debug RUST_BACKTRACE=1 cargo run -- --config config/local.toml \ No newline at end of file + RUST_LOG=debug RUST_BACKTRACE=1 cargo run -- --config config/local.toml diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index e5d0a4fe..1413835a 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,11 +1,11 @@ -# Description +## Description Describe these changes. -# Testing +## Testing How should reviewers test? -# Issue(s) +## Issue(s) Closes [link](link).