Skip to content

Commit

Permalink
Remove redundant formatting in issue template (#152)
Browse files Browse the repository at this point in the history
"###" markdown already applies the bold formatting so "**" is not needed.
  • Loading branch information
richfab authored Nov 13, 2023
1 parent 56cfc49 commit a5024e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/new-issue-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: New Issue Template
about: 'Please use this template for all new issues.'
---

### **If you are new to the GBFS Validator, 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 GBFS Validator, 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).

0 comments on commit a5024e4

Please sign in to comment.