-
Notifications
You must be signed in to change notification settings - Fork 1
Contributing Guidelines
MohammedNazeer10 edited this page Dec 19, 2024
·
1 revision
Thank you for contributing to ActiveJob::Web! Please follow these guidelines to ensure a smooth process.
- 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.
-
Fork the repository and clone it locally:
git clone https://github.com/your-username/activejob-web.git
-
Create a new branch:
git checkout -b feature-name
-
Make changes and commit:
git commit -am "Describe your changes" -
Push changes to your fork:
git push origin feature-name
-
Create a Pull Request with a clear description of your changes