Skip to content

Commit

Permalink
Merge pull request #89 from JeremyWu917/master
Browse files Browse the repository at this point in the history
Chore: Add issue template files
  • Loading branch information
sdcb authored Apr 16, 2024
2 parents 09c4a94 + c085705 commit e289774
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 0 deletions.
50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: Bug report
description: File a bug report
title: "Bug title"
labels: []
body:
- type: textarea
validations:
required: true
attributes:
label: Describe the bug
description: Please enter a short, clear description of the bug.
- type: textarea
validations:
required: true
attributes:
label: Steps to reproduce the bug
description: Please provide any required setup and steps to reproduce the behavior.
placeholder: |
1. Go to '...'
2. Click on '....'
- type: textarea
attributes:
label: Expected behavior
description: Please provide a description of what you expected to happen
- type: textarea
attributes:
label: Screenshots
description: If applicable, add screenshots here to help explain your problem
- type: textarea
attributes:
label: Release version
description: Please input release version
placeholder: |
v2.5.0
- type: textarea
attributes:
label: IDE
description: Which IDE versions did you see the issue on?
placeholder: |
Visual Studio 2022-preview
- type: textarea
attributes:
label: OS version
description: Which OS versions did you see the issue on?
placeholder: |
Windows 11 (22000)
- type: textarea
attributes:
label: Additional context
description: Enter any other applicable info here
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Read the FAQs
url: https://github.com/sdcb/PaddleSharp?tab=readme-ov-file#faq-
about: Be sure you've read the FAQs!
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Feature request
description: Suggest an idea for the PaddleSharp
title: "Feature request title"
body:
- type: dropdown
validations:
required: true
attributes:
label: Feature request type
options:
- sample request
- enhancement
- type: textarea
validations:
required: true
attributes:
label: Is your feature request related to a problem? Please describe
description: Please provide a description of the sample request or enhancement
placeholder: |
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
- type: textarea
validations:
required: true
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen
- type: textarea
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered
- type: textarea
attributes:
label: Additional context
description: Enter any other applicable info here
placeholder: |
Add any other context or screenshots about the feature request here.

0 comments on commit e289774

Please sign in to comment.