Skip to content
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

Changed file extensions #471

Merged
merged 1 commit into from
Oct 21, 2024
Merged
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
87 changes: 87 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
name: Bug Report
description: File a bug report.
title: "[Bug]: "
labels: ["bug", "triage", "needs-triage", "documentation"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: input
id: contact
attributes:
label: Plugin Name
description: Name of the plugin issue is seen?
placeholder: ex. artifactCleanup.groovy
validations:
required: true
- type: input
id: plugin-path
attributes:
label: Plugin Path?
description: Path of plugin from root of repository?
placeholder: ex. cleanup/artifactCleanup.groovy
validations:
required: true
- type: dropdown
id: isDeprecated
attributes:
label: IsDeprecated
description: Is the plugin in deprecated-plugins folder(deprecated-plugins)?
options:
- Yes (Default)
- No
default: 0
validations:
required: true
- type: textarea
id: config
attributes:
label: config/properties
description: Please copy and paste any relevant config.json or properties.
render: shell
validations:
required: true
- type: input
id: rtVersion
attributes:
label: Artifactory Version?
description: Version of Artifactory in Semantic format?
placeholder: ex. 7.XX.X
validations:
required: true
- type: textarea
id: alternative
attributes:
label: Alternatives Explored
description: Have you considered any alternative solutions or workarounds out of box in Artifactory?
render: shell
validations:
required: true
- type: textarea
id: issue
attributes:
label: Issue Summary
description: Summary of the Issue you are facing?
render: shell
validations:
required: true
- type: dropdown
id: selfFix
attributes:
label: Can you fix it?
description: Can you fix the issue by yourself?
options:
- Yes (Default)
- No
default: 0
validations:
required: true
- type: textarea
id: solution
attributes:
label: Expected Solution
description: What is the solution expected?
render: shell
validations:
required: true
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
Loading