Git Product home page Git Product logo

discord-bot's Introduction

Odyssia Bot

PEP 8 - Naming Conventions

directories packages modules/files classes functions variables constants
l l l + u cw l + u l + u c + u

Legend:

l = lowercase
u = underscores
cw = CapWords
c = CAP

Installation

Clone the project: git clone https://gitlab.com/odyssia_dev/odyssia-bot
Create virtual environment and install dependencies:

  • mkdir venv
  • python -m venv venv
  • venv\Scripts\activate
  • pip install -r requirements.txt
  • [Optionnal] deactivate

Branches Conventions

How to create a branch?

On GitLab, you can click on Repository > Branches > New Branch, then give it a name. Your branch need to be created from Develop most of the time.

How to name my branch?

Your branch has to follow this naming convention: type/name
Example: feature/stats
When the name contain multiple words which must be separated, you can use dashes
Example: feature/player-stats

How to merge my branch?

To merge your changes into develop, you need to create a merge request from GitLab interface. Go on Merge Requests > New merge request > Select a source branch (your branch) + a target branch (often develop), click on compare branch and continue, and then assign your request to a project owner.

Dependencies Documentations

discord-bot's People

Contributors

elitewise avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  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.