Initial Project
This commit is contained in:
1
.github/CODEOWNERS
vendored
Normal file
1
.github/CODEOWNERS
vendored
Normal file
@@ -0,0 +1 @@
|
||||
* @OfficeDev/office-platform-devx
|
||||
49
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
49
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: needs triage
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
# Prerequisites
|
||||
|
||||
Please answer the following questions before submitting an issue.
|
||||
**YOU MAY DELETE THE PREREQUISITES SECTION.**
|
||||
- [ ] I am running the latest version of Node and the tools
|
||||
- [ ] I checked the documentation and found no answer
|
||||
- [ ] I checked to make sure that this issue has not already been filed
|
||||
|
||||
|
||||
# Expected behavior
|
||||
|
||||
Please describe the behavior you were expecting
|
||||
|
||||
|
||||
# Current behavior
|
||||
|
||||
Please provide information about the failure. What is the current behavior? If it is not a bug, please submit your idea to the [Microsoft Tech Community Ideas forum](https://techcommunity.microsoft.com/t5/microsoft-365-developer-platform/idb-p/Microsoft365DeveloperPlatform), so that it gets added to our feature roadmap.
|
||||
|
||||
|
||||
## Steps to Reproduce
|
||||
|
||||
Please provide detailed steps for reproducing the issue.
|
||||
|
||||
1. step 1
|
||||
2. step 2
|
||||
3. you get it...
|
||||
|
||||
|
||||
## Context
|
||||
|
||||
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
|
||||
|
||||
* Operating System:
|
||||
* Node version:
|
||||
* Office version:
|
||||
* Tool version:
|
||||
|
||||
## Failure Logs
|
||||
|
||||
Please include any relevant log snippets, screenshots or code samples here.
|
||||
31
.github/pull_request_template.md
vendored
Normal file
31
.github/pull_request_template.md
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
Thank you for your pull request! Please provide the following information.
|
||||
|
||||
---
|
||||
|
||||
**Change Description**:
|
||||
|
||||
Describe what the PR is about.
|
||||
|
||||
1. **Do these changes impact any *npm scripts* commands (in package.json)?** (e.g., running 'npm run start')
|
||||
If Yes, briefly describe what is impacted.
|
||||
|
||||
|
||||
2. **Do these changes impact *VS Code debugging* options (launch.json)?**
|
||||
If Yes, briefly describe what is impacted.
|
||||
|
||||
|
||||
3. **Do these changes impact *template output*?** (e.g., add/remove file, update file location, update file contents)
|
||||
If Yes, briefly describe what is impacted.
|
||||
|
||||
|
||||
4. **Do these changes impact *documentation*?** (e.g., a tutorial on https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-ins)
|
||||
If Yes, briefly describe what is impacted.
|
||||
|
||||
|
||||
If you answered yes to any of these please do the following:
|
||||
> Include 'Rick-Kirkham' in the review
|
||||
> Make sure the README file is correct
|
||||
|
||||
**Validation/testing performed**:
|
||||
|
||||
Describe manual testing done.
|
||||
Reference in New Issue
Block a user