We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab032e2 commit df8f550Copy full SHA for df8f550
CONTRIBUTING.md
@@ -0,0 +1,37 @@
1
+# Contributing to SHARK UI
2
+
3
+Thanks for your interest in contributing to SHARK UI! We're excited to have you involved.
4
5
+## How to Contribute
6
7
+[TODO]
8
9
+## Code of Conduct
10
11
12
13
+## Reporting Issues
14
15
16
17
+## Coding Standards
18
19
20
21
+## Commit Message Guidelines
22
23
+Here's the template:
24
25
+```plaintext
26
+<type>(<optional scope>): <summary>
27
28
+<optional body>
29
30
+<optional footer>
31
+```
32
33
+See the [commit message format](./docs/contributing/commit-message-format.md) for more details!
34
35
+## Questions?
36
37
+For any questions or clarifications, feel free to open an issue or reach out to the maintainers.
0 commit comments