diff options
author | Richard Eisenberg <rae@richarde.dev> | 2021-05-13 15:46:10 -0400 |
---|---|---|
committer | Richard Eisenberg <rae@richarde.dev> | 2021-05-13 15:46:10 -0400 |
commit | 4f41b46a7ed77aa98894617f772ee306c9d80400 (patch) | |
tree | 18d297242d60a28b76ac50115776a9027063c976 | |
parent | e0ded198e9ec1c8bb7253506569e7ae47818e791 (diff) | |
download | haskell-wip/rae-master-patch-30432.tar.gz |
Point posters to ghc-proposalswip/rae-master-patch-30432
-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 |