This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
4 changed files
with
71 additions
and
52 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: 'Bug' | ||
assignees: '' | ||
|
||
--- | ||
## Description | ||
(A clear and concise description of what the bug is.) | ||
|
||
### Error Message | ||
(Paste the complete error message, including stack trace.) | ||
|
||
## To Reproduce | ||
(If you developed your own code, please provide a short script that reproduces the error. For existing examples, please provide link.) | ||
|
||
### Steps to reproduce | ||
(Paste the commands you ran that produced the error.) | ||
|
||
1. | ||
2. | ||
|
||
## What have you tried to solve it? | ||
|
||
1. | ||
2. | ||
|
||
## Environment | ||
|
||
We recommend using our script for collecting the diagnositc information. Run the following command and paste the outputs below: | ||
``` | ||
curl --retry 10 -s https://raw.githubusercontent.com/dmlc/gluon-nlp/master/tools/diagnose.py | python | ||
# paste outputs 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,17 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: 'Feature request' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Description | ||
(A clear and concise description of what the feature is.) | ||
- If the proposal is about a new model, provide description of what the model is. | ||
- If the proposal is about an API, provide mock examples if possible. | ||
|
||
## References | ||
- list reference and related literature | ||
- list known implementations |
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,18 @@ | ||
--- | ||
name: Flaky test | ||
about: Report a flaky test | ||
title: '' | ||
labels: 'Flaky' | ||
assignees: '' | ||
|
||
--- | ||
## Description | ||
(The location and name of the flaky test.) | ||
|
||
## Occurrences | ||
(Links to the known occurrences.) | ||
|
||
## What have you tried to solve it? | ||
|
||
1. | ||
2. |