Skip to content

Latest commit

 

History

History
93 lines (57 loc) · 2.56 KB

File metadata and controls

93 lines (57 loc) · 2.56 KB
title Contributing
description Guide for contributing to IDP-Core development

Thank you for your interest in contributing to IDP-Core. This section provides everything you need to get started as a contributor.

Ways to Contribute

Contribution Description
🐛 Bug Reports Report issues you've found
💡 Feature Requests Suggest new features
📖 Documentation Improve or translate docs
🧪 Testing Add tests or improve coverage
💻 Code Fix bugs or implement features
🔍 Code Review Review pull requests
💬 Discussions Participate in community discussions

Getting Help

  • GitHub Discussions - Questions and ideas
  • GitHub Issues - Bug reports and feature requests

Sections


Code of Conduct

Please carefully read and follow our Code of Conduct to ensure a welcoming environment for all contributors.

Our Standards

  • Use welcoming and inclusive language
  • Be respectful of differing viewpoints
  • Accept constructive criticism gracefully
  • Focus on what's best for the community

Developer Certificate of Origin (DCO)

By contributing to this project, you agree to abide by the terms of the Developer Certificate of Origin (DCO). Please sign your commits with the following statement:

Signed-off-by: Your Name < your-email-address >

We enforce signed commits for this repository. The email address can be set as the no-reply email of your GitHub account. You can follow this guide to set it up.


Recognition

We recognize all contributors in:

  • GitHub contributors list
  • Release notes for significant contributions
  • AUTHORS file for major contributors