Skip to content

Commit

Permalink
chore: update link to PKU-Alignment org (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
muchvo authored May 21, 2023
1 parent 0bcb7e6 commit 655d186
Show file tree
Hide file tree
Showing 14 changed files with 83 additions and 83 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
- type: markdown
attributes:
value: |
Please do your best to make the issue as easy to act on as possible, and only submit here if there is clearly a problem with Safety-Gymnasium (ask in [Discussions](https://github.com/OmniSafeAI/safety-gymnasium/discussions) first if unsure).
Please do your best to make the issue as easy to act on as possible, and only submit here if there is clearly a problem with Safety-Gymnasium (ask in [Discussions](https://github.com/PKU-Alignment/safety-gymnasium/discussions) first if unsure).
- type: checkboxes
id: steps
Expand All @@ -17,9 +17,9 @@ body:
options:
- label: I have read the documentation <https://safety-gymnasium.readthedocs.io>.
required: true
- label: I have searched the [Issue Tracker](https://github.com/OmniSafeAI/safety-gymnasium/issues) and [Discussions](https://github.com/OmniSafeAI/safety-gymnasium/discussions) that this hasn't already been reported. (+1 or comment there if it has.)
- label: I have searched the [Issue Tracker](https://github.com/PKU-Alignment/safety-gymnasium/issues) and [Discussions](https://github.com/PKU-Alignment/safety-gymnasium/discussions) that this hasn't already been reported. (+1 or comment there if it has.)
required: true
- label: Consider asking first in a [Discussion](https://github.com/OmniSafeAI/safety-gymnasium/discussions/new).
- label: Consider asking first in a [Discussion](https://github.com/PKU-Alignment/safety-gymnasium/discussions/new).
required: false

- type: input
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: 💬 Start a discussion
url: https://github.com/OmniSafeAI/safety-gymnasium/discussions/new
url: https://github.com/PKU-Alignment/safety-gymnasium/discussions/new
about: Please ask and answer questions here if unsure.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ body:
label: Required prerequisites
description: Make sure you've completed the following steps before submitting your issue -- thank you!
options:
- label: I have searched the [Issue Tracker](https://github.com/OmniSafeAI/safety-gymnasium/issues) and [Discussions](https://github.com/OmniSafeAI/safety-gymnasium/discussions) that this hasn't already been reported. (+1 or comment there if it has.)
- label: I have searched the [Issue Tracker](https://github.com/PKU-Alignment/safety-gymnasium/issues) and [Discussions](https://github.com/PKU-Alignment/safety-gymnasium/discussions) that this hasn't already been reported. (+1 or comment there if it has.)
required: true
- label: Consider asking first in a [Discussion](https://github.com/OmniSafeAI/safety-gymnasium/discussions/new).
- label: Consider asking first in a [Discussion](https://github.com/PKU-Alignment/safety-gymnasium/discussions/new).
required: false

- type: textarea
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/questions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ body:
options:
- label: I have read the documentation <https://safety-gymnasium.readthedocs.io>.
required: true
- label: I have searched the [Issue Tracker](https://github.com/OmniSafeAI/safety-gymnasium/issues) and [Discussions](https://github.com/OmniSafeAI/safety-gymnasium/discussions) that this hasn't already been reported. (+1 or comment there if it has.)
- label: I have searched the [Issue Tracker](https://github.com/PKU-Alignment/safety-gymnasium/issues) and [Discussions](https://github.com/PKU-Alignment/safety-gymnasium/discussions) that this hasn't already been reported. (+1 or comment there if it has.)
required: true
- label: Consider asking first in a [Discussion](https://github.com/OmniSafeAI/safety-gymnasium/discussions/new).
- label: Consider asking first in a [Discussion](https://github.com/PKU-Alignment/safety-gymnasium/discussions/new).
required: false

- type: textarea
Expand Down
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Why is this change required? What problem does it solve?
If it fixes an open issue, please link to the issue here.
You can use the syntax `close #15213` if this solves the issue #15213

- [ ] I have raised an issue to propose this change ([required](https://github.com/OmniSafeAI/safety-gymnasium/issues) for new features and bug fixes)
- [ ] I have raised an issue to propose this change ([required](https://github.com/PKU-Alignment/safety-gymnasium/issues) for new features and bug fixes)

## Types of changes

Expand All @@ -30,7 +30,7 @@ What types of changes does your code introduce? Put an `x` in all the boxes that
Go over all the following points, and put an `x` in all the boxes that apply.
If you are unsure about any of these, don't hesitate to ask. We are here to help!

- [ ] I have read the [CONTRIBUTION](https://github.com/OmniSafeAI/safety-gymnasium/blob/main/CONTRIBUTING.md) guide. (**required**)
- [ ] I have read the [CONTRIBUTION](https://github.com/PKU-Alignment/safety-gymnasium/blob/main/CONTRIBUTING.md) guide. (**required**)
- [ ] My change requires a change to the documentation.
- [ ] I have updated the tests accordingly. (*required for a bug fix or a new feature*)
- [ ] I have updated the documentation accordingly.
Expand Down
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.2] 2023-03-14

### Added
- feat: support rgb_array_list and depth_array_list mode for render in PR [#26](https://github.com/OmniSafeAI/safety-gymnasium/pull/26).
- fix: fix bug in vision observation in PR [#28](https://github.com/OmniSafeAI/safety-gymnasium/pull/28).
- chore(vision_env): update default resolution of vision environments in PR [#29](https://github.com/OmniSafeAI/safety-gymnasium/pull/29).
- feat: support rgb_array_list and depth_array_list mode for render in PR [#26](https://github.com/PKU-Alignment/safety-gymnasium/pull/26).
- fix: fix bug in vision observation in PR [#28](https://github.com/PKU-Alignment/safety-gymnasium/pull/28).
- chore(vision_env): update default resolution of vision environments in PR [#29](https://github.com/PKU-Alignment/safety-gymnasium/pull/29).

## [0.1.1] 2023-02-27

### Added
- fix: fix origin AutoresetWrapper doesn't have cost in PR [#23](https://github.com/OmniSafeAI/safety-gymnasium/pull/23).
- fix: fix the bug in the observation space of the compass in PR [#17](https://github.com/OmniSafeAI/safety-gymnasium/pull/17).
- feat: enable more flake8 checks in PR [#24](https://github.com/OmniSafeAI/safety-gymnasium/pull/24).
- fix: fix origin AutoresetWrapper doesn't have cost in PR [#23](https://github.com/PKU-Alignment/safety-gymnasium/pull/23).
- fix: fix the bug in the observation space of the compass in PR [#17](https://github.com/PKU-Alignment/safety-gymnasium/pull/17).
- feat: enable more flake8 checks in PR [#24](https://github.com/PKU-Alignment/safety-gymnasium/pull/24).

## [0.1.0b0] 2023-02-08

Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ into two categories:
- Create an issue about your intended feature, and we shall discuss the design and
implementation. Once we agree that the plan looks good, go ahead and implement it.
2. You want to implement a feature or bug-fix for an outstanding issue
- Look at the outstanding issues here: <https://github.com/OmniSafeAI/safety-gymnasium/issues>
- Look at the outstanding issues here: <https://github.com/PKU-Alignment/safety-gymnasium/issues>
- Pick an issue or feature and comment on the task that you want to work on this feature.
- If you need more context on a particular issue, please ask and we shall provide.

Once you finish implementing a feature or bug-fix, please send a Pull Request to <https://github.com/OmniSafeAI/safety-gymnasium>
Once you finish implementing a feature or bug-fix, please send a Pull Request to <https://github.com/PKU-Alignment/safety-gymnasium>

If you are not familiar with creating a Pull Request, here are some guides:

Expand All @@ -25,7 +25,7 @@ To develop Safety-Gymnasium on your machine, here are some tips:
1. Clone a copy of Safety-Gymnasium from GitHub:

```bash
git clone https://github.com/OmniSafeAI/safety-gymnasium
git clone https://github.com/PKU-Alignment/safety-gymnasium
cd Safety-Gymnasium/
```

Expand Down
Loading

0 comments on commit 655d186

Please sign in to comment.