Skip to content

TechQuanta/base-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
flowchart TD
    A[Repository Root]

    A --> B[.github]
    A --> C[README.md]
    A --> D[CONTRIBUTING.md]

    B --> B1[ISSUE_TEMPLATE]
    B --> B2[workflows]
    B --> B3[CODEOWNERS]
    B --> B4[CODE_OF_CONDUCT.md]
    B --> B5[LICENSE]
    B --> B6[PULL_REQUEST_TEMPLATE.md]
    B --> B7[SECURITY.md]
    B --> B8[dependabot.yml]

    B1 --> B11[bug_report.md]
    B1 --> B12[bug_report.yml]
    B1 --> B13[config.yml]
    B1 --> B14[custom.md]
    B1 --> B15[feature_request.md]
    B1 --> B16[feature_request.yml]

    B2 --> B21[lint.yml]

    A --> E[Base Template / Source]
    E --> E1[src]
    E --> E2[templates]
    E --> E3[configs]
    E --> E4[output]
Loading

About

This is the base template for all the project to make you github repo standard structure as per github requirements!

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors