Skip to content

Latest commit

 

History

History
93 lines (56 loc) · 3.74 KB

CONTRIBUTING.md

File metadata and controls

93 lines (56 loc) · 3.74 KB

Contributing to [Devlabs]

Thank you for considering contributing to [Devlabs]! We appreciate your interest in helping make this project better.

Table of Contents

Code of Conduct

This project and its community adhere to the Code of Conduct. By participating, you are expected to uphold this code. Please report any unacceptable behavior to [project owner's email].

How Can I Contribute?

Reporting Bugs

If you come across a bug or an issue with [Devlabs], please take the following steps:

  1. Search the issue tracker to check if the issue has already been reported. If it has, feel free to add any additional information or subscribe to the existing issue.

  2. If the issue hasn't been reported yet, create a new issue with a descriptive title and a clear description of the problem. Include any relevant details such as operating system, browser version, and steps to reproduce the issue.

Requesting Features

If you have an idea for a new feature or improvement, please follow these steps:

  1. Search the issue tracker to check if the feature request already exists. If it does, you can comment on the existing request to provide more information or express your interest.

  2. If the feature request doesn't exist, create a new issue with a clear and concise title and a detailed description of the feature or enhancement you're proposing. Explain why it's valuable and how it aligns with the project's goals.

Submitting Changes

If you want to contribute code changes, follow these steps:

  1. Fork the repository to your own GitHub account.

  2. Clone your forked repository to your local machine.

git clone https://github.com/HimanshuNarware/Devlabs.git
  1. Create a new branch for your changes.
git checkout -b feature/your-feature-name
  1. Make your changes, following the style guide and ensuring that your code adheres to the project's coding standards.

  2. Commit your changes with a descriptive commit message.

git commit -m "Add new feature: your feature name"
  1. Push your changes to your forked repository on GitHub.
git push origin feature/your-feature-name
  1. Open a pull request (PR) on the original repository and provide a detailed description of your changes.

Pull Request Guidelines

To ensure a smooth review process, please follow these guidelines when submitting a pull request:

  • Your code should be well-documented and include clear comments where necessary.
  • Run any relevant tests to ensure that your changes don't introduce new issues.
  • Ensure your code follows the project's coding standards and style guide (see Style Guide).
  • Keep your pull request focused on a single feature or bug fix.
  • Provide a clear and concise title and description for your pull request.

Style Guide

[Devlabs] follows a specific coding style and structure. Please refer to the style guide for details on code formatting, naming conventions, and other coding standards.

License

By contributing to [Devlabs], you agree that your contributions will be licensed under the project's LICENSE.