Skip to content
Snippets Groups Projects
Commit cc96cd87 authored by zqwerty's avatar zqwerty
Browse files

update github issue& pr template

parent 3393a064
No related branches found
No related tags found
No related merge requests found
...@@ -20,5 +20,8 @@ Steps to reproduce the behavior: ...@@ -20,5 +20,8 @@ Steps to reproduce the behavior:
**Expected behavior** **Expected behavior**
A clear and concise description of what you expected to happen. A clear and concise description of what you expected to happen.
**Actual behavior**
A clear and concise description of the actual results.
**Additional context** **Additional context**
Add any other context about the problem here. Add any other context about the problem here.
- **Name:** *name of the dataset*
- **Description:** *short description of the dataset (or link to social media or blog post)*
- **Paper:** *link to the dataset paper if available*
- **Data:** *link to the Github repository or current dataset location*
- **License:** *what is the license of the dataset*
- **Motivation:** *what are some good reasons to have this dataset*
### Checkbox
- [ ] Create `data/unified_datasets/$dataset_name` folder, where `$dataset_name` is the name of the dataset.
- [ ] Create the dataset scripts under `data/unified_datasets/$dataset_name` following `data/unified_datasets/README.md`.
- [ ] Run `python check.py $dataset` in the `data/unified_datasets` directory to check the validation of processed dataset and get data statistics and shuffled dialog ids.
- [ ] Add the dataset card `data/unified_datasets/$dataset_name/README.md` following `data/unified_datasets/README_TEMPLATE.md`.
- [ ] Upload the data, scripts, and dataset card to https://huggingface.co/ConvLab
- [ ] Update `NOTICE` with license information.
- **Name:** *name of the model*
- **Description:** *short description of the model (or link to social media or blog post)*
- **Paper:** *link to the model paper if available*
- **Repo:** *link to the Github repository of official implementation*
- **License:** *what is the license of the code*
- **Motivation:** *what are some good reasons to have this model*
### Checkbox
- [ ] The model supports unified data format and provides training scripts.
- [ ] The model has implemented module interface and can be used to build an agent (Add examples in `agent_examples`).
- [ ] Add the model card `README` under its directory.
- [ ] Upload the checkpoints, and model card to https://huggingface.co/ConvLab
- [ ] Update `NOTICE` with license information.
File moved
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Actual behavior**
A clear and concise description of the actual results.
**Additional context**
Add any other context about the problem here.
**How to fix**
Changes made to fix the bug.
**Reference Issues:** #XX (XX is the issue number you work on)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment