Code Monkey home page Code Monkey logo

syllogy / project-template Goto Github PK

View Code? Open in Web Editor NEW

This project forked from josee9988/project-template

0.0 1.0 0.0 245 KB

An awesome ๐—š๐—ถ๐˜๐—ต๐˜‚๐—ฏ ๐—ง๐—ฒ๐—บ๐—ฝ๐—น๐—ฎ๐˜๐—ฒ for any project!๐Ÿš€ Quickstart your projects and get control over your community.๐Ÿ”ฅ It includes ๐ข๐ฌ๐ฌ๐ฎ๐ž ๐ญ๐ž๐ฆ๐ฉ๐ฅ๐š๐ญ๐ž๐ฌ, ๐ฅ๐š๐›๐ž๐ฅ๐ฌ, ๐ฉ๐ž๐ซ๐ฌ๐จ๐ง๐š๐ฅ๐ข๐ณ๐ž๐ ๐ซ๐ž๐š๐๐ฆ๐ž, ๐†๐ข๐ญ๐ก๐ฎ๐› ๐›๐จ๐ญ๐ฌ, and much more!! ๐Ÿคฉ

License: MIT License

Shell 100.00%

project-template's Introduction

๐Ÿ”ฅ Josee9988's Github Project Template

Logo
Issues GitHub pull requests


๐Ÿค” What is this template all about?

  • This template can be used as a base layer for any of your future repositories/projects.
  • Make your project easy to maintain with 7 issue templates.
  • Quickstart your documentation with personalized readme badges and a cool readme structure.
  • Manage your issues with 19 issue labels created just for you!
  • Make your community healthier with all the guides like code of conduct, contributing, support, security...
  • Learn more with the official Github guide on creating repositories from a template.
  • To start using it; "click use this template", create your new repository,
  • All the basic setup is made through an easy script that will auto-detect all your data to make it lightning fast! ๐Ÿ—ฒ๐Ÿ—ฒ clone your new repository and execute the SETUP_TEMPLATE.sh shell script to personalize the files with your private details. Check how to execute it here.
  • All the markdown follows MarkdownLint rules.

โšก Installation

  1. To create a new repository from this template generate your new repository from this template for more information or guidance, follow the Github guide.

  2. Clone your new repository generated from this template and cd into it.

  3. Execute the SETUP_TEMPLATE.sh shell script to customize the files with your data.

    bash SETUP_TEMPLATE.sh # additional parameters [Username] [Project-Name] [Email]

    Or you can also do it like this:

    chmod u+x SETUP_TEMPLATE.sh && ./SETUP_TEMPLATE.sh # additional parameters [Username] [Project-Name] [Email]

    Additionally, watch this video to see how to execute the script or use bash SETUP_TEMPLATE.sh --help to obtain some extra information.

    If the automatic detection of the username, project name or email is NOT right, please post an issue, and you can manually correct them like: bash SETUP_TEMPLATE.sh RightUsername RightProjectName RightEmail being $1 the new username, $2 the new project name and $3 the new email.

  4. Review every single file and customize it as you like.

  5. Build your project. ๐Ÿš€

โš ๏ธ Customize every file to fit your requirements โš ๏ธ


๐Ÿ“š What does it include?

  1. A SETUP_TEMPLATE.sh script that MUST be executed right when you clone your repository. The script will replace Jose's username and email (the author) with yours from all the.

    1. A README template file with a default template to start documenting your project. (it includes personalized badges and text with your project details)
    2. A CHANGELOG template file based on Keep a Changelog.
    3. An issue_label_bot.yaml file to use the issue adder Github bot. Activate it or check its documentation.
    4. A config.yml file to modify multiple bot's behaviours.
    5. A settings.yml file to use the popular settings Github bot. Activate it or check its documentation.
    6. A CONTRIBUTING explaining how to contribute to the project. Learn more with the Github guide.
    7. A SUPPORT explaining how to support the project. Learn more with the Github guide.
    8. A SECURITY with a guide on how to post a security issue. Learn more with the Github guide.
    9. A CODEOWNERS with the new user as the main owner. Learn more with the Github guide.
    10. A CODE_OF_CONDUCT with a basic code of conduct. Learn more with the Github guide.
    11. A PULL_REQUEST_TEMPLATE with a template for your pull request that closes issues with keywords. Learn more with the Github guide.
    12. Multiple issues templates. Learn more with the Github guide.
      1. A config.yml with the config and information about the issue templates.
      2. A Blank issue template with the super basic stuff, all the issues should contain.
      3. A Bug issue template.
      4. A Failing test issue template.
      5. A Documentation issue template.
      6. A Feature request issue template.
      7. A Security report issue template.
      8. A Question or support issue template.

๐ŸŒฒ Project tree

Files that will get removed after the execution of SETUP_TEMPLATE.sh are not shown! ๐Ÿ™ˆ

.
โ”œโ”€โ”€ CHANGELOG.md
โ”œโ”€โ”€ .github
โ”‚ย ย  โ”œโ”€โ”€ CODE_OF_CONDUCT.md
โ”‚ย ย  โ”œโ”€โ”€ CODEOWNERS
โ”‚ย ย  โ”œโ”€โ”€ CONTRIBUTING.md
โ”‚ย ย  โ”œโ”€โ”€ FUNDING.yml
โ”‚ย ย  โ”œโ”€โ”€ issue_label_bot.yaml
โ”‚ย ย  โ”œโ”€โ”€ config.yml
โ”‚ย ย  โ”œโ”€โ”€ ISSUE_TEMPLATE
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ 1-bug-report.md
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ 2-failing-test.md
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ 3-docs-bug.md
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ 4-feature-request.md
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ 5-security-report.md
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ 6-question-support.md
โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ config.yml
โ”‚ย ย  โ”œโ”€โ”€ ISSUE_TEMPLATE.md
โ”‚ย ย  โ”œโ”€โ”€ pull_request_template.md
โ”‚ย ย  โ”œโ”€โ”€ SECURITY.md
โ”‚ย ย  โ”œโ”€โ”€ settings.yml
โ”‚ย ย  โ””โ”€โ”€ SUPPORT.md
โ”œโ”€โ”€ .gitignore
โ””โ”€โ”€ README.md

2 directories, 20 files

๐Ÿ“ Additional notes

  • After generating your new repo with this template, make sure to, right after you clone it, run the script SETUP_TEMPLATE.sh.

  • Then you will be presented with all the files modified with your project details and information. It is very important to manually review every file to check if it fits your requirements and performs any necessary changes to customize the project as you want.

  • If you are using Windows and you don't know how to execute the SETUP_TEMPLATE.sh script:

    1. Install git for Windows.
    2. Right-click on the git repository folder and click "git bash here".
    3. Then just perform bash SETUP_TEMPLATE.sh or chmod u+x SETUP_TEMPLATE.sh && ./SETUP_TEMPLATE.sh.

๐Ÿค– Used Github bots

These are recommended bots that are prepared and configured for this template. If you install them your coding experience will probably be much better. We deeply recommend at least installing the issue label bot as this bot is the one that adds all the labels used in the issue templates.

  1. The issue_label_bot.yaml file depends on the issue label bot.
  2. The settings.yml file depends on the settings label bot.
  3. The config.yml file depends on the bot welcome bot and todo bot

๐Ÿ“ธ Screenshots

A couple of screenshots to delight you before you use this template.

๐Ÿ”บ All the issue templates

All the issue templates.

๐Ÿ”ป An issue template opened

Bug issue template opened.

๐Ÿ“˜ The README template

Badges and texts will be replaced with your project details!

README.md template.

Or watch this video to see the whole README template.

๐Ÿ”– The labels for your issues

If the bot probot-settings is not installed you will not have these beautiful labels!

LABELS

๐Ÿ“ The CHANGELOG template

(project name and project type will be replaced with yours)

CHANGELOG.md template.

๐Ÿ›ก๏ธ Security policy

Security issue.

๐Ÿ’ผ Community profile at 100%

Community profile.


๐Ÿ•ต๏ธ Extra recommendations

For the right maintenance of the CHANGELOG.md, we recommend this VSCode extension and the read and understanding of the keep a changelog guide. Read and comment about it in this dev.to post. We also recommend installing all the used bots.


๐Ÿฐ Supporters and donators

We are currently looking for new donators to help and maintain this project! โค๏ธ

By donating, you will help the development of this project and, you will be featured in this project's README.md so everyone can see your kindness and visit your content โญ.


๐ŸŽ‰ Was the template helpful? Help us raise these numbers up

Github followers Github stars Github watchers Github forks

Enjoy! ๐Ÿ˜ƒ

โš ๏ธRemember that this template should be reviewed and modified to fit your requirements. The script SETUP_TEMPLATE.sh should be executed right when you clone your new repository. There will be files that will need manual revisionโš ๏ธ

Made with a lot of โค๏ธโค๏ธ by @Josee9988

project-template's People

Contributors

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