Skip to content

Commit

Permalink
Merge pull request #2 from opendilab/dev-template
Browse files Browse the repository at this point in the history
modify issue pr templates
  • Loading branch information
RobinC94 authored Jul 9, 2021
2 parents d501ed5 + a95c088 commit fc59784
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
name: base
about: base issue template
---

## ISSUE TEMPLATE

- [ ] I have marked all applicable categories:
+ [ ] exception-raising bug
+ [ ] RL algorithm bug
Expand All @@ -6,10 +13,10 @@
+ [ ] code design/refactor
+ [ ] documentation request
+ [ ] new feature request
- [ ] I have visited the [readme](https://github.com/opendilab/DI-engine/blob/github-dev/README.md) and [doc]()
- [ ] I have searched through the [issue tracker](https://github.com/opendilab/DI-engine/issues) and [pr tracker](https://github.com/opendilab/DI-engine/pulls)
- [ ] I have visited the [readme](https://github.com/opendilab/DI-drive/blob/main/README.md) and [doc](https://opendilab.github.io/DI-drive/)
- [ ] I have searched through the [issue tracker](https://github.com/opendilab/DI-drive/issues) and [pr tracker](https://github.com/opendilab/DI-drive/pulls)
- [ ] I have mentioned version numbers, operating system and environment, where applicable:
```python
import ding, torch, sys
print(ding.__version__, torch.__version__, sys.version, sys.platform)
import core, torch, sys
print(core.__version__, torch.__version__, sys.version, sys.platform)
```
File renamed without changes.

0 comments on commit fc59784

Please sign in to comment.