mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-02 03:02:31 +00:00
36 lines
783 B
Markdown
36 lines
783 B
Markdown
---
|
|
name: Feature request
|
|
about: Do you want to suggest a new feature? Use this template.
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
<!---
|
|
Notice there is now a separate repository for the detailed RFCs and proposals:
|
|
https://github.com/nim-lang/RFCs
|
|
|
|
If you have a simple feature request, you can post it here using this template,
|
|
but bear in mind that adding new features to the language is currently a low priority.
|
|
-->
|
|
|
|
|
|
### Summary
|
|
<!--- Short summary of your proposed feature -->
|
|
|
|
|
|
### Description
|
|
<!--- Describe your solution, what problem does it fix? -->
|
|
|
|
|
|
### Alternatives
|
|
<!--- Are there any alternatives you've considered? -->
|
|
|
|
|
|
### Additional Information
|
|
<!--- For Example:
|
|
* A link to a project where the issue is relevant.
|
|
* A link to a related issue or discussion.
|
|
-->
|