Coder Social home page Coder Social logo

testacc-art / github-templates Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lararosekelley/github-templates

0.0 0.0 0.0 26 KB

Good templates for the issue, pull request, and contributing templates on GitHub, GitLab, and Bitbucket.

License: MIT License

Shell 100.00%

github-templates's Introduction

GitHub Templates

Good template for GitHub's ISSUE_TEMPLATE.md, CONTRIBUTING.md, and PULL_REQUEST_TEMPLATE.md files.

Build Status


Installation

Simply download the needed files by running this from your root project folder:

$ bash -c "$(curl -s https://raw.githubusercontent.com/tylucaskelley/github-templates/master/install.sh)"

For convenience, you can create a Git alias in your ~/.gitconfig file. Under the [alias] section, add the following so you can run git tpl to generate your template files:

tpl = "!f() { bash -c \"$(curl -s https://raw.githubusercontent.com/tylucaskelley/github-templates/master/install.sh)\"; }; f"

When you run git tpl, you'll be prompted for your username, email address, and repository name - you can leave the defaults if they look correct (inferred from git config variables).

Adding your code style guidelines

You should replace the {guidelines} section in CONTRIBUTING.md with your own code style guidelines after installation.

Adding your Git workflow

CONTRIBUTING.md assumes a forking / feature-branch workflow for making contributions to your repository; edit this if your project requires a different flow.

Contributing

See CONTRIBUTING.md.

License

Copyright (c) 2017-2018 Ty-Lucas Kelley. MIT License.

github-templates's People

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.