mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
fix some redundancy and add a .env.example for later use with environments
This commit is contained in:
parent
a8fb3f6c5c
commit
9fe6c7a8bc
2 changed files with 4 additions and 6 deletions
9
.github/pull_request_template.md
vendored
9
.github/pull_request_template.md
vendored
|
|
@ -60,16 +60,13 @@
|
|||
|
||||
## ✅ Developer & Reviewer Checklist
|
||||
<!-- Common checklist for all PR types - adapt as needed for your PR type -->
|
||||
- [ ] My code follows the style guidelines of this project
|
||||
- [ ] Code follows project style (black, isort, flake8 pass with pre-commit)
|
||||
- [ ] I have performed a self-review of my own code
|
||||
- [ ] I have commented my code, particularly in hard-to-understand areas
|
||||
- [ ] I have made corresponding changes to the documentation
|
||||
- [ ] My changes generate no new warnings
|
||||
- [ ] New and existing unit tests pass locally with my changes
|
||||
|
||||
<!-- For RL Environment PRs only -->
|
||||
- [ ] Code follows project style (black, isort, flake8 pass with pre-commit)
|
||||
<!-- For Environment PRs only -->
|
||||
- [ ] Docstrings added for all new public classes / functions
|
||||
- [ ] If .env vars required, did you add it to the .env.example in repo root?
|
||||
- [ ] Automatic rollout script (`scripts/run_smoke_test.py`) runs without training and reproduces the metrics above
|
||||
- [ ] I have made corresponding changes to the documentation to include my environment
|
||||
- [ ] If .env vars required, did you add it to the .env.example in repo root?
|
||||
Loading…
Add table
Add a link
Reference in a new issue