There is currently in the footer a lost link to the workboard.
But the link must be in the contribute section, so we can answer "what can I do to contribute?".
Links should point to https://devcentral.nasqueron.org/tag/docker_images/
dereckson | |
Jul 27 2016, 15:47 |
F2496062: Screenshot 2023-12-31 005226.png | |
Dec 30 2023, 19:35 |
Unknown Object (File) | |
Dec 30 2023, 19:29 |
There is currently in the footer a lost link to the workboard.
But the link must be in the contribute section, so we can answer "what can I do to contribute?".
Links should point to https://devcentral.nasqueron.org/tag/docker_images/
rDOCKERWWW Docker images website | |||
D3255 | rDOCKERWWW2518fe6bc585 Add action button to the Docker images workboard |
Can I take up this issue. Reading the above I understand that that we have to create a button using html/CSS which will point to the link https://devcentral.nasqueron.org/tag/docker_images/. But at which place exactly the button will be kept? This is the first time I am contributing to open source. If am wrong please correct me. Also can you please point out the recources required for the task.
Hello,
Sure :)
The source code is on rDOCKERWWW repository.
I think the relevant file is directly index.html
It matches https://docker.nasqueron.org/
Hello,
Sorry for late response;
I am getting the attached error when I am running arc diff followed by arc diff --trace.
Can't figure out if I should use git push or something else, I am referencing https://agora.nasqueron.org/How_to_contribute_code. I have searched on google but can't find the solution.
Please guide me.
Hello :)
Thanks for the contribution.
It called your editor (vim, nano for example), and that one failed.
According to the trace, the editor was needed to prepare the diff revision message.
What you've defined as EDITOR environment variable? According the paths you're on Windows so I guess you don't have one.
Try this from a cmd.exe console:
setx EDITOR notepad
Or if you use any kind of console with a shell like bash or zsh:
export EDITOR=notepad
It should then try to run notepad when you need an editor.
hello,
Thanks it worked.
https://devcentral.nasqueron.org/source/infra-docker-www/browse/master/
Is it alright? or does it need corrections?
I have made the correction and made the button size, same as the the other button "Report an issue". or is a bigger size required
Code change merged, thanks for the task :)
Also I've created D3256 to bump the website date if you wish to review it.