-
Notifications
You must be signed in to change notification settings - Fork 7
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
App for adding entries #94
Comments
Hi @SeverusYixin , I'm just formulating the goal of this task more clearly: We need a digital form of these parameters:
When submitting the form, technically the process described here should be done automatically: https://nfdi4bioimage.github.io/training/contributing/index.html#step-by-step-tutorial Let me know if you have open questions! |
Ok, I got it |
Please do not close issues until your changes have been merged in the main branch. |
It should be pretty straightforward to program a [web]app that contains a form (urls, author, description, licence etc) and once the user clicks "Submit", a github issue or even a git pull-request is submitted.
Ideally, one does not need to login. This might be achievable by creating an github API key, that can only create issues or send PRs to one specific repository.
The text was updated successfully, but these errors were encountered: