diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md index 2e2182b13407e183f383a2004b2a3369a7d15555..7a14cb467da4c6d511d3e08d6f2e588d4ed0354e 100644 --- a/.gitlab/issue_templates/bug.md +++ b/.gitlab/issue_templates/bug.md @@ -1,16 +1,16 @@ -# Summary +## Summary Write a brief description of the issue. -# Steps to reproduce +## Steps to reproduce Please provide a set of concrete steps to reproduce the issue. -# Expected behavior +## Expected behavior What do you expect the reproducer described above to do? -# Environment +## Environment * GHC version used: diff --git a/.gitlab/issue_templates/feature_request.md b/.gitlab/issue_templates/feature_request.md index 63f0bdd9964890a96e00dcb806c74112679ed29e..9ff4303644e4764515bfaed380a2ff71b54f51b2 100644 --- a/.gitlab/issue_templates/feature_request.md +++ b/.gitlab/issue_templates/feature_request.md @@ -1,9 +1,9 @@ -# Motivation +## Motivation Briefly describe the problem your proposal solves and why this problem should be solved. -# Proposal +## Proposal Describe your proposed feature here.