Advanced Topics

Contributing

Thank you for your interest in contributing to runnem! We welcome all forms of contributions, from documentation improvements to feature suggestions.

Getting Started

  1. Fork the repository
  2. Create a new branch for your changes
  3. Make your changes
  4. Submit a pull request

Development Setup

To set up your development environment:

  1. Clone your fork:
git clone https://github.com/your-username/runnem.git
cd runnem
  1. Install dependencies:
npm install
  1. Make your changes and commit them:
git add .
git commit -m "Description of your changes"

Contribution Guidelines

  • Follow the existing code style
  • Write clear commit messages
  • Keep pull requests focused and small
  • Update documentation as needed

Areas for Contribution

  • Documentation improvements
  • Bug reports
  • Feature suggestions
  • Code improvements
  • Community support

Code Review Process

  1. Submit your pull request
  2. Wait for review
  3. Address any feedback
  4. Once approved, your changes will be merged

Getting Help

Next Steps

Previous
Screen Basics