Skip to content

docs(editor): add README + CHANGELOG + CONTRIBUTING (QoL sweep follow-up)#14

Merged
intel352 merged 1 commit into
masterfrom
docs/qol-1779215689
May 19, 2026
Merged

docs(editor): add README + CHANGELOG + CONTRIBUTING (QoL sweep follow-up)#14
intel352 merged 1 commit into
masterfrom
docs/qol-1779215689

Conversation

@intel352
Copy link
Copy Markdown
Contributor

Closes #13.

…-up)

workflow-editor lacked all three. Closes workflow-editor#13.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings May 19, 2026 18:34
@intel352 intel352 merged commit 88558a6 into master May 19, 2026
6 checks passed
@intel352 intel352 deleted the docs/qol-1779215689 branch May 19, 2026 18:35
Copy link
Copy Markdown

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

Adds baseline OSS-facing documentation for workflow-editor as a follow-up to the QoL sweep (Issue #13), aiming to improve project onboarding and release hygiene.

Changes:

  • Added a new README.md with high-level feature overview, install instructions, and local dev commands.
  • Added CONTRIBUTING.md with contribution and testing expectations.
  • Added CHANGELOG.md following Keep-a-Changelog structure and seeded with current version.

Reviewed changes

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

File Description
README.md Project overview + install/local-dev docs + links to upstream docs/CI workflows.
CONTRIBUTING.md Contribution guidelines and local dev/test expectations.
CHANGELOG.md Initial changelog scaffold with Unreleased + current version section.

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

Comment thread README.md
Comment on lines +30 to +38
## Local development

```sh
git clone https://github.com/GoCodeAlone/workflow-editor.git
cd workflow-editor
npm install
npm run dev
npm test
```
Comment thread README.md
Comment on lines +5 to +6
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![npm](https://img.shields.io/npm/v/@gocodealone/workflow-editor.svg)](https://github.com/orgs/GoCodeAlone/packages?repo_name=workflow-editor)
Comment thread README.md
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![npm](https://img.shields.io/npm/v/@gocodealone/workflow-editor.svg)](https://github.com/orgs/GoCodeAlone/packages?repo_name=workflow-editor)

Standalone npm package providing a visual workflow editor: 14 node types, 9 edge types, a ReactFlow canvas, property panel, node palette, toolbar, serialization, and auto-layout. Used by `workflow-vscode`, `workflow-jetbrains`, and embeddable in any TypeScript/React host.
Comment thread README.md
Comment on lines +20 to +24
## Install

```sh
npm install @gocodealone/workflow-editor
```
Comment thread CONTRIBUTING.md
Comment on lines +9 to +17
## Local development

```sh
git clone https://github.com/GoCodeAlone/workflow-editor.git
cd workflow-editor
npm install
npm run dev
npm test
```
Comment thread CONTRIBUTING.md

## Reporting issues

See the issue templates under `.github/ISSUE_TEMPLATE/`.
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.

qol-sweep: OSS-readiness pass

2 participants