This repository serves as the community health repository for the organization. It contains default files and templates that will apply across all repositories within the organization unless explicitly overridden. These files ensure consistency and maintain best practices across projects.
- Purpose: Streamline the contribution process by providing pre-defined templates for issues and pull requests.
- Files:
.github/ISSUE_TEMPLATE/bug_report.md
π: Template for reporting bugs..github/ISSUE_TEMPLATE/feature_request.md
β¨: Template for requesting new features..github/PULL_REQUEST_TEMPLATE.md
π: Template for submitting pull requests.
- Purpose: Establish community guidelines to foster a respectful and inclusive environment.
- File:
CODE_OF_CONDUCT.md
- Purpose: Provide clear instructions for contributing to projects within the organization.
- File:
CONTRIBUTING.md
- Purpose: Define the process for reporting security vulnerabilities.
- File:
SECURITY.md
The files in this repository are automatically applied to all repositories in the organization. However, any individual repository can override these defaults by providing its own corresponding file(s).
If your repository requires specific configurations or templates, you can:
- Add the required file(s) directly to your repository.
- Update the content to meet the specific needs of that project.
Contributions to improve this repository are welcome! To contribute:
- Fork this repository.
- Make your changes in a new branch.
- Submit a pull request with a detailed description of the changes.
This repository and its contents are licensed under the MIT License.
Note: For more information about GitHub community health files, visit the official documentation.