diff options
-rw-r--r-- | .gitlab/issue_templates/feature_request.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/feature_request.md b/.gitlab/issue_templates/feature_request.md index 9ff4303644..3c6f71a837 100644 --- a/.gitlab/issue_templates/feature_request.md +++ b/.gitlab/issue_templates/feature_request.md @@ -1,3 +1,10 @@ +<!-- +READ THIS FIRST: If the feature you are proposing changes the language that GHC accepts +or adds any warnings to `-Wall`, it should be written as a [GHC Proposal](https://github.com/ghc-proposals/ghc-proposals/). +Other features, appropriate for a GitLab feature request, include GHC API/plugin +innovations, new low-impact compiler flags, or other similar additions to GHC. +--> + ## Motivation Briefly describe the problem your proposal solves and why this problem should |