Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.29 KB

contributing.md

File metadata and controls

44 lines (34 loc) · 1.29 KB

Contributing to Hacktoberfest Nashik Website

Thank you for your interest in contributing to the Hacktoberfest Nashik Website project! We appreciate your help in making this project a success.

How to Contribute

Reporting Issues

If you find a bug or have a feature request, please open an issue in the repository detailing your concern.

Design Contributions

  1. Wireframe Review: Review the existing wireframe for the project.
  2. UI/UX Design:
    • Create design mockups based on the wireframe using tools like Figma, Sketch, or Adobe XD.
    • Ensure your designs are responsive and user-friendly.

Code Contributions

  1. Clone the repository:
   git clone https://github.com/yourusername/hacktoberfest-nashik-website.git
   cd hacktoberfest-nashik-website

2.Create a new branch for your feature or bug fix:

git checkout -b your-feature-branch

3.Make your changes and commit them:

git add .
git commit -m "Add your commit message here"

4.Push to your forked repository:

git push origin your-feature-branch

Submit a pull request on GitHub explaining your changes. Code Standards Follow the existing code style and conventions used in the project. Write clear and concise commit messages. Ensure that your code is well-documented and tested.