Summary
Align the GitHub issue templates in this repository with the conventions used by SqlServerDsc, which serves as the reference implementation for DSC Community module issue templates.
Current state
The .github/ISSUE_TEMPLATE/ folder currently contains:
| File |
Template name |
General.md |
General question or documentation update |
Resource_proposal.yml |
New resource proposal |
Problem_with_resource.yml |
Problem with a resource |
config.yml |
Blank issues disabled / contact links |
Desired state
Rename and align the existing files to match the SqlServerDsc naming convention (numeric prefixes ensure a consistent ordering in the GitHub UI):
| Current file |
New file |
Action |
General.md |
01_general.md |
Rename |
Resource_proposal.yml |
02_resource_proposal.yml |
Rename |
Problem_with_resource.yml |
03_problem_with_resource.yml |
Rename |
Tasks
References
Summary
Align the GitHub issue templates in this repository with the conventions used by SqlServerDsc, which serves as the reference implementation for DSC Community module issue templates.
Current state
The
.github/ISSUE_TEMPLATE/folder currently contains:General.mdResource_proposal.ymlProblem_with_resource.ymlconfig.ymlDesired state
Rename and align the existing files to match the SqlServerDsc naming convention (numeric prefixes ensure a consistent ordering in the GitHub UI):
General.md01_general.mdResource_proposal.yml02_resource_proposal.ymlProblem_with_resource.yml03_problem_with_resource.ymlTasks
General.md→01_general.mdResource_proposal.yml→02_resource_proposal.ymlProblem_with_resource.yml→03_problem_with_resource.ymlconfig.ymlcontact links are still currentReferences