:+1::tada: First off, thanks for taking the time to contribute! :tada::+1:
The following is a set of guidelines for contributing to this training material on GitHub.
This repository contains the files for the tidyomicsBlog.
By contributing, you agree that we may redistribute your work under this repository's license.
We will address your issues and/or assess your change proposal as promptly as we can.
If you have any questions, you can reach us by creating an Issue in the workshop repository.
You can report mistakes or errors, add suggestions, additions, updates or improvements for content. Whatever is your background, there is probably a way to do it: via the GitHub website, via command-line. If you feel it is too much, you can even write it with any text editor and contact us: we will work together to integrate it.
This blog exists to showcase the tidyomics ecosystem. Possible posts include analysis which make use of the tidyomics ecosystem or the sharing of new features in our packages.
We are using Hugo and BlogDown to build our blog. These tools take care of most of the work for us, so that adding a new blog post is quick to do. If you would like more information about Hugo and BlogDown you can find the documentation here: https://bookdown.org/yihui/blogdown/hugo.html.
In brief, the process to add a post is:
tidyomicsBlog
repository.tidyomicsBlog/blog/content/post
directory. tidyomicsBlog/blog
.blogdown::install_hugo()
.blogdown::build_site(build_rmd = "newfile")
to create a html file from your Rmd file.blogdown::serve_site()
to locally render the website and inspect your work.The maintainers are listed in the DESCRIPTION file.
They are responsible for making sure issues and change requests are looked at. They have the final say over what is included in the training material.
This repository is using the following labels for issues, pull requests and project management:
bug
: errors to be fixedimprovement
: enhancement to an existing functionalityfeature
: new functionalitydiscussion
: discussion threadsquestion
: often turn into discussion threadshelp-wanted
: requests for assistancenewcomer-friendly
: suitable for people who want to start contributingwork-in-progress
: someone is working on thisreview-needed
: requests for reviewAdd the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.