From 8e15b59347c2db258c278592caaea500dad76985 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 22 Jul 2018 14:17:53 +0200 Subject: [PATCH] Use underline style markup for issue/PR templates --- .github/ISSUE_TEMPLATE.md | 27 ++++++++++++++++++--------- .github/PULL_REQUEST_TEMPLATE.md | 9 ++++++--- 2 files changed, 24 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 90af55ea2..f80774d67 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -23,10 +23,12 @@ Thanks for understanding, and for contributing to the project! --> -## Output of `restic version` +Output of `restic version` +-------------------------- -## How did you run restic exactly? +How did you run restic exactly? +------------------------------- -## What backend/server/service did you use to store the repository? +What backend/server/service did you use to store the repository? +---------------------------------------------------------------- -## Expected behavior +Expected behavior +----------------- -## Actual behavior +Actual behavior +--------------- -## Steps to reproduce the behavior +Steps to reproduce the behavior +------------------------------- -## Do you have any idea what may have caused this? +Do you have any idea what may have caused this? +----------------------------------------------- -## Do you have an idea how to solve the issue? +Do you have an idea how to solve the issue? +------------------------------------------- -## Did restic help you or made you happy in any way? +Did restic help you or made you happy in any way? +------------------------------------------------- -### What is the purpose of this change? What does it change? +What is the purpose of this change? What does it change? +-------------------------------------------------------- -### Was the change discussed in an issue or in the forum before? +Was the change discussed in an issue or in the forum before? +------------------------------------------------------------ -### Checklist +Checklist +--------- - [ ] I have read the [Contribution Guidelines](https://github.com/restic/restic/blob/master/CONTRIBUTING.md#providing-patches) - [ ] I have added tests for all changes in this PR