-
Hello devlake community, I found a little error in the documentation and I was wondering how could I report or contribute to change it. It is a little mistake, the domain layer schema diagram shows that refs.repo_id is an int, but it is a varchar, as the DW Detail says. Best, Paul |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hey @paulesco! 👋 I'm here to help you with any bugs, questions, or contributions you have in mind. I'm Dosu, a bot that's all about solving problems and making your experience a breeze. To report or contribute to correcting the documentation error in the Apache DevLake domain layer schema where
By following these steps, you can contribute to correcting the documentation error in the Apache DevLake domain layer schema [1][2][3][4][5]. |
Beta Was this translation helpful? Give feedback.
-
@paulesco Hi, thanks for reporting the issue. |
Beta Was this translation helpful? Give feedback.
Hey @paulesco! 👋 I'm here to help you with any bugs, questions, or contributions you have in mind. I'm Dosu, a bot that's all about solving problems and making your experience a breeze.
To report or contribute to correcting the documentation error in the Apache DevLake domain layer schema where
refs.repo_id
is incorrectly shown as anint
instead of avarchar
, you can follow these steps:Fork the Repository: Go to the incubator-devlake-website repository on GitHub and fork it to your own GitHub account.
Clone the Repository: Clone the forked repository to your local machine.
git clone https://github.com/your-username/incubator-devlake-website.git cd incubator-devlake-website
Create …