Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix the error of issue templates. #1003

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

Merged
merged 1 commit into from
Mar 6, 2023
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
6 changes: 1 addition & 5 deletions .github/ISSUE_TEMPLATE/blank_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@ name: Blank Issue
description: Submit an issue about Tensorflow.NET.
labels: [Blank Issue]
body:
- type: markdown
- type: textarea
id: description
attributes:
label: Description
description: Please describe the issue here.
placeholder: Description
validations:
required: false
- type: markdown
attributes:
value: |
No matched issue template? Try the blank issue! We welcome submitting issues to Tensorflow.NET!
14 changes: 5 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ body:
attributes:
value: |
We welcome bug reports! Any unexpected behavior could be a BUG and this template help us gather the information to fix it.
- type: markdown
- type: textarea
id: background
attributes:
label: Description
description: Please share a clear and concise description of the problem.
placeholder: Description
validations:
required: true
- type: markdown
- type: textarea
id: repro-steps
attributes:
label: Reproduction Steps
Expand All @@ -24,7 +24,7 @@ body:
placeholder: Minimal Reproduction
validations:
required: false
- type: markdown
- type: textarea
id: known-workarounds
attributes:
label: Known Workarounds
Expand All @@ -33,7 +33,7 @@ body:
placeholder: Known Workarounds
validations:
required: false
- type: markdown
- type: textarea
id: configuration
attributes:
label: Configuration and Other Information
Expand All @@ -45,8 +45,4 @@ body:
* Any other information about this problem?
placeholder: Configuration
validations:
required: false
- type: markdown
attributes:
value: |
Thanks for reporting the problem to us!
required: false
16 changes: 6 additions & 10 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ body:
attributes:
value: |
We welcome feature proposal/request! This template will help us gather the information we need to implement the new feature.
- type: markdown
- type: textarea
id: background
attributes:
label: Background and Feature Description
description: Please describe the purpose and value of the new feature here. If the feature is linked to a specific problem, please describe it or put the link here.
placeholder: Purpose
validations:
required: true
- type: markdown
- type: textarea
id: api-proposal
attributes:
label: API Definition and Usage
Expand All @@ -26,11 +26,11 @@ body:
```cs
public Tensor NewFunc(Tensor x, int y);

var result = NewFunc(input, index);
var result = NewFunc(input, index);
```
validations:
required: false
- type: markdown
- type: textarea
id: alternatives
attributes:
label: Alternatives
Expand All @@ -39,16 +39,12 @@ body:
placeholder: Alternatives
validations:
required: false
- type: markdown
- type: textarea
id: risks
attributes:
label: Risks
description: |
Please mention any risks that to your knowledge the API proposal might entail, such as breaking changes, performance regressions, etc.
placeholder: Risks
validations:
required: false
- type: markdown
attributes:
value: |
Thanks for your contributing!
required: false