Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 769 Bytes

feature_request.md

File metadata and controls

33 lines (26 loc) · 769 Bytes
name about title labels assignees
Feature request
Suggest an idea for this project
feature request

Description

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Proposed API

A clear and concise description of what you want to happen. You do not need to detail the implementation itself, simply use pass in the body of the function, class, etc...

function f(x, y)
    pass
end

Example Usage

A simple example to demonstrate how the feature might be used. You do not necessarily need to provide example results, but it would be great if you could.

julia> f(5)
3

Refrences

References to papers or other software which describe or implement this feature in detail.