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
Contributions to [SSCMA](https://github.com/Seeed-Studio/ModelAssistant) are welcome! We welcome contributions of any kind, including but not limited to:
4
+
5
+
- Fixing bugs
6
+
7
+
The steps for fixing code implementation errors are as follows:
8
+
9
+
If the submitted code changes are large, it is recommended to submit an issue first, and correctly describe the phenomenon of the issue, the cause and the way to reproduce it, and discuss and confirm the fixing plan.
10
+
11
+
Fix the bug and add the corresponding unit test, and submit the pull request.
12
+
13
+
- New feature or component
14
+
15
+
If a new feature or module involves large code changes, it is recommended to submit an issue first to confirm the necessity of the feature.
16
+
17
+
Implement the new feature, add unit tests, and submit a pull request.
18
+
19
+
- Documentation additions
20
+
21
+
Fix the documentation to submit a pull request directly.
22
+
23
+
The steps to add documentation or translate it into another language are as follows.
24
+
25
+
Submit an issue to confirm the need to add the documentation.
26
+
27
+
## How to Contribute
28
+
29
+
Please refer to the [Github Documentation - Collaborating](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests).
30
+
31
+
## Commit Style
32
+
33
+
We recommend that you follow the following authoring principles when writing your commit, as this will make our project cleaner and easier to iterate.
34
+
35
+
```
36
+
build: build related changes
37
+
chore: typo fixes, library updates, etc.
38
+
ci: continue integration related changes
39
+
deps: dependencies update
40
+
docs: docs related changes
41
+
feat: new feactures
42
+
fix: fix issues
43
+
perf: add perf results
44
+
refactor: refactor components
45
+
revert: undo some changes
46
+
style: code style changes
47
+
test: test cases changes
48
+
```
49
+
50
+
## Permissions Section
51
+
52
+
After a contribution is submitted, you agree to the project's [License](./license).
If you encounter any problems using SSCMA, submitting your questions on [SSCMA Issues](https://github.com/Seeed-Studio/ModelAssistant/issues) is welcomed, and we will reply to you as soon as possible. We also organize some common problems so that you can find solutions in a timely manner.
0 commit comments