Skip to content

Arete-Innovations/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Organization-wide GitHub Templates

This repository contains standardized GitHub templates (including issue and pull request templates) that are automatically available across all repositories in our organization.

What's Included

This repository provides organization-wide GitHub templates for:

How It Works

When contributors open an issue in any repository within our organization, they will be prompted to choose from these templates, ensuring consistent issue reporting and easier triage across all our projects.

Repository Structure

.github/
└── .github/
    ├── ISSUE_TEMPLATE/
    │   ├── bug_report.md
    │   └── feature_request.md
    └── pull_request_template.md

Note: The unusual double .github folder structure is intentional and required for organization-wide templates to work correctly.

Setup Notes

This implementation follows a workaround for organization-wide templates that requires the double .github directory structure:

Arete-Innovations/.github/.github/ISSUE_TEMPLATE/bug_report.md

While GitHub documentation suggests templates should be at the root of the .github repository, this approach ensures templates are properly applied across all repositories in the organization.

Future Templates

We plan to expand our template collection in the future. Potential templates to consider adding:

  1. Documentation Update Template - For changes to documentation that don't involve code
  2. Security Vulnerability Report - With appropriate confidentiality controls
  3. Performance Issue Template - For reporting performance bottlenecks
  4. Dependency Update Request - For suggesting library or dependency upgrades
  5. UI/UX Improvement Suggestion - For design-related enhancements
  6. Release Checklist - For standardizing the release process

Resources

Contributing

To modify these organization-wide templates, please submit a pull request to this repository.

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published