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
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+6-12Lines changed: 6 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,18 +14,13 @@ Once you're done, someone will review your PR shortly (see the section "Who can
14
14
15
15
Fixes # (issue)
16
16
17
-
18
17
## Before submitting
19
-
-[ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
20
-
-[ ] Did you read the [contributor guideline](https://github.com/huggingface/transformers/blob/main/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 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/main/docs), and
26
-
[here are tips on formatting docstrings](https://github.com/huggingface/transformers/tree/main/docs#writing-source-documentation).
27
-
-[ ] Did you write any new necessary tests?
28
18
19
+
-[ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
20
+
-[ ] Did you read the [contributor guideline](https://github.com/huggingface/text-embeddings-inference/blob/main/CONTRIBUTING.md)?
21
+
-[ ] Was this discussed/approved via a GitHub issue or the [forum](https://discuss.huggingface.co/)? Please add a link to it if that's the case.
22
+
-[ ] Did you make sure to update the documentation with your changes? Here are the [documentation guidelines](https://github.com/huggingface/transformers/tree/main/docs).
23
+
-[ ] Did you write any new necessary tests? If applicable, did you include or update the `insta` snapshots?
29
24
30
25
## Who can review?
31
26
@@ -34,7 +29,6 @@ members/contributors who may be interested in your PR.
34
29
35
30
<!-- Your PR will be replied to more quickly if you can figure out the right person to tag with @
0 commit comments