Git Product home page Git Product logo

templates's Introduction

Greenbone Templates for repositories on GitHub

A collection of templates we use to keep the quality consistent over the various projects we maintain.

README.md

We want to establish a consistent structure of the readme in our projects.

There are several projects that provide a readme template out there, for example https://www.makeareadme.com/ with a general suggestion for open source projects or the Standard Readme Style Specification especially for code modules. They differ only in details on the suggested sections. A good resource on writing great READMEs is also Art of README.

Our template is heavily based on these two templates.

The first project using this template is gvm-tools, which can be used as an example.

ISSUE_TEMPLATE.md

The ISSUE_TEMPLATE.md is shown to the user when they create a new issue on GitHub. We want to ensure that users provide the necessary information and to redirect support questions to our community forum.

.pylintrc

The .pylintrc is the configuration for Pylint which is used to test the code quality of our python projects.

pyproject.toml

The pyproject.toml template provides a consistent specification of the minimum build system requirements for Python projects. The file format is specified in PEP518.

The template contains configuration options for the autohooks framework and for the black code formatter. Together, this configuration makes sure that all commits are properly formatted in a consistent style.

Note that both autohooks and black need to be present in the development environment for the configuration to be applied.

License

Copyright (C) 2018 Greenbone Networks GmbH

Licensed under the Creative Commons Attribution Share Alike 4.0 International license.

templates's People

Contributors

wiegandm avatar bjoernricks avatar davidak avatar cfi-gb avatar kroosec avatar

Watchers

James Cloos 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.