GitHunt

Logo

GitHub Stars
GitHub forks
GitHub Last Commit
GitHub licence

This repository is a template you can use to start new projects with a consistent structure and batteries included.

๐Ÿ“” Ingredients

Standard community files

Setup contributing guidelines to help collaborators make meaningful, useful contributions to a project:

GitHub issue and PR templates for bugs, features, docs, and questions
More opinionated configurations

๐Ÿš€ Deployment

Click to create a new repository with this template

Customize based based on best practices
  • Change the project description
    projectDescription screenshot
  • Update the standard community files
    • Review .github/LICENSE.md
    • Review .github/CODE_OF_CONDUCT.md
    • Review .github/GOVERNANCE.md
    • Review .github/CONTRIBUTING.md
    • Update .github/MAINTAINERS.md
    • Update .github/CODEOWNERS
    • Update .github/SECURITY.md
    • Configure the private vulnerability reporting in the GitHub UI
  • Update the Issues & PRs
    • Review .github/SUPPORT.md
    • Review .github/ISSUE_TEMPLATE/config.md
    • Review .github/ISSUE_TEMPLATE/bug.yml
    • Review .github/ISSUE_TEMPLATE/docs.yml
    • Review .github/ISSUE_TEMPLATE/feature-request.yml
    • Review .github/ISSUE_TEMPLATE/question-support.yml
    • Review .github/SECURITY.md
    • Review .github/labels.yml
    • Review .github/pull_request_template.md
  • Update Opinionated configurations
    • Review .editorconfig
    • Review .markdownlint.yml
    • Review package.json
    • Review CHANGELOG.md
    • Review .gitignore
    • Review .gitattributes
  • Update Documentation
    • Update README.md
      • Design docs/header.png
      • Select badges
      • Select emojis supported by GitHub
      • Update the project tree, I'm using tree -a --filesfirst -I .git
    • Design and upload docs/socialMedia.png
    • Review docs/bestPractices.md
  • Review GitHub Accounts and Organisations settings
  • Strong and unique passwords
  • Enforce two-factor authentication
  • Use SSH Keys for authentication and commit signing
  • Enable push protection to prevent committing secrets
  • Assign at least two owners per organization to ensure continuity

๐ŸŒฒ Project tree

.
โ”œโ”€โ”€ .editorconfig
โ”œโ”€โ”€ .gitattributes
โ”œโ”€โ”€ .gitignore
โ”œโ”€โ”€ .markdownlint.yml
โ”œโ”€โ”€ CHANGELOG.md
โ”œโ”€โ”€ LICENSE
โ”œโ”€โ”€ README.md
โ”œโ”€โ”€ package.json
โ”œโ”€โ”€ .github
โ”‚ย ย  โ”œโ”€โ”€ CODEOWNERS
โ”‚ย ย  โ”œโ”€โ”€ CODE_OF_CONDUCT.md
โ”‚ย ย  โ”œโ”€โ”€ CONTRIBUTING.md
โ”‚ย ย  โ”œโ”€โ”€ GOVERNANCE.md
โ”‚ย ย  โ”œโ”€โ”€ LICENSE.md
โ”‚ย ย  โ”œโ”€โ”€ MAINTAINERS.md
โ”‚ย ย  โ”œโ”€โ”€ SECURITY.md
โ”‚ย ย  โ”œโ”€โ”€ SUPPORT.md
โ”‚ย ย  โ”œโ”€โ”€ labels.yml
โ”‚ย ย  โ”œโ”€โ”€ pull_request_template.md
โ”‚ย ย  โ””โ”€โ”€ ISSUE_TEMPLATE
โ”‚ย ย      โ”œโ”€โ”€ bug.yml
โ”‚ย ย      โ”œโ”€โ”€ config.yml
โ”‚ย ย      โ”œโ”€โ”€ docs.yml
โ”‚ย ย      โ”œโ”€โ”€ feature-request.yml
โ”‚ย ย      โ””โ”€โ”€ question-support.yml
โ””โ”€โ”€ docs
    โ”œโ”€โ”€ badges.md
    โ”œโ”€โ”€ bestPractices.md
    โ”œโ”€โ”€ emojis.md
    โ”œโ”€โ”€ header.png
    โ”œโ”€โ”€ permanentLinks.png
    โ”œโ”€โ”€ projectDescription.png
    โ”œโ”€โ”€ repoPrivateReporting.png
    โ”œโ”€โ”€ socialMedia.png
    โ””โ”€โ”€ userPrivateReporting.png

4 directories, 32 files

Suggestions and improvements are welcome

Pull requests are welcome ๐Ÿ˜

For major changes, please open an issue first to discuss what you would like to change. Refer to the contribution guidelines and adhere to this project's code of conduct.

License

Copyright (c) 2025 Benoรฎt H. Dicaire and licensed under the MIT license. See LICENSE.md for more information.

Contributors

MIT License
Created April 6, 2024
Updated March 16, 2026