Git Product home page Git Product logo

django-mate's Introduction

django-mate

quick loop up </>

โœจ hacktoberfest2022 ๐Ÿ’ซ

banner

๐ŸŒฑ Contributing to hacktoberfest 2022

Hacktoberfest 2022: Complete your mission for open source ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป

Hacktoberfest: a month-long celebration of open-source projects, their maintainers, and the entire community of contributors.

Hacktoberfest 2022: Complete your mission for open source

https://www.digitalocean.com/blog/hacktoberfest-2022-your-mission-for-open-source


What can You contribute โš ๏ธ

In our dev life, we have some code snippets that we frequently use. The goal of this repo is to store that code snippets so that one can quickly come here and use them to safe time.

  • Find the existing domain/programming language/framework or craete one if not exist.
  • Add your code snippet(s)

Process are as follows :-

  • Login using github @ Hacktoberfest
  • Create four valid pull requests (PRs) between 1st - 31st October

How to Contribute to this repository

  • Fork the repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone the forked repository to your local machine.
git clone https://github.com/your-user-name/django-mate.git
  • change the present working directory
cd django-mate
  • Add/Create your code snippet to the specific folder as described in what you can contribute section.
  • Make a new branch
git checkout -b new-branch-name
  • Make change in the repository with the new branch.
git add -A
git commit -m "Your commit Message"
  • push the changes.
git push -u origin HEAD
  • Make a pull request.
  • Star the repository.

NOTE

  • Make Sure you commit your changes in a new branch.
  • Make Sure you Give proper name to your files describing the addition.
  • Also Make Sure you comment your code whereever necessary

django-mate's People

Contributors

ferdauspolok avatar pollenlight avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.