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
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Contributing
2
2
3
-
Thanks for your interest in our project. Contributions are welcome. Feel free to [open an issue](https://github.com/db-ui/examples/issues/new) with questions or reporting ideas and bugs, or [open pull requests](https://github.com/db-ui/base/compare) to contribute code.
3
+
Thanks for your interest in our project. Contributions are welcome. Feel free to [open an issue](https://github.com/db-ux-design-system/examples/issues/new) with questions or reporting ideas and bugs, or [open pull requests](https://github.com/db-ux-design-system/examples/compare) to contribute code.
4
4
5
5
We are committed to fostering a welcoming, respectful, and harassment-free environment. Be kind!
6
6
@@ -12,4 +12,4 @@ Moreover, you need to duplicate `.env.template` as `.env` and type your own emai
12
12
13
13
### Conventions
14
14
15
-
Please be aware that we have some [code and git commit (message and branch naming) conventions](https://github.com/db-ui/core/blob/main/docs/conventions.adoc), that we ensure with some linting tools.
15
+
Please be aware that we have some [code and git commit (message and branch naming) conventions](https://github.com/db-ux-design-system/examples/blob/main/docs/conventions.adoc), that we ensure with some linting tools.
7. Goto `src/main.tsx` and rename `import './index.css'` to `import './index.scss'`
@@ -23,15 +23,15 @@ const App = () => {
23
23
return (
24
24
<main>
25
25
<div>
26
-
<h1>db-ui-functional</h1>
26
+
<h1>db-ux-functional</h1>
27
27
<p>Use this as default for enterprise apps</p>
28
28
</div>
29
29
<div>
30
-
<h1>db-ui-regular</h1>
30
+
<h1>db-ux-regular</h1>
31
31
<p>Use this as default for consumer apps</p>
32
32
</div>
33
33
<div>
34
-
<h1>db-ui-expressive</h1>
34
+
<h1>db-ux-expressive</h1>
35
35
<p>Use this as default for marketing apps</p>
36
36
</div>
37
37
</main>
@@ -49,9 +49,9 @@ export default App;
49
49
3.`expressive`
50
50
12. Goto browser; All texts should have different sizes
51
51
13. Goto `src/App.tsx` and add `className` with those classes for each `<div>`:
52
-
1.`db-informational-bg-basic-level-1`
53
-
2.`db-successful-bg-basic-level-1`
54
-
3.`db-successful-bg-basic-level-2`
52
+
1.`db-color-informational`
53
+
2.`db-color-successful`
54
+
3.`db-color-successful db-bg-color-basic-level-2`
55
55
14. Goto browser; All containers should have different background and foreground colors
56
56
15. Goto `src/index.scss` and append a new class:
57
57
@@ -63,5 +63,5 @@ export default App;
63
63
64
64
16. Goto `src/App.tsx` and add `container-with-padding` class for each `<div>`
65
65
17. Goto browser; All containers should have different paddings
66
-
18. Goto `src/App.tsx` and add `import { DBButton } from "@db-ui/react-components";` to the top of the file and add `<DBButton icon="account">Test</DBButton>` inside each div
66
+
18. Goto `src/App.tsx` and add `import { DBButton } from "@db-ux/react-core-components";` to the top of the file and add `<DBButton icon="account">Test</DBButton>` inside each div
67
67
19. Goto browser; Button should be visible with different paddings
0 commit comments