👍🎉 First off, thanks for taking the time to contribute! 🎉👍
The following is a set of guidelines for contributing to this training material on GitHub.
- What should I know before I get started?
- How can I contribute to the ecosystem?
- How can I add a post to the blog?
- How is the training material maintained?
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:
- Create a fork of the
tidyomicsBlog
repository. - Create a new directory for your post in the format of YYYY-MM-DD-post-name, within the
tidyomicsBlog/blog/content/post
directory. - Write your blog post as an Rmd file and add it to the directory you created. All files needed for your Rmd file to run should also be placed within the directory you created. Note that R markdown chunks which contain images or graphs need to have proper names to render correctly.
- Change your working directory to
tidyomicsBlog/blog
. - Install Hugo
blogdown::install_hugo()
. - Call the function
blogdown::build_site(build_rmd = "newfile")
to create a html file from your Rmd file. - Call the function
blogdown::serve_site()
to locally render the website and inspect your work. - And you're done! If it all looks good, commit your changes and create a pull request to integrate your new post into the blog.
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:
- Type
bug
: errors to be fixedimprovement
: enhancement to an existing functionalityfeature
: new functionalitydiscussion
: discussion threadsquestion
: often turn into discussion threads
- Status
help-wanted
: requests for assistancenewcomer-friendly
: suitable for people who want to start contributingwork-in-progress
: someone is working on thisreview-needed
: requests for review