-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
[Feature] allow an alternative license #85
Comments
Hi @oganexon, Can you check If this feature can be implemented from our side ? |
Regarding the pre-filled information, we can retrieve it during the execution of the action with a call to the API. However, filling in the form without an interface is not an easy task. Radio buttons or text boxes with content validation will not be possible with comments. Solution 1An alternative solution would be to put a hyperlink with some pre-filled information in parameters that would redirect to a static website with an interface similar to this one: When validating the form, the site would generate a json snippet that you would simply copy and paste into a comment. And then this content would be stored in a json file just like the signatures. Solution 2Since having a static site is not in the scope of the CLA Assistant lite, here is another solution. Instead of using a link, we write a pre-filled yaml snippet (more user-friendly than json) directly in the comment. The user must then copy and paste the snippet and modify the required information. These solutions are obviously less convenient than with the classic CLA, but it is still possible. |
We'll call the corresponding frontend component License Configurator (form...). The whole contributor assistant frontend will be served via GitHub Pages. We won't need any server and still can provide a UI. |
Is your feature request related to a problem? Please describe.
The actual CLA-Assistant permits to ask the contributor to use an alternative license by using a specific
metadata
gist file:For instance, we currently use something like:
Describe the solution you'd like
Is there an option to handle this case with CLA-assistant-lite?
The text was updated successfully, but these errors were encountered: