Skip to content

Latest commit

Β 

History

History
98 lines (73 loc) Β· 3.13 KB

File metadata and controls

98 lines (73 loc) Β· 3.13 KB

How to Create GitHub Issues from LinkedIn Feedback

πŸš€ Quick Steps to Create Issues

Step 1: Go to GitHub Issues

Visit: https://github.com/BenjaminWatts/watts-wrong/issues/new

Step 2: Create Each Issue

For each issue, click "Get started" for a blank issue, then:

  1. Copy the title from the file name (remove "-simplified.md")
  2. Copy the content from the corresponding *-simplified.md file
  3. Add labels (suggested labels are in each file)
  4. Assign to yourself (@BenjaminWatts)
  5. Submit the issue

πŸ“‹ Priority Order (Recommended)

High Priority Issues (Create First)

  1. North Sea Oil and Gas Analysis - north-sea-oil-gas-content-simplified.md
  2. Distribution Network Investment - distribution-network-investment-simplified.md
  3. CFD Cost-Benefit Analysis - cfd-cost-benefit-analysis-simplified.md

Medium Priority Issues (Create Second)

  1. Battery Storage as Distribution Buffer - battery-storage-distribution-buffer-simplified.md
  2. Tidal Energy Analysis - tidal-energy-content-simplified.md
  3. Insulation Costs Analysis - insulation-costs-analysis-simplified.md
  4. PV Panel Compliance Standards - pv-compliance-installation-standards-simplified.md

🏷️ Suggested Labels

Create these labels in GitHub first (if they don't exist):

  • content-addition
  • research
  • high-priority
  • medium-priority
  • north-sea
  • oil-gas
  • energy-security
  • renewable-energy
  • marine-energy
  • distribution-networks
  • solar-policy
  • grid-investment
  • cfd
  • cost-benefit
  • tidal-energy
  • battery-storage
  • pv-installation
  • building-standards

πŸ“ Example Issue Creation

Title: Content Addition: North Sea Oil and Gas Analysis

Body: Copy entire content from north-sea-oil-gas-content-simplified.md

Labels: content-addition, north-sea, oil-gas, energy-security, high-priority

Assignee: @BenjaminWatts

⚑ Alternative: Use GitHub CLI

If you install GitHub CLI (gh), you can create issues automatically:

# Install GitHub CLI first
brew install gh  # macOS
# or
apt install gh   # Ubuntu

# Authenticate
gh auth login

# Create issues
gh issue create --title "Content Addition: North Sea Oil and Gas Analysis" --body-file north-sea-oil-gas-content-simplified.md --label "content-addition,north-sea,oil-gas,energy-security,high-priority" --assignee @me

🎯 Expected Result

After creating all 7 issues, you'll have:

  • βœ… All LinkedIn feedback captured as trackable issues
  • βœ… Clear priorities and timelines
  • βœ… Detailed research tasks and deliverables
  • βœ… Community engagement demonstrated
  • βœ… Professional project management approach

πŸ“Š Issue Tracking Benefits

  • Visibility: Issues show on your repository homepage
  • Progress: Can mark tasks as complete with checkboxes
  • Discussion: People can comment and provide input
  • Integration: Links to PRs when work is completed
  • Community: Shows you're responsive to feedback

This guide helps you convert the LinkedIn feedback analysis into actionable GitHub issues that demonstrate professional project management and community engagement.