Skip to content

Contributing Guidelines

MohammedNazeer10 edited this page Dec 19, 2024 · 1 revision

Contributing Guidelines

Thank you for contributing to ActiveJob::Web! Please follow these guidelines to ensure a smooth process.

Reporting Bugs & Suggestions

  • Bug Reports: Open an issue with a clear description, steps to reproduce, and relevant logs.
  • Feature Requests: Open an issue with a description of the feature and its use case.

How to Contribute

  1. Fork the repository and clone it locally:

    git clone https://github.com/your-username/activejob-web.git
    
  2. Create a new branch:

    git checkout -b feature-name
    
  3. Make changes and commit:

    git commit -am "Describe your changes"
    
  4. Push changes to your fork:

    git push origin feature-name
    
  5. Create a Pull Request with a clear description of your changes

Clone this wiki locally