github.com/openfga/openfga@v1.5.4-rc1/.github/ISSUE_TEMPLATE/feature_request.yml (about)

     1  name: 🚀 Feature Request
     2  description: Suggest an idea or a feature for this project
     3  labels: [ "enhancement" ]
     4  
     5  body:
     6    - type: markdown
     7      attributes:
     8        value: |
     9          Thanks for taking the time to fill out this feature request!
    10  
    11    - type: checkboxes
    12      id: checklist
    13      attributes:
    14        label: Checklist
    15        options:
    16          - label: I agree to the terms within the [OpenFGA Code of Conduct](https://github.com/openfga/.github/blob/main/CODE_OF_CONDUCT.md).
    17            required: true
    18  
    19    - type: textarea
    20      id: description
    21      attributes:
    22        label: Describe the problem you'd like to have solved
    23        description: A clear and concise description of what the problem is.
    24        placeholder: My life would be a lot simpler if...
    25      validations:
    26        required: true
    27  
    28    - type: textarea
    29      id: ideal-solution
    30      attributes:
    31        label: Describe the ideal solution
    32        description: A clear and concise description of what you want to happen.
    33      validations:
    34        required: true
    35  
    36    - type: textarea
    37      id: alternatives-and-workarounds
    38      attributes:
    39        label: Alternatives and current workarounds
    40        description: A clear and concise description of any alternatives you've considered or any workarounds that are currently in place.
    41      validations:
    42        required: false
    43  
    44    - type: textarea
    45      id: additional-context
    46      attributes:
    47        label: Additional context
    48        description: Add any other context or screenshots about the feature request here.
    49      validations:
    50        required: false