This commit is contained in:
beth-panx 2022-02-16 18:50:22 -08:00
Родитель e3a0f3be8b
Коммит 935207d893
3 изменённых файлов: 91 добавлений и 0 удалений

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

@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: 'needs: triage, bug'
assignees: ''
---
<!-- ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. -->
**Describe the bug**
A clear and concise description of the bug
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
<!-- if possible, please link to a GitHub project that reproduces the issue -->
**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. iOS]
- Browser [e.g. edge, chrome, safari]
- Framework [e.g. react, vue, none]
- Context [e.g. Microsoft Teams, SharePoint, Office Add-ins, Web]
- Version [e.g. 0.1]
- Provider [e.g. Msal2Provider] (bonus if you share the provider config)
**Additional context**
Add any other context about the problem here.

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

@ -0,0 +1,29 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: 'needs: triage, label:enhancement'
assignees: ''
---
<!-- ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. -->
<!-- Add a title for your feature proposal. Please be short and descriptive -->
# Proposal: [your title here]
## Description
<!-- A clear and concise description of what the feature request is. Please include if your feature request is related to a problem. -->
## Rationale
<!-- Describe why the feature should be added for all developers and users -->
## Preferred Solution
<!-- A clear and concise description of what you want to happen
Provide examples of how the feature would be used in code and what the outcome would be.
For components, make sure to include attributes, properties, methods, and/or events and what they would do.
Pseudocode is fine.
Include any Design mockups or example screenshots you might have -->
## Additional Context
<!-- List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to add, use case, Stack Overflow links, forum links, screenshots, OS if applicable, etc. -->

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

@ -0,0 +1,24 @@
<!-- Review contributing guidelines before creating PRs -->
<!-- https://github.com/microsoft/win-student-devs#contributing -->
Closes # <!-- REQUIRED: Add the issue number (ex: #12) so the issue is automatically closed when PR is merged -->
### PR Type
<!-- Please uncomment one or more that apply to this PR -->
<!-- - Bugfix -->
<!-- - Feature -->
<!-- - Build or CI related changes -->
<!-- - Content changes -->
<!-- - Other... Please describe: -->
### Description of the changes
### PR checklist for 30 Days of PWA
- [ ] Article has updated banner including creatives. (Please add label 'needs: creatives' if unchecked.)
- [ ] Article has been updated with aka links. (Please add label 'needs: aka links' if unchecked.)
- [ ] Contains **NO** breaking changes
### Other information
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below.
Please note that breaking changes are likely to be rejected -->