-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
132 additions
and
9 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,25 @@ | ||
name: Documentation Inprovement | ||
description: As a user, I want to make an enhancement for iflearner docmument | ||
title: "[Enhancement]: " | ||
labels: [kind/enhancement] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to suggest an enhancement for iflearner document! | ||
- type: textarea | ||
attributes: | ||
label: Which chapter do you think needs improvement? | ||
description: A concise description of what you're expecting/suggesting. | ||
placeholder: | | ||
For example Quickstart/installation | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: What information do you think needs to be added? | ||
description: A concise description of the reason/motivation | ||
placeholder: | | ||
For example Quickstart/installation | ||
validations: | ||
required: false |
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,23 @@ | ||
name: Feature request | ||
description: As a user, I want to request a feature for iflearner | ||
title: "[Feature Request]: " | ||
labels: [kind/feature] | ||
assignees: | ||
- 'dejavu6' | ||
- 'xs233' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to request a feature for iflearner! | ||
- type: textarea | ||
attributes: | ||
label: Describe the type of feature and its functionality. | ||
description: A concise description of the problem you are facing or the motivetion behind this feature request.. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Is there something else you want to add? | ||
validations: | ||
required: false |
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,30 @@ | ||
name: Bug Report | ||
description: Create a report to help us reproduce and correct the bug | ||
labels: ['bug'] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: > | ||
#### Thanks for taking the time to fill out this bug report! | ||
Before submitting a bug, please make sure the issue hasn't been already | ||
addressed by searching through [the past issues](https://github.com/iflytek/iflearner/issues). | ||
- type: textarea | ||
attributes: | ||
label: Describe the bug | ||
description: > | ||
A clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Additional Information | ||
description: Please copy and paste any relevant Info output. | ||
render: shell | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: > | ||
Thanks for contributing! |
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,33 @@ | ||
<!-- | ||
Thanks for opening the pull request! Make sure you have viewed at | ||
the contribution guidelines: https://github.com/iflytek/iflearner/blob/main/doc/docs/tutorial/contributor_guide.md | ||
See Online Docs: https://iflytek.github.io/iflearner/tutorial/contributor_guide/ | ||
--> | ||
|
||
#### Reference Issues/PRs | ||
|
||
<!-- | ||
Please use keywords (e.g., Fixes) to create a link to the issues or pull requests | ||
you resolved. | ||
Example: Fixes #123. | ||
--> | ||
|
||
#### What does this implement/fix? Explain your changes. | ||
|
||
<!-- | ||
Explain why this PR is needed and what changes you made. | ||
Example: Added a new aggregation strategy, what scenarios will it be suitable for. | ||
--> | ||
|
||
#### Any other comments? | ||
|
||
<!-- | ||
Note that it may take some time for the maintainers to review the PR. | ||
We value your contributions and understand the time you put into this PR. | ||
So thanks for your contribution. | ||
--> |
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
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
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
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