Your IP : 216.73.216.79


Current Path : /var/www/html/bookstack/.github/ISSUE_TEMPLATE/
Upload File :
Current File : /var/www/html/bookstack/.github/ISSUE_TEMPLATE/api_request.yml

name: New API Endpoint or API Ability
description: Request a new endpoint or API feature be added
labels: [":nut_and_bolt: API Request"]
body:
  - type: textarea
    id: feature
    attributes:
      label: API Endpoint or Feature
      description: Clearly describe what you'd like to have added to the API.
    validations:
      required: true
  - type: textarea
    id: usecase
    attributes:
      label: Use-Case
      description: Explain the use-case that you're working-on that requires the above request.
    validations:
      required: true
  - type: textarea
    id: context
    attributes:
      label: Additional context
      description: Add any other context about the feature request here.
    validations:
      required: false