Switch to unified view

a b/.github/ISSUE_TEMPLATE/feature_request.md
1
---
2
name: Feature request
3
about: Suggest an idea for this project
4
title: ''
5
labels: ''
6
assignees: ''
7
8
---
9
10
# Describe the feature
11
12
**Motivation**
13
A clear and concise description of the motivation of the feature.
14
Ex1. It is inconvenient when [....].
15
Ex2. There is a recent paper [....], which is very helpful for [....].
16
17
**Related resources**
18
If there is an official code release or third-party implementations, please also provide the information here, which would be very helpful.
19
20
**Additional context**
21
Add any other context or screenshots about the feature request here.
22
If you would like to implement the feature and create a PR, please leave a comment here and that would be much appreciated.