Skip to content

Add repository URL, GitHub username, and license fields to issue templates #72

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/1_new-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,30 @@ body:
placeholder: https://
validations:
required: true
- type: input
id: repository_url
attributes:
label: Repository URL
description: URL of the source code repository for your library.
placeholder: https://github.com/username/repository
validations:
required: false
- type: input
id: github_username
attributes:
label: GitHub Username
description: Your GitHub username.
placeholder: username
validations:
required: false
- type: input
id: license_spdx
attributes:
label: License SPDX Identifier
description: SPDX identifier for your library's license (e.g., MIT, GPL-3.0-only, LGPL-2.1-or-later). See [SPDX License List](https://spdx.org/licenses/) for valid identifiers.
placeholder: MIT
validations:
required: false
- type: checkboxes
id: guidelines_confirmation
attributes:
Expand Down
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/2_new-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,30 @@ body:
placeholder: https://
validations:
required: true
- type: input
id: repository_url
attributes:
label: Repository URL
description: URL of the source code repository for your tool.
placeholder: https://github.com/username/repository
validations:
required: false
- type: input
id: github_username
attributes:
label: GitHub Username
description: Your GitHub username.
placeholder: username
validations:
required: false
- type: input
id: license_spdx
attributes:
label: License SPDX Identifier
description: SPDX identifier for your tool's license (e.g., MIT, GPL-3.0-only, LGPL-2.1-or-later). See [SPDX License List](https://spdx.org/licenses/) for valid identifiers.
placeholder: MIT
validations:
required: false
- type: checkboxes
id: guidelines_confirmation
attributes:
Expand Down
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/3_new-mode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,30 @@ body:
placeholder: https://
validations:
required: true
- type: input
id: repository_url
attributes:
label: Repository URL
description: URL of the source code repository for your mode.
placeholder: https://github.com/username/repository
validations:
required: false
- type: input
id: github_username
attributes:
label: GitHub Username
description: Your GitHub username.
placeholder: username
validations:
required: false
- type: input
id: license_spdx
attributes:
label: License SPDX Identifier
description: SPDX identifier for your mode's license (e.g., MIT, GPL-3.0-only, LGPL-2.1-or-later). See [SPDX License List](https://spdx.org/licenses/) for valid identifiers.
placeholder: MIT
validations:
required: false
- type: checkboxes
id: guidelines_confirmation
attributes:
Expand Down
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/4_new-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,30 @@ body:
placeholder: https://
validations:
required: true
- type: input
id: repository_url
attributes:
label: Repository URL
description: URL of the source code repository for your example pack.
placeholder: https://github.com/username/repository
validations:
required: false
- type: input
id: github_username
attributes:
label: GitHub Username
description: Your GitHub username.
placeholder: username
validations:
required: false
- type: input
id: license_spdx
attributes:
label: License SPDX Identifier
description: SPDX identifier for your example pack's license (e.g., MIT, GPL-3.0-only, CC-BY-4.0). See [SPDX License List](https://spdx.org/licenses/) for valid identifiers.
placeholder: MIT
validations:
required: false
- type: checkboxes
id: guidelines_confirmation
attributes:
Expand Down