-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
# Open source for researchers - open source workshop | ||
|
||
This repo contains some basic guidelines to getting started with Git, GitHub, and open source. It is free to use and re-use, under the [MIT License](LICENSE). | ||
Are you a researcher who writes code for your work, and would like to learn more about better software practices in open source software? This repository contains lessons to teach you the basics of version control using Git, GitHub, and GitHub desktop. Once we're comfortable using Git to commit, pull, and push code, we'll discuss the basics of a good quality open source project. Finally, we'll work together on a collaborative repository to get experience working collaboratively on GitHub, and making your first steps towards contributing towards open source. | ||
|
||
## Guidelines | ||
This repo is free to use and re-use, under the [MIT License](LICENSE). | ||
|
||
To view the content, visit [https://open-source-for-researchers.github.io/open-source-workshop/](https://open-source-for-researchers.github.io/open-source-workshop/). | ||
|
||
Contributions, suggestions, and bug reports are extremely welcome - please [create an issue](issues/new). | ||
|
||
## Requirements | ||
|
||
To participate in this workshop you should have GitHub Desktop and Atom installed. |