How do I report a bug in a tutorial

I found a minor bug in a tutorial. Should I report it here in the help forum or is there some other way?

Hi @Michael_Thon ,

Galaxy Training Network uses GitHub to create, update, and maintain tutorials: GitHub - galaxyproject/training-material: A collection of Galaxy-related training material

If you feel comfortable to use GitHub, please follow these steps:

  1. Login to your GitHub account.
  2. Go the the link above.
  3. Make a fork of this repository.
  4. Find the tutorial you like to edit, contribute, or update on the repository you forked.
  5. Commit the changes to a new branch (not the master).
  6. When things are ready, please try to check the changes using CodeSpace (instructions are available in the link above).
  7. When everything is ready in your view, create a pull-request so your changes to be checked by the reviewers and potentially will be added to the GTN.

More on the contributing to GTN could be found here.

If you are not comfortable to use GitHub, you can report the problem with as much as details here:

  1. Go to the issues section of the GTN.
  2. Click on the green button on top right, to create a New issue.
  3. Write a descriptive title and describe the change that you think is needed to happen.

Then, someone should find it and when they have time they can do this.

Cheers,
Armin

1 Like