You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
The README.md file in the master branch contains outdated or incorrect instructions for setting up the project locally. Contributors attempting to follow these instructions encounter errors during the installation and setup process.
However, if contributors switch to the feature/webui-2024 branch and follow the README.md instructions provided there, the setup process works successfully. This inconsistency between branches is causing confusion for contributors, as the default branch (master) does not provide a functional setup guide.
Steps To Reproduce
Clone the repository and checkout the master branch.
Follow the setup instructions provided in README.md from the master branch.
Observe errors during the setup process.
Expected behavior
The README.md file in the default master branch should provide accurate and functional instructions for local setup.
Contributors should be able to complete the setup process without needing to switch branches.
Actual Behavior
The setup process fails when following the master branch's README.md.
Switching to the feature/webui-2024 branch and using its README.md resolves the setup issues.
Additional Note
I would like to work on fixing this issue. Please let me know how should I proceed with this.
The text was updated successfully, but these errors were encountered:
Description
The README.md file in the master branch contains outdated or incorrect instructions for setting up the project locally. Contributors attempting to follow these instructions encounter errors during the installation and setup process.
However, if contributors switch to the feature/webui-2024 branch and follow the README.md instructions provided there, the setup process works successfully. This inconsistency between branches is causing confusion for contributors, as the default branch (master) does not provide a functional setup guide.
Steps To Reproduce
Expected behavior
The README.md file in the default master branch should provide accurate and functional instructions for local setup.
Contributors should be able to complete the setup process without needing to switch branches.
Actual Behavior
Additional Note
I would like to work on fixing this issue. Please let me know how should I proceed with this.
The text was updated successfully, but these errors were encountered: