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
* Follow the Git commit message guidelines for consistent commit messages.
28
+
* Review the existing issues and pull requests to avoid duplicating efforts.
29
+
30
+
### Pull Request Process
31
+
32
+
* Ensure that your pull request addresses a specific issue.
33
+
* If there isn't an issue, consider creating one first.
34
+
* Clearly describe the problem or feature in your pull request and reference the relevant issue.
35
+
* Provide steps to reproduce and test your changes if applicable.
36
+
* Ensure that your branch is up-to-date with the latest changes from the main branch.
37
+
* All checks (tests, formatting, etc.) must pass before your pull request can be merged.
38
+
* After addressing review comments, your pull request will be merged by a project maintainer.
39
+
40
+
### Documentation
37
41
38
42
Help us improve the project's documentation by fixing typos, clarifying language, or adding missing information. Documentation improvements can be submitted as pull requests.
39
43
40
-
Reporting Issues
44
+
### Reporting Issues
41
45
42
46
If you encounter a bug or have a suggestion for the project, please open an issue using the provided issue template. Include as much detail as possible to help us understand and address the problem.
43
47
44
-
Getting Help
48
+
### Getting Help
45
49
46
50
If you need assistance, have questions, or want to discuss ideas, you can:
47
51
48
52
Join our Discord server and chat with the community.
49
53
Mention @maintainer in your issue or pull request for a faster response from project maintainers.
50
54
We appreciate your time and effort in contributing to libsql!
0 commit comments