Code Monkey home page Code Monkey logo

certgen's Introduction

Waffle.io - Columns and their card count

CertGen - Django Project to build an App that Generates and Manage an Issue of Certificates

Build Status codecov Updates Python 3 License: AGPL v3 PyPI - Python Version PyPI - Django Version

If you want to contribute you need to do:

Make sure that the Python >= 3.6.5 was installed.

  1. Fork this project
  2. Clone your fork to your computer
  3. Add this repo as an upstream remote repo
  4. Change to the directory of the project
  5. Create a virtualenv with Python >= 3.6.5
  6. Active the virtualenv
  7. Install the dependencies of the project
  8. Make sure that the code agrees with the PEP8 recommendations
  9. Make sure that the test will pass with codecov coverage

These steps as a code:

git clone [address to your remote fork repo]
git remote add upsream [email protected]:vmdesenvolvimento/certgen.git
cd certgen 
python -m venv .venv
source .venv/bin/activatte
pip install -r requirements-dev.txt
flake8 .
pytest --cov .

Feature Branch

Feature Branch is the workflow in place. In this process, you need to create a new branch with the number of the Issue existing in the main repository. Feature is described on a issue tracker which generates a number for it. This number is used as branch's name. Then you create a PR with finished code and refer the issue's number to automatically close it which will map requisite to code changes. Thus you assign at least a team mate as reviwer and code is rebased after discussion.

certgen's People

Contributors

pyup-bot avatar riverfount avatar waffle-iron avatar

Watchers

 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.