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
Update references to meta-pytorch github org. (#3023)
Summary:
The repo was moved from the pytorch to the meta-pytorch GitHub org. This updates the references in the code accordingly.
Pull Request resolved: #3023
Reviewed By: saitcakmak, esantorella
Differential Revision: D83248792
Pulled By: Balandat
fbshipit-source-id: 39df200cf88a3139c4d426078af9df1833081581
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -56,15 +56,15 @@ body:
56
56
id: pull-request
57
57
attributes:
58
58
label: Pull Request
59
-
description: Are you willing to open a pull request fixing the bug outlined in this issue? (See [Contributing to BoTorch](https://github.com/pytorch/botorch/blob/main/CONTRIBUTING.md))
59
+
description: Are you willing to open a pull request fixing the bug outlined in this issue? (See [Contributing to BoTorch](https://github.com/meta-pytorch/botorch/blob/main/CONTRIBUTING.md))
60
60
options:
61
61
- "Yes"
62
62
- "No"
63
63
- type: checkboxes
64
64
id: terms
65
65
attributes:
66
66
label: Code of Conduct
67
-
description: By submitting this issue, you agree to follow BoTorch's [Code of Conduct](https://github.com/pytorch/botorch/blob/main/CODE_OF_CONDUCT.md).
67
+
description: By submitting this issue, you agree to follow BoTorch's [Code of Conduct](https://github.com/meta-pytorch/botorch/blob/main/CODE_OF_CONDUCT.md).
68
68
options:
69
69
- label: I agree to follow BoTorch's Code of Conduct
about: Please use discussions for general support requests and to ask broader questions related to BoTorch. This includes any support request that does not require changes to BoTorch source code.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -32,15 +32,15 @@ body:
32
32
id: pull-request
33
33
attributes:
34
34
label: Pull Request
35
-
description: Are you willing to open a pull request implementing this feature? (See [Contributing to BoTorch](https://github.com/pytorch/botorch/blob/main/CONTRIBUTING.md))
35
+
description: Are you willing to open a pull request implementing this feature? (See [Contributing to BoTorch](https://github.com/meta-pytorch/botorch/blob/main/CONTRIBUTING.md))
36
36
options:
37
37
- "Yes"
38
38
- "No"
39
39
- type: checkboxes
40
40
id: terms
41
41
attributes:
42
42
label: Code of Conduct
43
-
description: By submitting this issue, you agree to follow BoTorch's [Code of Conduct](https://github.com/pytorch/botorch/blob/main/CODE_OF_CONDUCT.md).
43
+
description: By submitting this issue, you agree to follow BoTorch's [Code of Conduct](https://github.com/meta-pytorch/botorch/blob/main/CODE_OF_CONDUCT.md).
44
44
options:
45
45
- label: I agree to follow BoTorch's Code of Conduct
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,14 @@ Thank you for sending the PR! We appreciate you spending the time to make BoTorc
3
3
4
4
Help us understand your motivation by explaining why you decided to make this change.
5
5
6
-
You can learn more about contributing to BoTorch here: https://github.com/pytorch/botorch/blob/main/CONTRIBUTING.md
6
+
You can learn more about contributing to BoTorch here: https://github.com/meta-pytorch/botorch/blob/main/CONTRIBUTING.md
7
7
-->
8
8
9
9
## Motivation
10
10
11
11
(Write your motivation here.)
12
12
13
-
### Have you read the [Contributing Guidelines on pull requests](https://github.com/pytorch/botorch/blob/main/CONTRIBUTING.md#pull-requests)?
13
+
### Have you read the [Contributing Guidelines on pull requests](https://github.com/meta-pytorch/botorch/blob/main/CONTRIBUTING.md#pull-requests)?
14
14
15
15
(Write your answer here.)
16
16
@@ -20,4 +20,4 @@ You can learn more about contributing to BoTorch here: https://github.com/pytorc
20
20
21
21
## Related PRs
22
22
23
-
(If this PR adds or changes functionality, please take some time to update the docs at https://github.com/pytorch/botorch, and link to your PR here.)
23
+
(If this PR adds or changes functionality, please take some time to update the docs at https://github.com/meta-pytorch/botorch, and link to your PR here.)
0 commit comments