1
0
Форкнуть 0
This commit is contained in:
Brock Davis 2020-11-08 21:35:39 -05:00
Родитель f26199cb31
Коммит 1b4943a273
2 изменённых файлов: 61 добавлений и 0 удалений

32
.github/ISSUE_TEMPLATE/bug_report.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,32 @@
---
name: Bug report
about: Create a report to help us improve
title: ""
labels: ""
assignees: ""
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Environment (please complete the following information):**
- OS: [e.g. Windows, macOS, Linux]
- Rover Version [e.g. ]
**Additional context**
Add any other context about the problem here.

29
.github/PULL_REQUEST_TEMPLATE.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,29 @@
# [Issue-id](https://github.com/Azure/caf-terraform-landingzones-starter/issues/ISSUE-ID-GOES-HERE)
## PR Checklist
---
<!-- Use the check list below to ensure your branch is ready for PR. -->
- [ ] I have updated the documentation accordingly.
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.
- [ ] My code follows the code style of this project.
- [ ] I ran lint checks locally prior to submission.
- [ ] Have you checked to ensure there aren't other open Pull Requests for the same update/change?
## Description
<!-- Concise description of the problem and the solution or the feature being added -->
## Does this introduce a breaking change
- [ ] YES
- [ ] NO
<!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. -->
## Testing
<!-- Instructions for testing and validation of your code -->