From 1aba5689a9a292912f876549360c25139a4102d9 Mon Sep 17 00:00:00 2001 From: Tony Brix Date: Thu, 8 Oct 2020 08:06:06 -0500 Subject: [PATCH] chore: update templates (#1775) --- .github/ISSUE_TEMPLATE.md | 6 +-- .github/ISSUE_TEMPLATE/Bug_report.md | 55 ++++++++++++----------- .github/ISSUE_TEMPLATE/Feature_request.md | 28 ++++++------ .github/ISSUE_TEMPLATE/Proposal.md | 6 +-- .github/PULL_REQUEST_TEMPLATE/badges.md | 6 +-- 5 files changed, 51 insertions(+), 50 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 9df84eaf..1cfddde1 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,9 +2,9 @@ **Markdown flavor:** Markdown.pl|CommonMark|GitHub Flavored Markdown|n/a - + - - - - - - - -**Expected behavior** -A clear and concise description of what you expected to happen. +--- +name: Bug report +about: Marked says it does this thing but does not + +--- +**Marked version:** + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: + + + + + + + +**Expected behavior** +A clear and concise description of what you expected to happen. diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index 745d4b43..cbc4201e 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -1,14 +1,14 @@ ---- -name: Feature request -about: Marked doesn't do this thing and I think it should - ---- - -**Describe the feature** -A clear and concise description of what you would like. - -**Why is this feature necessary?** -A clear and concise description of why. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. +--- +name: Feature request +about: Marked doesn't do this thing and I think it should + +--- + +**Describe the feature** +A clear and concise description of what you would like. + +**Why is this feature necessary?** +A clear and concise description of why. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. diff --git a/.github/ISSUE_TEMPLATE/Proposal.md b/.github/ISSUE_TEMPLATE/Proposal.md index aa94da3a..634ee3a2 100644 --- a/.github/ISSUE_TEMPLATE/Proposal.md +++ b/.github/ISSUE_TEMPLATE/Proposal.md @@ -1,11 +1,11 @@ --- name: Proposal about: Marked doesn't do this thing and I think it should - + --- - + **What pain point are you perceiving?.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - + **Describe the solution you'd like** A clear and concise description of what you want to happen. diff --git a/.github/PULL_REQUEST_TEMPLATE/badges.md b/.github/PULL_REQUEST_TEMPLATE/badges.md index 2078243d..7fb623b4 100644 --- a/.github/PULL_REQUEST_TEMPLATE/badges.md +++ b/.github/PULL_REQUEST_TEMPLATE/badges.md @@ -6,9 +6,9 @@ - [ ] Add a badge - [ ] Remove a badge - -Note: All committers must approve via review before merging, the disapproving committer can simply close the PR. \ No newline at end of file +Note: All committers must approve via review before merging, the disapproving committer can simply close the PR.