From 9fc0cbec1904cf2afe72a50b0747a950326adf53 Mon Sep 17 00:00:00 2001 From: Fabien Richard-Allouard Date: Mon, 13 Nov 2023 09:33:22 -0500 Subject: [PATCH] Remove redundant formatting in issue template (#563) "###" markdown already applies the bold formatting so "**" is not needed. --- .github/ISSUE_TEMPLATE/new-issue-template.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new-issue-template.md b/.github/ISSUE_TEMPLATE/new-issue-template.md index 5697e2a8..84c19c76 100644 --- a/.github/ISSUE_TEMPLATE/new-issue-template.md +++ b/.github/ISSUE_TEMPLATE/new-issue-template.md @@ -7,15 +7,15 @@ assignees: '' --- -### **Have you read our [FAQ](https://gbfs.mobilitydata.org/faq)? It’s possible your question can be answered there!** +### Have you read our [FAQ](https://gbfs.mobilitydata.org/faq)? It’s possible your question can be answered there! -### **If you are new to the specification, please introduce yourself (name and organization/link to GBFS). It’s helpful to know who we're chatting with!** +### If you are new to the specification, please introduce yourself (name and organization/link to GBFS). It’s helpful to know who we're chatting with! -### **What is the issue and _why_ is it an issue?** +### What is the issue and _why_ is it an issue? -### **Please describe some potential solutions you have considered (even if they aren’t related to GBFS).** +### Please describe some potential solutions you have considered (even if they aren’t related to GBFS). -### **Is your potential solution a breaking change?** +### Is your potential solution a breaking change? - [ ] Yes - [ ] No - [ ] Unsure