GithubHelp home page GithubHelp logo

awesome-github-templates's Introduction

DevSpace

Stay up to date with what's happening now on GitHub

Setup

  1. Install the local dependencies
npm install
  1. Compile, start local server, and watch for changes
gulp

The local server will be available at http://localhost:9000

License

MIT License © Zeno Rocha

awesome-github-templates's People

Contributors

awesome-bot avatar flexbox avatar luanmuniz avatar marcoieni avatar readmecritic avatar richardlitt avatar sindresorhus avatar stevemao avatar talater avatar zenorocha avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

awesome-github-templates's Issues

Validate Links

Hey @zenorocha cool new project!

I wrote a tool that can validate README links (valid URLs, not duplicate). It can be run when someone submits a pull request or a commit is pushed to awesome-github-templates.

If you ran the tool, you would see that there is a link that redirects

 1. 301 http://github.com/zenorocha → https://github.com/zenorocha

Anyway, it is currently being used by many projects including

Examples

If you are interested, connect this repo to https://travis-ci.org/ and add a .travis.yml file to the project.

See https://github.com/dkhamsing/awesome_bot for options, more information
Feel free to leave a comment or close if this is not right for you 😄

Tip for organization

Hi @zenorocha,
I know it's not mandatory, but it would not better use the files of template pull_request_template.md and issue_template.md within the folder .github? :bowtie: 🚀

Why are these awesome?

I'm not sure what makes any of the items here awesome. What is an awesome github issue template?

Broken links for Find more [name]_TEMPLATE.md files

Hello!
Creating an issue here because I don't know what would be the most appropriate way to reach out. Hope this ends up being the correct channel and I don't end up imposing.

I believe both links for Find more ISSUE_TEMPLATE.md files and Find more PULL_REQUEST_TEMPLATE.md files are broken:
image

Right now they are respectively:
https://github.com/search?utf8=%E2%9C%93&q=in%3Apath+issue_template.md&type=Code&ref=searchresults
https://github.com/search?utf8=%E2%9C%93&q=in%3Apath+pull_request_template.md&type=Code&ref=searchresults

And I believe removing the in%3A and starting with pathin%3A fixes this, like so:
https://github.com/search?utf8=%E2%9C%93&q=path%3Aissue_template.md&type=Code&ref=searchresults
https://github.com/search?utf8=%E2%9C%93&q=path%3Apull_request_template.md&type=Code&ref=searchresults

Or, for exact file name matches (don't know which one makes more sense, probably the more permissive one) the below regex can be used:
path:/(^|\/)issue_template.md\.md$/
path:/(^|\/)pull_request_template\.md$/

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.