Skip to content

Commit a89ef09

Browse files
committed
chore: sync CONTRIBUTING.md from .github templates
1 parent f1bdfe0 commit a89ef09

File tree

1 file changed

+9
-17
lines changed

1 file changed

+9
-17
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing to InferaDB
22

3-
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.
44

55
## Code of Conduct
66

@@ -17,26 +17,15 @@ This project and everyone participating in it is governed by the [Contributor Co
1717
### Pull Requests
1818

1919
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/)
2822
4. **Ensure all tests pass** before submitting
2923
5. **Update documentation** if your changes affect public APIs or user-facing behavior
3024
6. **Submit a pull request** with a clear description of your changes
3125

3226
### Development Setup
3327

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.
4029

4130
## Review Process
4231

@@ -47,13 +36,16 @@ These documents cover prerequisites, dependencies, build commands, code style gu
4736

4837
## License
4938

50-
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)
5143

5244
## Questions?
5345

5446
If you have questions or need help:
5547

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
5749
- Email us at [open@inferadb.com](mailto:open@inferadb.com)
5850

5951
Thank you for helping make InferaDB better!

0 commit comments

Comments
 (0)