diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index eca64d1..266871d 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -7,17 +7,17 @@ assignees: ''
 
 ---
 
-## **Environment**
+## Environment
 - OS: [e.g. Ubuntu 21.04]
 - web-greeter version: output of `web-greeter --version`
 
-## **Bug description**
+## Bug description
 A clear and concise description of what the bug is.
 
-## **Steps to reproduce**
+## Steps to reproduce
 Steps to reproduce the behavior.
 
-## **Expected behavior**
+## Expected behavior
 A clear and concise description of what you expected to happen.
 
 ## **Screenshots**
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 5f81c9c..3311df9 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -7,12 +7,12 @@ assignees: ''
 
 ---
 
-## **Environment**
+## Environment
 - OS: [e.g. Ubuntu 21.04]
 - web-greeter version: output of `web-greeter --version`
 
-## **Description of feature**
+## Description of feature
 A clear and concise description of what you want to happen.
 
-## **Possible solutions**
+## Possible solutions
 Add alternatives solutions to this feature or problem.