Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use master branch of tutorials #369

Open
uekerman opened this issue Apr 4, 2024 · 0 comments
Open

Use master branch of tutorials #369

uekerman opened this issue Apr 4, 2024 · 0 comments
Labels
technical Technical issues on the website

Comments

@uekerman
Copy link
Member

uekerman commented Apr 4, 2024

Currently, we render the content of the develop branch of the tutorials.

This is good because:

  • We encourage users to contribute, and then it is nice if you can directly see your edits live after the PR is merged.
  • We don't forget to merge these changes back and forth.

This is bad because:

  • The link "get the case files of this tutorial" goes to master to access released versions. If someone now adds a new solver, this information is the README, but the case files are not accessible. If someone adds a new case, we either have a dead link or we link to develop and forget to update later.

A proper solution would probably be to render the master branch or the latest release and combine this with some automation to merge fixes back to develop. And release the tutorials more often (independently of the distribution).

@MakisH MakisH added the technical Technical issues on the website label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
technical Technical issues on the website
Projects
Status: WP2 Compile standard (2024-2025)
Development

No branches or pull requests

2 participants