Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 1.86 KB

CONTRIBUTING.md

File metadata and controls

50 lines (41 loc) · 1.86 KB

Contributing

Thank you for considering contributing to 50+ mini-project using html, css and javascript! We appreciate your time and effort in improving the project. Please follow these guidelines to ensure a smooth contribution process.

Table of Contents

How to Contribute

  1. Fork the repository.
  2. Clone your forked repository.
  3. Create a new branch for your contribution.
  4. Make your changes and commit them.
  5. Push your changes to your forked repository.
  6. Submit a pull request for review.

Reporting Issues

If you find any bugs, glitches, or errors, please report them by opening an issue. Ensure your report includes:

  • A clear title and description.
  • Steps to reproduce the issue.
  • Expected and actual behavior.
  • Screenshots or logs, if applicable.

Feature Requests

We welcome feature suggestions! Before submitting a request, please:

  • Check if the feature is already requested.
  • Describe the problem it solves.
  • Provide details on how it should work.

Code Contributions

If you want to contribute code:

  • Follow the existing coding style and conventions.
  • Write meaningful commit messages.
  • Ensure your code is well-tested and documented.

Pull Request Guidelines

  • Keep your PR focused on a single issue or feature.
  • Update documentation if needed.
  • Ensure all tests pass before submitting.
  • Add a descriptive title and summary.
  • Address requested changes in the review process.

Code of Conduct

All contributors must adhere to our Code of Conduct. Please ensure that your interactions are respectful and constructive.

Thank you for contributing to 50+ mini-project!