This repository acts as the community health repository for the organization. It provides default templates and guidelines that apply automatically across all repositories, unless specifically overridden. Its purpose is to enforce best practices, promote consistency, and streamline contribution workflows.
Standardized templates to guide contributors and maintain clean, useful conversations.
.github/ISSUE_TEMPLATE/bug_report.md
π β For reporting bugs.github/ISSUE_TEMPLATE/feature_request.md
β¨ β For feature suggestions.github/PULL_REQUEST_TEMPLATE.md
π β For submitting pull requests
Promotes a respectful and inclusive community across all organization projects.
CODE_OF_CONDUCT.md
Outlines how to contribute to organization repositories, including branch strategy and review processes.
CONTRIBUTING.md
Describes how to report vulnerabilities securely and responsibly.
SECURITY.md
GitHub automatically applies the files from this .github
repository to all organization repositories unless they include their own versions of the same files. This ensures every project starts with solid community and contribution standards.
To override or extend the defaults for a specific repository:
- Add your custom file (e.g.
CONTRIBUTING.md
,ISSUE_TEMPLATE
) to that repository. - GitHub will use the local version instead of the one in
.github
.
We welcome improvements to these shared templates and guidelines!
- Fork this repository.
- Create a new branch for your changes.
- Submit a pull request with a clear description of what youβre improving and why.
This repository is licensed under the MIT License.
βΉοΈ For more details about GitHub community health files, check out the official GitHub documentation.