aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-11-12 21:26:53 -0800
committerGitHub <noreply@github.com>2020-11-12 21:26:53 -0800
commit0acf1d6c9ff098c26eb89f532863f572ccf0ab9f (patch)
tree61a5fa9a99b05733b7bdf42aaff9ca358eb7fa6d /.github
parent122b234e2318fe7081bcca32a1a5cd91fcf2d628 (diff)
downloadnng-0acf1d6c9ff098c26eb89f532863f572ccf0ab9f.tar.gz
nng-0acf1d6c9ff098c26eb89f532863f572ccf0ab9f.tar.bz2
nng-0acf1d6c9ff098c26eb89f532863f572ccf0ab9f.zip
Add RFE issue template.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 00000000..bbcbbe7d
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,20 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Is your feature request related to a problem? Please describe.**
+A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+
+**Describe the solution you'd like**
+A clear and concise description of what you want to happen.
+
+**Describe alternatives you've considered**
+A clear and concise description of any alternative solutions or features you've considered.
+
+**Additional context**
+Add any other context or screenshots about the feature request here.