From 8f105a441dff397a72c9f3e54f73850b31eafdb6 Mon Sep 17 00:00:00 2001 From: iomintz Date: Fri, 18 Sep 2020 06:40:27 -0500 Subject: issue/PR templates: use h2 instead of h3 `h2` is the semantically correct heading here, as `h1` is for document titles and `h2` is for the top level headings within a document. `h3` should be used for subheadings of `h2` headings. --- .github/ISSUE_TEMPLATE/feature_request.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github/ISSUE_TEMPLATE/feature_request.md') diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 95dea663..4badd49e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,24 +4,24 @@ about: Suggest a feature for this library labels: feature request --- -### The Problem +## The Problem -### The Ideal Solution +## The Ideal Solution -### The Current Solution +## The Current Solution -### Summary +## Summary -- cgit v1.2.3