Updated PR template
This commit is contained in:
parent
56ed5e92f9
commit
f1adf48da2
|
@ -4,12 +4,15 @@
|
|||
|
||||
> To submit a pull request with multiple authors, make sure that at least one commit is a co-authored commit by adding a `Co-authored-by:` trailer to the commit's message. E.g.: `Co-authored-by: name <name@example.com>`
|
||||
|
||||
| Q | A |
|
||||
| --------------- | --------------------------------------- |
|
||||
| Bug fix? | no - yes? |
|
||||
| New feature? | no - yes? |
|
||||
| New sample? | no - yes? |
|
||||
| Related issues? | fixes #X, partially #Y, mentioned in #Z |
|
||||
> Put an `x` in all the items that apply ([x], no spaces), make notes next to any that haven't been addressed.
|
||||
|
||||
- [ ] Bug fix?
|
||||
- [ ] New sample?
|
||||
- Related issues: fixes #X, partially #Y, mentioned in #Z
|
||||
- Node version used to build this sample: (Use `node -v` to get the version of Node you used to build this sample)
|
||||
- [ ] Needs API permissions?
|
||||
- [ ] Has other prequisites? (E.g. requires a list, document library, etc.)
|
||||
|
||||
|
||||
## What's in this Pull Request?
|
||||
|
||||
|
@ -17,6 +20,20 @@
|
|||
>
|
||||
> _(DELETE THIS PARAGRAPH AFTER READING)_
|
||||
|
||||
## Checklist
|
||||
|
||||
> This checklist is mostly useful as a reminder of small things that can easily be forgotten – it is meant as a helpful tool rather than hoops to jump through.
|
||||
>
|
||||
> Put an `x` in all the items that apply ([x], no spaces), make notes next to any that haven't been addressed.
|
||||
|
||||
|
||||
- [ ] My pull request affects only ONE sample.
|
||||
- [ ] My sample does not build with any warnings
|
||||
- [ ] I have updated the README file.
|
||||
- [ ] My README has at least one screenshot
|
||||
- [ ] My README contains complete setup instructions
|
||||
|
||||
|
||||
## Submitter Guidance (DELETE AFTER READING)
|
||||
>
|
||||
> *Please update this PR information accordingly. We'll use this as part of our release notes in monthly communications.*
|
||||
|
@ -26,6 +43,7 @@
|
|||
> *Please target your PR to `main` branch.*
|
||||
>
|
||||
> *Remember that this repository is maintained by community members who volunteer their time to help. Be courteous and patient.*
|
||||
>
|
||||
> _(DELETE THIS SECTION AFTER READING)_
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue