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
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+12-7
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ Enhancement suggestions are tracked on [GitLab](https://gitlab.com/postgres-ai/d
68
68
- Provide a step-by-step description of the proposed enhancement in as many details as possible.
69
69
- Provide specific examples to demonstrate the steps. Include copy/pasteable snippets which you use in those examples
70
70
- Use Markdown to format code snippets and improve the overall look of your issues (Markdown docs: [GitLab](https://docs.gitlab.com/ee/user/markdown.html), [GitHub](https://github.github.com/gfm/)).
71
-
- Describe the current behavior and explain which behavior you expected to see instead and why.
71
+
- Describe the current behavior and explain which behavior you expected to see instead and why (on GitLab, you can use the issue template, which is selected by default).
72
72
- If your proposal is related to UI, include screenshots and animated GIFs which help you demonstrate the steps or point out the part of DLE to which the suggestion is related. Please, do NOT use screenshots for console output, logs, configs.
73
73
- Explain why this proposal would be helpful to most DLE users.
74
74
- Specify which version of DLE you're using. If it makes sense, specify Postgres versions too.
@@ -126,10 +126,13 @@ We're building documentation following the principles described at https://docum
126
126
127
127
Learn more: https://documentation.divio.com/.
128
128
129
-
<!--
130
129
### Repo overview
131
-
TBD
132
-
-->
130
+
The [postgres-ai/database-lab](https://gitlab.com/postgres-ai/database-lab) repo contains 3 components:
All three components have a single version, denoted by either the git tag or a combination of the branch name and git commit SHA.
133
136
134
137
### Development setup
135
138
- Install Docker. Example for Linux:
@@ -173,10 +176,12 @@ TBD
173
176
174
177
<!-- TODO: Linux specific requirements? MacOS specific? -->
175
178
176
-
<!--
179
+
177
180
### Building from source
178
-
TBD – separately for Linux and MacOS
181
+
Use `Makefile` to build Database Lab components from source.
179
182
183
+
Run `make help` to see all available targets.
180
184
185
+
<!--
181
186
mention dev images: See our [GitLab Container Registry](https://gitlab.com/postgres-ai/database-lab/container_registry) to find the images built for development branches.
0 commit comments