This repository serves as a Default Template Repository according official GitHub Contributing Guidelines for healthy contributions. It brings you clean default Templates for several areas:
- Azure DevOps Pull Requests (
.azuredevops\PULL_REQUEST_TEMPLATE.md
) - Azure Pipelines (
.pipelines/pipeline.yml
) - GitHub Workflows
- GitHub Pull Requests (
.github/PULL_REQUEST_TEMPLATE.md
) - GitHub Issues
- Codeowners (
.github/CODEOWNERS
) adjust usernames once cloned - Wiki and Documentation (
docs/
) - gitignore (
.gitignore
) - gitattributes (
.gitattributes
) - Changelog (
CHANGELOG.md
) - Code of Conduct (
CODE_OF_CONDUCT.md
) - Contribution (
CONTRIBUTING.md
) - License (
LICENSE
) adjust projectname once cloned - Readme (
README.md
) - Security (
SECURITY.md
)
You can generate a new repository with the same directory structure and files as an existing repository. More details can be found here.
If you find any bugs, please file an issue in the GitHub Issues page. Please fill out the provided template with the appropriate information.
If you are taking the time to mention a problem, even a seemingly minor one, it is greatly appreciated, and a totally valid contribution to this project. Thank you!
If there is a feature you would like to see in here, please file an issue or feature request in the GitHub Issues page to provide direct feedback.
If you would like to become an active contributor to this repository or project, please follow the instructions provided in CONTRIBUTING.md
.