Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #66 from halcyon-org/chore-temp
Browse files Browse the repository at this point in the history
chore(template): More fine-grained Issue template
  • Loading branch information
shiron-dev authored Jul 12, 2024
2 parents 03dfc69 + acf0f8c commit 40e6a49
Showing 1 changed file with 53 additions and 6 deletions.
59 changes: 53 additions & 6 deletions .github/ISSUE_TEMPLATE/ext-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,65 @@ description: Template to use when sending additional requests for external APIs.
title: "[Ext]: "
labels: [external api]
body:
- type: input
id: external-api-summary
attributes:
label: What this API is
validations:
required: true

- type: input
id: external-api-url
attributes:
label: API endpoint URL
validations:
required: true

- type: textarea
id: external-api-list
attributes:
label: Data you want to get
value: |
-
-
-
validations:
required: true

- type: input
id: external-api-interval
attributes:
label: Interval you will get data
value: times / month
validations:
required: true

- type: textarea
id: external-api-example
attributes:
label: API data example
validations:
required: true

- type: input
id: external-api-form
attributes:
label: API data format or link to
description: File type, character code, data format
validations:
required: true

- type: textarea
id: external-api-description
id: external-api-license
attributes:
label: Description of the external API you want
description: Please describe in detail the API URL, reference, name, and plan (fee) e.t.c.
label: API license information and link to
validations:
required: true

- type: textarea
id: what-use-for-description
id: external-api-additional-info
attributes:
label: What to use this API for
description: Please describe in as much detail as possible what this API will be used for. What information do you need to use this API for?
label: Additional information of the API
description: Please describe the plan (fee), e.t.c.
validations:
required: true

0 comments on commit 40e6a49

Please sign in to comment.