ADLES icon indicating copy to clipboard operation
ADLES copied to clipboard

Automated Deployment of Lab Environments System (ADLES)

Results 9 ADLES issues
Sort by recently updated
recently updated
newest added

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.2 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

Improve accessibility of the system to people with disabilities. - [ ] Identify areas that require accessibility changes (e.g. CLI, text output, visuals) - [ ] What guidelines/standards exist that...

enhancement
help wanted
Hacktoberfest
good first issue

Improve the accessibility of ADLES to those who don't speak English or non-native speakers. Tasks - [ ] Identify areas that need to be localized - [ ] Determine if...

enhancement
help wanted
Hacktoberfest
good first issue

Make documentation usable by international folks. - [ ] Tooling for distribution of documentation in multiple languages (does ReadTheDocs have mechanisms for this? Should we evaluate other sites/tools?) - [...

enhancement
help wanted
Hacktoberfest
good first issue
Documentation

Add `pipenv` to handle: * Installation (`pipenv sync`) * Development environment setup * Commands do common tasks: run tests, cut a release, etc. What's involved: * Update the README *...

enhancement
Hacktoberfest

Add a few videos or animations to the README demonstrating usage of `adles`. These can be recorded using [asciinema](https://asciinema.org/) or other such tools.

enhancement
good first issue
Documentation

Screenshots of output to put in README and other documentation

good first issue
Documentation

Setup and configure `tox` * Run all the current tests being performed by TravisCI (`.travis.yml`) * Add configuration of `pylint` * Add documentation of how to run tox to the...

enhancement

Setup and configure automated Windows testing using Appveyor. Copy what I've done for get-mac: https://github.com/GhostofGoes/get-mac/tree/master/appveyor

enhancement