Skip to content

Conversation

@jonathannorris
Copy link
Member

@jonathannorris jonathannorris commented Oct 24, 2025

Updates documentation to be used in openfeature.dev docs:

  • README.md: Added OpenFeature branding, reorganized sections, improved clarity and removed verbose examples
  • CONTRIBUTING.md: Moved development setup from README to dedicated contributing guide

These changes align the repository documentation with the published openfeature.dev documentation structure.

@gemini-code-assist
Copy link

Summary of Changes

Hello @jonathannorris, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request significantly refines the project's documentation to enhance clarity, improve the onboarding experience for new contributors, and align with the broader OpenFeature ecosystem. It introduces a dedicated contributing guide and comprehensively updates the main README, making it more user-friendly and consistent with official OpenFeature branding and content.

Highlights

  • Documentation Restructuring: Separated development setup instructions from README.md into a new CONTRIBUTING.md file to provide a dedicated guide for contributors.
  • README.md Enhancements: Updated README.md with OpenFeature branding, improved clarity, reorganized sections, and removed verbose examples for a more user-friendly experience.
  • Documentation Alignment: Aligned the repository's documentation structure with the published openfeature.dev documentation, ensuring consistency across the ecosystem.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR improves the repository documentation by restructuring the README and adding a dedicated contributing guide, aligning with OpenFeature's documentation standards for openfeature.dev.

Key Changes:

  • Enhanced README with OpenFeature branding, clearer structure, and improved quick start instructions
  • Created CONTRIBUTING.md with development setup moved from README
  • Reorganized configuration examples and tool documentation for better clarity

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
README.md Complete restructure with branding, improved quick start section, reorganized AI assistant configurations, enhanced tool documentation, and added community resources
CONTRIBUTING.md New file containing development setup instructions, contribution guidelines, and community links previously in README

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request enhances the documentation for the OpenFeature MCP, improving the README and adding a CONTRIBUTING guide. The README has been reorganized with OpenFeature branding, clearer explanations, and less verbose examples. A new CONTRIBUTING.md file details the development setup. I have identified some areas for improvement, mainly focusing on clarity and consistency in the README file.

@jonathannorris jonathannorris force-pushed the docs-improve-readme-and-contributing branch from 2728975 to 1cdab14 Compare October 24, 2025 16:15
@jonathannorris jonathannorris merged commit 425568e into main Oct 27, 2025
5 checks passed
@jonathannorris jonathannorris deleted the docs-improve-readme-and-contributing branch October 27, 2025 17:28
github-merge-queue bot pushed a commit to open-feature/openfeature.dev that referenced this pull request Oct 27, 2025
…CLI, MCP, OFREP) (#1285)

## Summary
Restructures documentation to separate OpenFeature SDKs from other
technologies (OFREP, CLI, MCP) for better organization and
discoverability.

## Navigation Changes

### Before
```
- Introduction
- Concepts
- Technologies
  - SDK Compatibility Overview
  - Server SDKs
  - Client SDKs
- Contributing
```

### After
```
- Introduction
- Concepts
- SDKs
  - SDK Compatibility Overview
  - Server SDKs
  - Client SDKs
- Other Technologies
  - OFREP
  - CLI
  - MCP
- Contributing
```

## Key Changes
- **Renamed**: `docs/reference/technologies/` → `docs/reference/sdks/`
- **Created**: `docs/reference/other-technologies/` with automated
README fetching from:
  - [open-feature/cli](https://github.com/open-feature/cli)
  - [open-feature/protocol](https://github.com/open-feature/protocol)
  - [open-feature/mcp](https://github.com/open-feature/mcp)
- **Fixed**: 171+ internal links across docs, blogs, and SDK files
- **Updated**: `docusaurus.config.ts`, `package.json`, SDK datasets, and
processing scripts

## Technical Details
- Added `processOtherTechnologies` export in
`scripts/process-sdk-readmes.ts`
- Converts relative links to absolute GitHub URLs
- Automatically fixes `/technologies/` → `/sdks/` in fetched content
- Command: `yarn update:sdk-docs` now updates both SDKs and other
technologies

## Note
⚠️ Currently pulling from feature branches. Update to `main` once these
PRs merge:
[open-feature/mcp#31](open-feature/mcp#31)

[open-feature/protocol#55](open-feature/protocol#55)
[open-feature/cli#172](open-feature/cli#172)

---------

Signed-off-by: Jonathan Norris <[email protected]>
github-merge-queue bot pushed a commit to open-feature/openfeature.dev that referenced this pull request Oct 27, 2025
…CLI, MCP, OFREP) (#1285)

## Summary
Restructures documentation to separate OpenFeature SDKs from other
technologies (OFREP, CLI, MCP) for better organization and
discoverability.

## Navigation Changes

### Before
```
- Introduction
- Concepts
- Technologies
  - SDK Compatibility Overview
  - Server SDKs
  - Client SDKs
- Contributing
```

### After
```
- Introduction
- Concepts
- SDKs
  - SDK Compatibility Overview
  - Server SDKs
  - Client SDKs
- Other Technologies
  - OFREP
  - CLI
  - MCP
- Contributing
```

## Key Changes
- **Renamed**: `docs/reference/technologies/` → `docs/reference/sdks/`
- **Created**: `docs/reference/other-technologies/` with automated
README fetching from:
  - [open-feature/cli](https://github.com/open-feature/cli)
  - [open-feature/protocol](https://github.com/open-feature/protocol)
  - [open-feature/mcp](https://github.com/open-feature/mcp)
- **Fixed**: 171+ internal links across docs, blogs, and SDK files
- **Updated**: `docusaurus.config.ts`, `package.json`, SDK datasets, and
processing scripts

## Technical Details
- Added `processOtherTechnologies` export in
`scripts/process-sdk-readmes.ts`
- Converts relative links to absolute GitHub URLs
- Automatically fixes `/technologies/` → `/sdks/` in fetched content
- Command: `yarn update:sdk-docs` now updates both SDKs and other
technologies

## Note
⚠️ Currently pulling from feature branches. Update to `main` once these
PRs merge:
[open-feature/mcp#31](open-feature/mcp#31)

[open-feature/protocol#55](open-feature/protocol#55)
[open-feature/cli#172](open-feature/cli#172)

---------

Signed-off-by: Jonathan Norris <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants