Adding issue and pr templates.

This commit is contained in:
Cameron Micka 2022-07-07 15:28:00 -07:00
Родитель 2b52a2f6ba
Коммит 4a28c1f8cb
5 изменённых файлов: 122 добавлений и 0 удалений

44
.github/ISSUE_TEMPLATE/bug-report.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,44 @@
---
name: Bug report
about: Create a bug report to help us improve
title: ''
labels: Bug
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.
## Your setup (please complete the following information)
- Unreal Version [e.g. 5.0.2]
- Graphics Tools Version [e.g. v0.4.0]
## Target platform (please complete the following information)
- HoloLens 2
- Standalone PC
- etc.
## Additional context
Add any other context about the problem here.

20
.github/ISSUE_TEMPLATE/documentation-issue.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,20 @@
---
name: Documentation Issue
about: 'Something in our doc is missing or incorrect '
title: ''
labels: Documentation
assignees: ''
---
## Describe the issue
A clear and concise what the issue
## Feature area
What's incorrect? What's missing?
## Existing doc link
If this is about something in an existing document, please provide link
## Additional context
Add any other context about the problem here.

24
.github/ISSUE_TEMPLATE/feature-request.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,24 @@
---
name: Feature Request
about: Suggest an idea for Graphics Tools
title: ''
labels: Feature Request
assignees: ''
---
## Describe the problem
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
## Describe the solution you'd like
A clear and concise description of what you want to happen.
## Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
## Additional context
Add any other context or screenshots about the feature request here.

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

@ -0,0 +1,12 @@
## Overview
## Expected behavior
## Actual behavior
## Steps to reproduce
_(Links to sample github project preferred)_
## Unreal editor version
## Graphics Tools release version

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

@ -0,0 +1,22 @@
## Overview
## Changes
- Fixes: # .
## Verification
> This optional section is a place where you can detail the specific type of verification
> you want from reviewers. For example, if you want reviewers to checkout the PR locally
> and validate the functionality of specific scenarios, provide instructions
> on the specific scenarios and what you want verified.
>
> If there are specific areas of concern or question feel free to highlight them here so
> that reviewers can watch out for those issues.
>
> As a reviewer, it is possible to check out this change locally by using the following
> commands (substituting {PR_ID} with the ID of this pull request):
>
> git fetch origin pull/{PR_ID}/head:name_of_local_branch
>
> git checkout name_of_local_branch