Skip to content

CSI-DMCE-2023/icecream-Website-Django-Hacktoberfest-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icecream Website Django Hacktoberfest 2023

Welcome to CSI DMCE! We appreciate your interest in contributing. Before you get started, please read and follow these guidelines.

How to Contribute

  1. Look for the issue you wish to solve on the project's issue tracker.

  2. Comment on the issue: Please comment on the issue, indicating your interest in working on it. You can use a comment like: "Please assign me this issue."

  3. Maintainer assignment: The project maintainer will review your request and may assign the issue to you. Assignments will be done on a "first-come, first-serve" basis.

  4. Fork the repository to your GitHub account.

  5. Clone your fork to your local machine:

    git clone https://github.com/yourusername/your-repository.git

Note:

  • If the same user has been assigned too many issues, the maintainer may assign the issue to the next person to ensure an equal chance for everyone.
  • If the assigned contributor takes longer than expected to work on the issue, the maintainer may reassign the issue to the next person in the comment queue.

To contribute in this repository

  • Fork this repository
  • Clone your fork to your local machine inside xampp/htdocs:
    git clone https://github.com/ayusshh19/Hacktoberfest-php.git
  • Run models for the project to run :
    python manage.py makemigrations
    python manage.py migrate
  • start server to work on the project :
     python manage.py runserver

Commit your changes:

  • Make your changes or additions to the code, documentation, or any other improvements.

  • Test your changes thoroughly.

git commit -m "Add your message here"

Push your changes to your fork on GitHub:

git push origin main
  • Create a pull request (PR) to the main repository. Ensure that your PR includes [FIX] prefix, issue number, and issue title, like this: [FIX] #123: Issue Title.

  • Your PR will be reviewed, and any necessary feedback will be provided. Make sure to respond to any comments or requests for changes.

  • When your PR is approved and merged, it will be labeled "hacktoberfest-accept" and increase your PR merge count on your Hacktoberfest portfolio.


Contribution Guidelines

  • Please ensure your code and contributions align with the project's purpose and goals.

  • Follow the coding style and guidelines of the project.

  • Keep your commits and pull requests concise and clearly describe the changes you've made.

  • Do not submit spammy, trivial, or duplicate pull requests. Quality contributions are highly encouraged.



Happy contributing! 🚀