Closed alexmorley closed 7 years ago
I would like to work on this. Can you tell me more about this task. Should I remove the old contributing. md file and upload another as PDF with styling?
I would like to work on it too :)
@alexmorley I did it :) #16
hi @SrijanJha28 & @dkarakay. Thanks for your interest! Sorry I should have made it more clear what the goal is here. I have edited the issue to add some more detail. It might help to have a quick explore of the site first. :)
So what we really have to do is to add another option(PDF) using the dev tools, style it and save it as PDF file.
I think it will involve implementing one of the solutions to this question on Stack Overflow. (So you'll need to work with at least the the ./app/assets/main.js
and ./app/builder.php
files.
I am not able to understand what I have to change in ./app/assets/main.js Can you tell me regrading this problem.
Currently if you visit the site's "builder page" codeofconduct.io you can build your own code of conduct using some previous examples.
But at the moment you can only save your personal code of conduct as a
.odt
,.docx
or.html
. What would be really great is to add another option (which would probably work using someprint
function) to generate a pdf from the right hand side of the page.Add button to:
I think it will involve implementing one of the solutions to this question on Stack Overflow. (So you'll need to work with at least the the
./app/assets/main.js
and./app/builder.php
files.