Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add help to creation form how to define license #225

Open
nuest opened this issue Jun 25, 2021 · 0 comments
Open

Add help to creation form how to define license #225

nuest opened this issue Jun 25, 2021 · 0 comments
Assignees
Labels
bug Something isn't working
Projects

Comments

@nuest
Copy link
Member

nuest commented Jun 25, 2021

When I upload an Rmd file with incorrect license definitions, I should get a helpful hint how to define the license correctly:

image

Incorrect:

license:
  code: Apache License 2.0
  data: Creative Commons Attribution Share-Alike 4.0
  text: CC BY 4.0

Correct:

licenses:
  code: Apache-2.0
  data: CC-BY-SA-4.0
  text: CC-BY-4.0

Maybe a link to https://spdx.org/licenses/ in the warning?

Can users use both the identifier or the full name?

@nuest nuest added the bug Something isn't working label Jun 25, 2021
@nuest nuest added this to Backlog in UI via automation Jun 25, 2021
@nuest nuest moved this from Backlog to Sprint until next release in UI Jun 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
UI
  
Sprint until next release
Development

No branches or pull requests

2 participants