Skip to content

Commit

Permalink
Adderessing the requested changes
Browse files Browse the repository at this point in the history
Signed-off-by: hansinikarunarathne <[email protected]>
  • Loading branch information
hansinikarunarathne committed May 13, 2024
1 parent 3d60316 commit 68be165
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
blank_issues_enabled: false
contact_links:
- name: Join The Community
- name: Join Our wg-manifests Community
url: https://www.kubeflow.org/docs/about/community/
about: Join our slack channel and access our meeting schedule.

34 changes: 14 additions & 20 deletions .github/ISSUE_TEMPLATE/issue-report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Issue Report
description: Report a Issue
description: Report an Issue
body:
- type: markdown
attributes:
Expand All @@ -12,34 +12,34 @@ body:
options:
- label: Is this a Kubeflow issue?
required: true
- label: Is this for Kubeflow development ?
required: true
- label: Are you posting in the right repository ?
required: true
- label: Did you follow the installation guide https://github.com/kubeflow/manifests?tab=readme-ov-file ?
required: true
- label: Is the issue report properly structured and detailed with version numbers?
required: true
- label: Is this for Kubeflow development ?
required: false
- label: Would you like to work on this issue?
required: false
- label: Join our slack channel using [wg-manifests](https://www.kubeflow.org/docs/about/community/).
required: false
- type: dropdown
id: version
attributes:
label: Version
description: What version of our software are you running?
options:
- master
- 1.9
- 1.8
- 1.7
- 1.6
- 1.5
- 1.4
- 1.3
- 1.2
- 1.1
- 1.0
- 0.7
- 0.6
validations:
required: true
- type: textarea
id: description
attributes:
label: Describe your issue
placeholder: When I Procced this issue is occured.
placeholder: When I Proceed this issue is occured.
validations:
required: true
- type: textarea
Expand All @@ -55,12 +55,6 @@ body:
id: screenshots
attributes:
label: Put here any screenshots or videos (optional)
- type: dropdown
id: assign
attributes:
label: "Would you like to work on this issue?"
options:
- "Yes"
- type: markdown
attributes:
value: |
Expand Down

0 comments on commit 68be165

Please sign in to comment.