Fixed PR template

This commit is contained in:
Hugo Bernier 2023-07-24 08:42:58 -04:00 committed by GitHub
parent 598508743a
commit 550fc46b51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -4,14 +4,14 @@
> 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>` > 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>`
> Put an `x` in all the items that apply ([x], no spaces), make notes next to any that haven't been addressed. > Put an `x` in all the items that apply (`[x]`, without spaces), make notes next to any that haven't been addressed.
- [ ] Bug fix? - [ ] Bug fix?
- [ ] New sample? - [ ] New sample?
- Related issues: fixes #X, partially #Y, mentioned in #Z - [ ] 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? - [ ] Needs API permissions?
- [ ] Has other prequisites? (E.g. requires a list, document library, etc.) - [ ] Has other prequisites? (E.g. requires a list, document library, etc.)
- Node version used: (Use `node -v` to get the version of Node you used to build this sample)
## What's in this Pull Request? ## What's in this Pull Request?
@ -31,8 +31,7 @@
- [ ] My sample does not build with any warnings - [ ] My sample does not build with any warnings
- [ ] I have updated the README file. - [ ] I have updated the README file.
- [ ] My README has at least one static high-resolution screenshot (i.e. not a GIF) - [ ] My README has at least one static high-resolution screenshot (i.e. not a GIF)
- [ ] My README contains complete setup instructions - [ ] My README contains complete setup instructions, including pre-requisites and permissions required
## Submitter Guidance (DELETE AFTER READING) ## Submitter Guidance (DELETE AFTER READING)
> >