github.com/lestrrat-go/jwx/v2@v2.0.21/.github/ISSUE_TEMPLATE/feature_request.md (about)

     1  ---
     2  name: Feature request
     3  about: Suggest an idea for this project
     4  title: ''
     5  labels: ''
     6  assignees: ''
     7  
     8  ---
     9  
    10  **Contribution Guidelines**
    11  
    12  Before filing an issue, please read the contents of [CONTRIBUTING.md](https://github.com/lestrrat-go/jwx/blob/v2/.github/CONTRIBUTING.md), and follow its instructions.
    13  
    14  **Abstract**
    15  Please 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**
    18  Please attach a standalone Go test code that shows the problem, and what you expected to happen.
    19  
    20  If 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**
    23  Please describe alternative solutions that you have considered, and pros/cons between them.
    24  
    25  **Additional context**
    26  Add any other context or screenshots about the feature request here. Please delete this section if unnecessary.