diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-07-02 09:53:29 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-07-04 21:22:35 -0400 |
commit | 675d27fc241cafbdf666f421e9c2aa2c2625bc40 (patch) | |
tree | f0a73f11d8f1edf94317263f38654c77957bdd69 /.gitlab | |
parent | d7f7e1ed6eb03045ee9b5a185666ea206a76bbb6 (diff) | |
download | haskell-675d27fc241cafbdf666f421e9c2aa2c2625bc40.tar.gz |
gitlab: Reduce size of template headings
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/issue_templates/bug.md | 8 | ||||
-rw-r--r-- | .gitlab/issue_templates/feature_request.md | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md index 2e2182b134..7a14cb467d 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 63f0bdd996..9ff4303644 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. |