👍🎉 First of all, thanks for your interest in improving the Galaxy Mentoring Network (GMN) platform! 🎉👍
You can make this project better by contributing to it. There are lots of ways to help out and become a GMN contributor, from creating more content to reporting mistakes and errors. Whatever is your background, there is a way to contribute: via the GitHub website, via command-line or even without dealing with GitHub.
We will address your issues and/or assess your change proposal as promptly as we can, and help you become a member of our community.
The easiest way to start contributing is to file an issue to tell us about a problem such as a typo, spelling mistake, or a factual error. You can then introduce yourself and meet some of our community members.
This repository store the sources for the website. You can help us improve it and get acknowledged for your contributions.
To make it easier to get started, we've compiled a list of some of the various ways you can help out. Please feel free to take a look through them, and see if any of them pique your interest:
- Create a new issue to suggest changes/improvements on our website/program.
- Send a pull request to correct typo, or fill any gap that you see on our website.
Do you have other ideas for contributions? Contact the coordinator (Berenice Batut).
Most of the content is written in GitHub Flavored Markdown with some metadata (a.k.a. front-matter) found in YAML files. Everything is stored on this GitHub repository.
To manage changes, we use GitHub flow based on Pull Requests:
- Create a fork of this repository on GitHub
- Clone your fork of this repository to create a local copy on your computer
- Create a new branch in your local copy for each significant change
- Commit the changes in that branch
- Push that branch to your fork on GitHub
- Submit a pull request from that branch to the master repository
- If you receive feedback, make changes in your local clone and push them to your branch on GitHub: the pull request will update automatically
- Pull requests will be merged by the training team members after at least one other person has reviewed the Pull request and approved it.
As we move forward with this project, you will find lists of issues to fix and features to implement. Feel free to work on them!
Note: The content of this file was highly inspired from the Open Life Science CONTRIBUTING.md
file.