Skip to content

Conversation

@NeeradNandan
Copy link

Summary

Comprehensive documentation improvements including typo fixes across the entire codebase and the addition of a CONTRIBUTING.md file.

Changes

Commit 1: Template README Fixes

  • Fix grammatical error 'between the every' to 'between every'
  • Fix spacing issue 'theworkshop' to 'the workshop'
  • Remove duplicate article 'The the BAML' to 'The BAML'
  • Fix spelling error 'simpile' to 'simple'
  • Update placeholder chapter number 'Chapter XX' to 'Chapter 12'

Commit 2: Workshop Documentation Fixes (12 files)

Fixed the same systematic typos across workshop materials:

  • workshops/2025-05/walkthrough.md and .yaml
  • workshops/2025-05/sections/{00-hello-world,01-cli-and-agent,02-calculator-tools,12-humanlayer-webhook,final}/README.md
  • workshops/2025-05-17/walkthrough.md and .yaml
  • workshops/2025-05-17/sections/{00-hello-world,01-cli-and-agent,02-calculator-tools}/README.md

Commit 3: Main README Fixes + CONTRIBUTING.md

Typo Fixes:

  • Fix 'inggest' to 'inngest' in README.md and content/brief-history-of-software.md
  • Fix 'libriaries' to 'libraries' in README.md

New File: CONTRIBUTING.md
A comprehensive contributing guide including:

  • Code of Conduct
  • Issue reporting guidelines
  • Enhancement suggestion process
  • Documentation and code contribution guides
  • Development setup instructions
  • Pull request process and commit message format
  • Style guidelines for Markdown, TypeScript, and BAML
  • License information

Impact

Metric Count
Files Changed 16
Typos Fixed 35+
New Files 1 (CONTRIBUTING.md)
Commits 3

Type of Change

  • Documentation update
  • Bug fix (typos)
  • New documentation file

Checklist

  • Changes are clear and well-documented
  • Follows conventional commit format
  • No breaking changes

- Fix grammatical error 'between the every' to 'between every' on line 7
- Fix spacing issue 'theworkshop' to 'the workshop' on line 7
- Remove duplicate article 'The the BAML' to 'The BAML' on line 97
- Fix spelling error 'simpile' to 'simple' on line 145
- Update placeholder chapter number 'Chapter XX' to 'Chapter 12' on line 712
- Fix grammatical error 'between the every' to 'between every' in 6 files
- Fix spacing issue 'theworkshop' to 'the workshop' in 6 files
- Remove duplicate article 'The the BAML' to 'The BAML' in 6 files
- Fix spelling error 'simpile' to 'simple' in 6 files
- Update placeholder 'Chapter XX' to 'Chapter 12' in 4 files

Affected files:
- workshops/2025-05/walkthrough.md and walkthrough.yaml
- workshops/2025-05/sections/{00-hello-world,01-cli-and-agent,02-calculator-tools,12-humanlayer-webhook,final}/README.md
- workshops/2025-05-17/walkthrough.md and walkthrough.yaml
- workshops/2025-05-17/sections/{00-hello-world,01-cli-and-agent,02-calculator-tools}/README.md
- Fix typo 'inggest' to 'inngest' in README.md (line 94)
- Fix typo 'libriaries' to 'libraries' in README.md (line 183)
- Fix typo 'inggest' to 'inngest' in content/brief-history-of-software.md (line 22)
- Add comprehensive CONTRIBUTING.md with guidelines for:
  - Reporting issues and suggesting enhancements
  - Documentation and code contributions
  - Development setup instructions
  - Pull request process and commit message format
  - Style guidelines for Markdown, TypeScript, and BAML
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.

1 participant