diff options
author | Richard Eisenberg <rae@richarde.dev> | 2021-05-13 15:46:10 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-05-19 23:36:35 -0400 |
commit | 8e7f02eac64240f1dc9d3dba01e0a7b34982e01f (patch) | |
tree | 98486cb8e56e50d79e0c60100dd07e02ac46b567 | |
parent | 10ae305e4ef05e1817ba92fb1d7a7079612c78a3 (diff) | |
download | haskell-8e7f02eac64240f1dc9d3dba01e0a7b34982e01f.tar.gz |
Point posters to ghc-proposals
-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 |