-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #89 from JeremyWu917/master
Chore: Add issue template files
- Loading branch information
Showing
3 changed files
with
91 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |