Skip to content

Commit

Permalink
add writing and exp issue template (#54)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7efce05)
Signed-off-by: Haofei Yu <1125027232@qq.com>
  • Loading branch information
lwaekfjlk committed Oct 11, 2023
1 parent a8c53b9 commit 4eccc53
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/exp_record.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: 🧪exp record
description: Describe experiment setting and results here
title: "[EXP]: "
labels: ["experiment"]
assignees: [""]
body:
- type: markdown
attributes:
value: |
Please make sure this experiment request hasn't been already submitted by someone by looking through other open/closed issues
- type: textarea
id: description
attributes:
label: Description
description: Give us a brief description of the experimental setting and results you would like
validations:
required: true

- type: textarea
id: additional-information
attributes:
label: Additional Information
description: Give us some additional information on the experimental setting and results like learning rate, data selection , etc.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/writing_task.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: 🖊️Writing task
description: Describe writing task here
title: "[WRT]: "
labels: ["writing"]
assignees: [""]
body:
- type: markdown
attributes:
value: |
Please make sure this writing task request hasn't been already submitted by someone by looking through other open/closed issues
- type: textarea
id: description
attributes:
label: Description
description: Give us a brief description of the writing task you would like
validations:
required: true

- type: textarea
id: additional-information
attributes:
label: Additional Information
description: Give us some additional information on the writing task like exptected length, main content, etc.

0 comments on commit 4eccc53

Please sign in to comment.