Providing feedback and getting help
Have an issue about the course material?
- Open a new issue at the
sathish-t/nanopore-mod-course
repository on GitHub (You’ll have to be logged into GitHub). - Provide a clear description of your question, comment, or proposed change in
the
Title
section and use theLeave a comment
section for further detail or discussion. - Select
Submit new issue
and the repository maintainers will be notified of your feedback. Thanks!
OR
- You can email us at sathish.thiyagarajan@earlham.ac.uk. (Though we prefer organizing comments and issues on GitHub, we want to hear from you and we want it to be easy.)
Have an issue with the course website?
- Open a new issue at the
datacarpentry/semester-biology
main repository on GitHub (You’ll have to be logged into GitHub). - Provide a clear description of your question, comment, or proposed change in
the
Title
section and use theLeave a comment
section for further detail or discussion. - Select
Submit new issue
and the repository maintainers will be notified of your feedback. Thanks!
OR
- You can email us at datacarpentrysemester@weecology.org. (Though we prefer organizing comments and issues on GitHub, we want to hear from you and we want it to be easy.)
Contributing New Material
We use standard GitHub flow: fork the repository, add or change material, and submit a pull request.
- From a local GitHub repository
- Fork and clone the
datacarpentry/semester-biology
repository on GitHub. - Create a branch from
master
for your changes. Give your branch a meaningful name, such asfix-typos-in-select-query
oradd-groupby
. - Make your changes, commit them, and push them to your repository on GitHub.
- Send a pull request to the
master
branch of the main repository.
- Fork and clone the
- From GitHub.com
- Click on the
Fork
button at the top right corner of thedatacarpentry/semester-biology
repository on GitHub. - Navigate to your forked repository at
https://yourusername.github.io/semester-biology/
- Navigate to the file or directory you want to change (like
contributing.md
) and click on the button to edit. - Make changes to the file.
- Commit the changes using the form at the bottom of the
edit
page. If you are working on your own forked version of the course, you can choose ‘Commit directly to themaster
branch’. The other option (‘Create a new branch’) is used for a work flow with Pull Requests, which is our preferred way of receiving collaborative contributions.
- Click on the
- If it is easier for you to send your changes to us some other way, please email us at datacarpentrysemester@weecology.org. Given a choice between you creating content or wrestling with Git, we’d rather have you doing the former.
Philosophy
Data Carpentry for Biologists is an open source project, and we welcome contributions of all kinds: new and improved lessons, bug reports, and small fixes to existing material are all useful. Course materials are managed on GitHub to facilitate collaboration on developing this kind of material for university courses. The central component of a flipped computing course is the exercises, so one of the primary forms of contribution we expect will be adding exercises to the existing set. Individual instructors can then select from a rich pool of exercises the set that best fit the topics, languages, and scientific domains they want to cover in the course.
There are lots of great resources for being introduced to the individual
concepts being taught in courses like this. Our philosophy is to use and improve
these external resources when available instead of creating new versions of the
same content. In particularly we actively use
Data Carpentry and
Software Carpentry workshop
materials. However, in cases where the necessary material doesn’t exist
elsewhere it can certainly be added to materials/
.
By contributing, you are agreeing that your work is licensed using a combination of CC-BY and MIT licenses and may be openly used, modified, and distributed by others.