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
Thank you for your interest in contributing to InferaDB! We welcome contributions from the community and are grateful for any help you can provide.
3
+
Thank you for your interest in contributing to [InferaDB](https://inferadb.com)! We welcome contributions from the community and are grateful for any help you can provide.
4
4
5
5
## Code of Conduct
6
6
@@ -17,26 +17,15 @@ This project and everyone participating in it is governed by the [Contributor Co
17
17
### Pull Requests
18
18
19
19
1.**Fork the repository** and create your branch from `main`
20
-
2.**Follow the development workflow** documented in the repository's README
21
-
3.**Write clear commit messages** following [Conventional Commits](https://www.conventionalcommits.org/):
22
-
-`feat:` New features
23
-
-`fix:` Bug fixes
24
-
-`docs:` Documentation changes
25
-
-`test:` Test additions or improvements
26
-
-`refactor:` Code refactoring
27
-
-`chore:` Maintenance tasks
20
+
2.**Follow the development workflow** documented in the repository's [README.md](README.md)
21
+
3.**Write clear commit messages** following [Conventional Commits](https://www.conventionalcommits.org/)
28
22
4.**Ensure all tests pass** before submitting
29
23
5.**Update documentation** if your changes affect public APIs or user-facing behavior
30
24
6.**Submit a pull request** with a clear description of your changes
31
25
32
26
### Development Setup
33
27
34
-
Each repository has its own development setup and workflow. Please refer to:
35
-
36
-
-**[DEVELOPMENT.md](./DEVELOPMENT.md)** for repository-specific development and contribution guidance
37
-
-**README.md** for general project information and quick start instructions
38
-
39
-
These documents cover prerequisites, dependencies, build commands, code style guidelines, and repository-specific requirements.
28
+
Each repository has its own development setup and workflow. See the repository's [README.md](README.md) for prerequisites, build commands, and development workflow.
By contributing to InferaDB, you agree that your contributions will be licensed under the same license as the repository you are contributing to. See the LICENSE file in each repository for details.
39
+
By contributing to [InferaDB](https://github.com/inferadb), you agree that your contributions will be dual-licensed under:
40
+
41
+
-[Apache License, Version 2.0](LICENSE-APACHE)
42
+
-[MIT License](LICENSE-MIT)
51
43
52
44
## Questions?
53
45
54
46
If you have questions or need help:
55
47
56
-
-Open a [Discussion](https://github.com/inferadb/inferadb/discussions) on GitHub
48
+
-Join our [Discord server](https://discord.gg/inferadb) to chat with the community
57
49
- Email us at [open@inferadb.com](mailto:open@inferadb.com)
0 commit comments