Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.08 KB

File metadata and controls

44 lines (30 loc) · 1.08 KB

Contributing to BBj Beginner Tutorial

We welcome contributions to improve this tutorial! Whether you've found a typo, want to clarify an explanation, or add new content, your help is appreciated.

How to Contribute

Reporting Issues

If you find a problem or have a suggestion:

  1. Go to the Issues page
  2. Check if your issue already exists
  3. If not, create a new issue describing the problem or suggestion

Making Changes via Pull Request

  1. Fork the repository
  2. Create a branch for your changes (git checkout -b fix/typo-in-intro)
  3. Make your changes
  4. Test locally with yarn start
  5. Commit your changes
  6. Push to your fork and open a Pull Request

What to Contribute

  • Fix typos or grammatical errors
  • Clarify confusing explanations
  • Add missing information that helped you learn
  • Update outdated links or references
  • Improve code examples

Local Development

# Install dependencies
yarn

# Start dev server
yarn start

Questions?

Open an issue on GitHub or reach out to the maintainers.