...

Text file src/github.com/ory/fosite/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml

Documentation: github.com/ory/fosite/.github/ISSUE_TEMPLATE

     1description:
     2  'Suggest an idea for this project without a plan for implementation'
     3labels:
     4  - feat
     5name: 'Feature Request'
     6body:
     7  - attributes:
     8      value: |
     9        Thank you for suggesting an idea for this project!
    10
    11        If you already have a plan to implement a feature or a change, please create a [design document](https://github.com/aeneasr/gh-template-test/issues/new?assignees=&labels=rfc&template=DESIGN-DOC.yml) instead if the change is non-trivial!
    12    type: markdown
    13  - attributes:
    14      label: 'Preflight checklist'
    15      options:
    16        - label:
    17            'I could not find a solution in the existing issues, docs, nor
    18            discussions.'
    19          required: true
    20        - label:
    21            "I agree to follow this project's [Code of
    22            Conduct](https://github.com/ory/fosite/blob/master/CODE_OF_CONDUCT.md)."
    23          required: true
    24        - label:
    25            "I have read and am following this repository's [Contribution
    26            Guidelines](https://github.com/ory/fosite/blob/master/CONTRIBUTING.md)."
    27          required: true
    28        - label:
    29            'This issue affects my [Ory Cloud](https://www.ory.sh/) project.'
    30        - label:
    31            'I have joined the [Ory Community Slack](https://slack.ory.sh).'
    32        - label:
    33            'I am signed up to the [Ory Security Patch
    34            Newsletter](https://ory.us10.list-manage.com/subscribe?u=ffb1a878e4ec6c0ed312a3480&id=f605a41b53).'
    35    id: checklist
    36    type: checkboxes
    37  - attributes:
    38      description:
    39        'Is your feature request related to a problem? Please describe.'
    40      label: 'Describe your problem'
    41      placeholder:
    42        "A clear and concise description of what the problem is. Ex. I'm always
    43        frustrated when [...]"
    44    id: problem
    45    type: textarea
    46    validations:
    47      required: true
    48  - attributes:
    49      description: |
    50        Describe the solution you'd like
    51      placeholder: |
    52        A clear and concise description of what you want to happen.
    53      label: 'Describe your ideal solution'
    54    id: solution
    55    type: textarea
    56    validations:
    57      required: true
    58  - attributes:
    59      description: "Describe alternatives you've considered"
    60      label: 'Workarounds or alternatives'
    61    id: alternatives
    62    type: textarea
    63    validations:
    64      required: true
    65  - attributes:
    66      description: 'What version of our software are you running?'
    67      label: Version
    68    id: version
    69    type: input
    70    validations:
    71      required: true
    72  - attributes:
    73      description:
    74        'Add any other context or screenshots about the feature request here.'
    75      label: Additional Context
    76    id: additional
    77    type: textarea

View as plain text