Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.13 KB

CONTRIBUTION.md

File metadata and controls

28 lines (20 loc) · 1.13 KB

Contributing to This Project

We welcome your contributions to this project! Whether you're fixing bugs, adding new features, or improving documentation, your efforts are valued.

Here's how you can contribute

  1. Fork the repository
  2. clone the your fork repository - git clone repo link
  3. Create a new branch - git checkout -b feature/your-branch-name
  4. Make your changes
  5. Commit your changes - git commit -m "your message"
  6. Push your changes to your fork - git push origin feature/your-branch-name
  7. Create a pull request

pull request format

Title Brief Title

Description

Write a clear and concise pull request title summarizing your contribution. In the description section, provide more detailed information about your changes, including: What problem does your contribution solve? How does your contribution improve the project? Are there any specific instructions or dependencies to consider when reviewing your code?

attach an image of the response

If applicable, include screenshots or images to visually demonstrate the changes you've made. You can upload them directly to the pull request description.