aboutcode-org / aboutcode-org/scancode.io
Potential confusion in tagging for "Map Depoy to Develop"
Open
- Dominant language
- Python
- Stars
- 215
- Forks
- 203
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 6
Description
For the pipeline https://scancodeio.readthedocs.io/en/latest/built-in-pipelines.html#map-deploy-to-develop, it's named "Map Deploy To Develop". When expanded, I think this means mapping "FROM" Deploy "TO" Develop.
However, during tagging, "FROM" refers to Devel and "TO" refers to Deploy, which could be confusing.
```
"from": For files related to the source code (also known as "develop").
"to": For files related to the build/binaries (also known as "deploy").
```
Contributor guide
Assessment
This issue has not been assessed yet.