Fix `build_env.yml` filename in setup instructions
Open
@bhbelay is already working on this.
Since Sep 3, 2026.
fix: inaccuracy ⚠️
- Dominant language
- Python
- Stars
- 24
- Forks
- 15
- Avg merge
- 10d 3h
- Merged PRs (30d)
- 1
Description
What is inaccurate?
In the Contributing Content section of our docs, in the environment setup instructions the build_env.yml, should be env_build.yml.
For example:
- conda env create --file build_env.yml --> conda env create --file env_build.yml
- conda env update --name mkdocs --file build_env.yml --prune --> conda env update --name mkdocs --file env_build.yml --prune
Where is the inaccuracy?
https://docs.rc.uab.edu/contributing/contributor_guide/#local-machine-setup-laptopdesktop.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.