...
1---
2name: Feature request
3about: Suggest an idea for this project
4title: ''
5labels: ''
6assignees: ''
7
8---
9
10**Contribution Guidelines**
11
12Before filing an issue, please read the contents of [CONTRIBUTING.md](https://github.com/lestrrat-go/jwx/blob/v1/.gthub/CONTRIBUTING.md), and follow its instructions.
13
14**Abstract**
15Please describe concisely what you want to accomplish, including prerequisite information. Please remember that if _you_ cannot articulate the problem, we cannot guess what you are thinking.
16
17**Describe the proposed solution/change**
18Please attach a standalone Go test code that shows the problem, and what you expected to happen.
19
20If it's a behavior change, please include a failing (or would-be failing) test case. If it's a structural or an API change, we understand that you cannot create a complete compiling code, but please do your best to produce a a near-valid code that shows exactly what you want
21
22**Analysis**
23Please describe alternative solutions that you have considered, and pros/cons between them.
24
25**Additional context**
26Add any other context or screenshots about the feature request here. Please delete this section if unnecessary.
View as plain text