//Larger projects often have sections on contributing to their project, in which contribution instructions are outlined. Sometimes, this is a separate file. If you have specific contribution preferences, explain them so that other developers know how to best contribute to your work. To learn more about how to help others contribute, check out the guide for setting guidelines for repository contributors.//
Below, you will find ways to participate and contribute to the field of scientific review.
Before we get into how to exactly contribute, let's look at what you can actually do.
First and foremost, this repository is for simplifing the process of setting up a scientific workflow for research. In case you find something that could be simplified further, do not hesitate to work on it. Also, improving documentation is often the quickest way to start contributing.
We have described the interrelations between popular citation and reference managers, search engines and systematic review software. Additionally, we have gathered relevant datasets to show capabilities of each tool more specifically.
We are using a common workflow shared among many open repositories on Github.
- Sign in to your Github account
- Fork the project repository
- Clone your fork
- Navigate to your cloned fork repository
- Check that your fork is the "origin" remote
- Add the project repository as the "upstream" remote
- Pull the latest changes from upstream into your local repository
- Create a new branch
- Make changes in your local repository
- Commit your changes
- Push your changes to your fork
- Begin the pull request
- Create the pull request
- Review the pull request
- Add more commits to your pull request
- Discuss the pull request
- Delete your branch from your fork
- Delete your branch from your local repository
- Synchronize your fork with the project repository
- Have a cookie!