generated from EmiliaJarochowska/OER_template
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
b4db4d0
commit 3b48bfd
Showing
1 changed file
with
23 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Contributing | ||
|
||
Suggestions or contributions to improve the contents are very welcome. | ||
|
||
## How to contribute | ||
|
||
### Issues | ||
The easiest way to contribute is to submit an issue and make your comments about contents, typos or any other suggestions. | ||
|
||
### Pull requests | ||
If you are comfortable with git and pull requests, you can also submit a pull request where you directly suggest changes to the content. Read more about how pull requests work [here](https://app.egghead.io/playlists/how-to-contribute-to-an-open-source-project-on-github). | ||
|
||
In short: | ||
|
||
1. Fork the repository and clone it locally. | ||
2. Create a new branch in your desktop copy of this repository. | ||
3. Commit the change in that branch. | ||
4. Push that branch to your fork of this repository on GitHub | ||
5. Submit a pull request from that branch to the main branch of the master repository. | ||
6. If you receive feedback, make changes on your desktop and push to your branch on GitHub: the pull request will update automatically. | ||
|
||
You can reach the author/maintainer at e.b.jarochowska [at] uu.nl |