You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- label: "An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...)"
36
+
- label: "My own task or dataset (give details below)"
37
+
38
+
- type: textarea
39
+
id: reproduction
40
+
validations:
41
+
required: true
42
+
attributes:
43
+
label: Reproduction
44
+
description: |
45
+
Please provide a code sample that reproduces the problem you ran into. It can be a Colab link or just a code snippet.
46
+
Please include relevant config information with your code.
47
+
If you have code snippets, error messages, stack traces please provide them here as well.
48
+
Important! Use code tags to correctly format your code. See https://help.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks#syntax-highlighting
49
+
Do not use screenshots, as they are hard to read and (more importantly) don't allow others to copy-and-paste your code.
50
+
51
+
placeholder: |
52
+
Steps to reproduce the behavior:
53
+
54
+
1.
55
+
2.
56
+
3.
57
+
58
+
59
+
- type: textarea
60
+
id: expected-behavior
61
+
validations:
62
+
required: true
63
+
attributes:
64
+
label: Expected behavior
65
+
description: "A clear and concise description of what you would expect to happen."
# modified from https://github.com/huggingface/transformers/blob/main/.github/ISSUE_TEMPLATE/feature-request.yml?plain=1
2
+
name: "\U0001F680 Feature request"
3
+
description: Submit a proposal/request for a new verl feature
4
+
labels: [ "Feature request" ]
5
+
body:
6
+
- type: textarea
7
+
id: feature-request
8
+
validations:
9
+
required: true
10
+
attributes:
11
+
label: Feature request
12
+
description: |
13
+
A clear and concise description of the feature proposal. Please provide a link to the paper and code in case they exist.
14
+
15
+
- type: textarea
16
+
id: motivation
17
+
validations:
18
+
required: true
19
+
attributes:
20
+
label: Motivation
21
+
description: |
22
+
Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]. If this is related to another GitHub issue, please link here too.
23
+
24
+
25
+
- type: textarea
26
+
id: contribution
27
+
validations:
28
+
required: true
29
+
attributes:
30
+
label: Your contribution
31
+
description: |
32
+
Is there any way that you could help, e.g. by submitting a PR? Make sure to read the CONTRIBUTING.MD [readme](https://github.com/volcengine/verl/blob/main/CONTRIBUTING.md)
0 commit comments