From fdb70454538efda47b95408782408829604c45fe Mon Sep 17 00:00:00 2001 From: Ariel Kwiatkowski Date: Wed, 14 Sep 2022 21:20:02 +0200 Subject: [PATCH] Rename the repo link in the issue templates (#17) --- .github/ISSUE_TEMPLATE/bug.md | 2 +- .github/ISSUE_TEMPLATE/proposal.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 21d3ada8c..15dfbb408 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -24,4 +24,4 @@ Add any other context about the problem here. ### Checklist -- [ ] I have checked that there is no similar [issue](https://github.com/openai/gym/issues) in the repo (**required**) +- [ ] I have checked that there is no similar [issue](https://github.com/Farama-Foundation/Gymnasium/issues) in the repo (**required**) diff --git a/.github/ISSUE_TEMPLATE/proposal.md b/.github/ISSUE_TEMPLATE/proposal.md index 5acf177c4..be38e9de5 100644 --- a/.github/ISSUE_TEMPLATE/proposal.md +++ b/.github/ISSUE_TEMPLATE/proposal.md @@ -30,4 +30,4 @@ Add any other context or screenshots about the feature request here. ### Checklist -- [ ] I have checked that there is no similar [issue](https://github.com/openai/gym/issues) in the repo (**required**) +- [ ] I have checked that there is no similar [issue](https://github.com/Farama-Foundation/Gymnasium/issues) in the repo (**required**)