From 9f918fb61d6e1f3c9deb735d6d45b1dffc0bb6bc Mon Sep 17 00:00:00 2001 From: Austin Date: Wed, 8 Jan 2020 20:59:07 -0800 Subject: [PATCH] Attempt fixing lists for codacy take 2 --- .github/ISSUE_TEMPLATE/BugReport.md | 10 +++++----- .github/ISSUE_TEMPLATE/Story.md | 8 ++++---- .github/PULL_REQUEST_TEMPLATE/PullRequest.md | 8 ++++---- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BugReport.md b/.github/ISSUE_TEMPLATE/BugReport.md index ebd0a07..4e95a27 100644 --- a/.github/ISSUE_TEMPLATE/BugReport.md +++ b/.github/ISSUE_TEMPLATE/BugReport.md @@ -24,10 +24,10 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. ## Environment/System (please complete the following information) - - OS: [e.g. Windows/Linux/MacOS] - - Application version: [e.g. v1.3.5] - - Commit: [if building from source] - - Compiler: [if building from source - MSVC/GCC/Clang] +- OS: [e.g. Windows/Linux/MacOS] +- Application version: [e.g. v1.3.5] +- Commit: [if building from source] +- Compiler: [if building from source - MSVC/GCC/Clang] -## Additional context: +## Additional context Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/Story.md b/.github/ISSUE_TEMPLATE/Story.md index 861f94c..55ca648 100644 --- a/.github/ISSUE_TEMPLATE/Story.md +++ b/.github/ISSUE_TEMPLATE/Story.md @@ -12,10 +12,10 @@ What are we solving? What does this look like? ## MVP What are the minimum features needed for this story? -- [ ] Feature 1 -- [ ] Feature 2 +- [ ] Feature 1 +- [ ] Feature 2 ## Stretch What are some non-required features for this story? -- [ ] Feature 1 -- [ ] Feature 2 +- [ ] Feature 1 +- [ ] Feature 2 diff --git a/.github/PULL_REQUEST_TEMPLATE/PullRequest.md b/.github/PULL_REQUEST_TEMPLATE/PullRequest.md index cc26498..ac39ea8 100644 --- a/.github/PULL_REQUEST_TEMPLATE/PullRequest.md +++ b/.github/PULL_REQUEST_TEMPLATE/PullRequest.md @@ -3,13 +3,13 @@ Authors: @author1 ## Summary of changes - - Change 1 - - Change 2 +- Change 1 +- Change 2 ## Caveats Does this introduce any new bugs? - - Caveat1 - - Caveat2 +- Caveat1 +- Caveat2 ## On approval Please merge or Wait for me before merging \ No newline at end of file