summary refs log tree commit diff stats
path: root/.github/ISSUE_TEMPLATE/feature_request.md
blob: b9f7caad5871180c38aeb48677be1c5a05b68eda (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
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.
-->