Skip to content

Commit 7f4115c

Browse files
LysandreJiksgugger
andauthored
Pull request template (#7392)
co-authored-by: sgugger <[email protected]> Co-authored-by: sgugger <[email protected]>
1 parent 0611eab commit 7f4115c

File tree

1 file changed

+61
-2
lines changed

1 file changed

+61
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 61 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,61 @@
1-
<!-- This line specifies which issue to close after the pull request is merged. -->
2-
Fixes #{issue number}
1+
# What does this PR do?
2+
3+
<!--
4+
Congratulations! You've made it this far! You're not quite done yet though.
5+
6+
Once merged, your PR is going to appear in the release notes with the title you set, so make sure it's a great title that fully reflects the extent of your awesome contribution.
7+
8+
Then, please replace this with a description of the change and which issue is fixed (if applicable). Please also include relevant motivation and context. List any dependencies (if any) that are required for this change.
9+
10+
Once you're done, someone will review your PR shortly (see the section "Who can review?" below to tag some potential reviewers). They may suggest changes to make the code even better. If no one reviewed your PR after a week has passed, don't hesitate to post a new comment @-mentioning the same persons---sometimes notifications get lost.
11+
-->
12+
13+
<!-- Remove if not applicable -->
14+
15+
Fixes # (issue)
16+
17+
18+
## Before submitting
19+
- [ ] This PR fixes a typo or improves the docs (you can dimiss the other checks if that's the case).
20+
- [ ] Did you read the [contributor guideline](https://github.com/huggingface/transformers/blob/master/CONTRIBUTING.md#start-contributing-pull-requests),
21+
Pull Request section?
22+
- [ ] Was this discussed/approved via a Github issue or the [forum](https://discuss.huggingface.co/)? Please add a link
23+
to the it if that's the case.
24+
- [ ] Did you make sure to update the documentation with your changes? Here are the
25+
[documentation guidelines](https://github.com/huggingface/transformers/tree/master/docs), and
26+
[here are tips on formatting docstrings](https://github.com/huggingface/transformers/tree/master/docs#writing-source-documentation).
27+
- [ ] Did you write any new necessary tests?
28+
29+
30+
## Who can review?
31+
32+
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
33+
members/contributors which may be interested in your PR.
34+
35+
<!-- Your PR will be replied to more quickly if you can figure out the right person to tag with @
36+
37+
If you know how to use git blame, that is the easiest way, otherwise, here is a rough guide of **who to tag**.
38+
Please tag fewer than 3 people.
39+
40+
albert, bert, GPT2, XLM: @LysandreJik
41+
tokenizers: @mfuntowicz
42+
Trainer: @sgugger
43+
Speed and Memory Benchmarks: @patrickvonplaten
44+
Model Cards: @julien-c
45+
Translation: @sshleifer
46+
Summarization: @sshleifer
47+
TextGeneration: @TevenLeScao
48+
examples/distillation: @VictorSanh
49+
nlp datasets: [different repo](https://github.com/huggingface/nlp)
50+
rust tokenizers: [different repo](https://github.com/huggingface/tokenizers)
51+
Text Generation: @TevenLeScao
52+
Blenderbot, Bart, Marian, Pegasus: @sshleifer
53+
T5: @patrickvonplaten
54+
Longformer/Reformer: @patrickvonplaten
55+
TransfoXL/XLNet: @TevenLeScao
56+
examples/seq2seq: @sshleifer
57+
examples/bert-loses-patience: @JetRunner
58+
tensorflow: @jplu
59+
examples/token-classification: @stefan-it
60+
documentation: @sgugger
61+
-->

0 commit comments

Comments
 (0)