sp-dev-fx-webparts/.github/PULL_REQUEST_TEMPLATE.md

51 lines
2.7 KiB
Markdown
Raw Normal View History

2021-05-02 15:04:59 -04:00
> By submitting this pull request, you agree to the [contribution guidelines](https://github.com/pnp/sp-dev-fx-webparts/blob/main/CONTRIBUTING.md)
2021-03-03 10:17:28 -05:00
> If you aren't familiar with how to contribute to open-source repositories using GitHub, or if you find the instructions on this page confusing, [sign up](https://forms.office.com/Pages/ResponsePage.aspx?id=KtIy2vgLW0SOgZbwvQuRaXDXyCl9DkBHq4A2OG7uLpdUREZVRDVYUUJLT1VNRDM4SjhGMlpUNzBORy4u) for one of our [Sharing is Caring](https://pnp.github.io/sharing-is-caring/#pnp-sic-events) events. It's completely free, and we'll guide you through the process.
2022-03-12 17:12:26 -05:00
> 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>`
2021-03-03 10:17:28 -05:00
> Put an `x` in all the items that apply (`[x]`, no spaces between the `[`, the `x`, and the `]` ), make notes next to any that haven't been addressed.
2023-07-22 14:08:44 -04:00
- [ ] New sample
- [ ] Bug fix/update
2023-07-24 08:42:58 -04:00
- [ ] Related issues: fixes #X, partially #Y, mentioned in #Z
2023-07-22 14:08:44 -04:00
2016-09-02 12:32:31 -04:00
## What's in this Pull Request?
2016-09-02 12:32:31 -04:00
> Please describe the changes in this PR. Sample description or details around bugs which are being fixed.
>
> _(DELETE THIS PARAGRAPH AFTER READING)_
2016-09-02 12:32:31 -04:00
## Node Version
> (Use `node -v` to get the version of Node you used to build this sample)
Node version used:
2023-07-22 14:08:44 -04:00
## Checklist
> This checklist is used to automatically pre-process your pull request; It is meant to help process pull requests in a timely manner, rather than hoops to jump through.
2023-07-22 14:08:44 -04:00
>
> Put an `x` in all the items that apply (`[x]`, no spaces between the `[`, the `x`, and the `]` ). Make notes next to any that haven't been addressed.
2023-07-22 14:08:44 -04:00
- [ ] My pull request affects only ONE sample.
- [ ] My sample builds without any warnings
- [ ] I have updated the `README.md` file's **Version history**. For new samples, created a new `README.md` file matching [this template](templates/README-template.md)
- [ ] My `README.md` has at least one static high-resolution screenshot (i.e. not a GIF) located in the `assets` folder.
- [ ] My `README.md` contains complete setup instructions, including pre-requisites and permissions required
- [ ] My solution includes a `.nvmrc` file indicating the version of Node.js
2023-07-22 14:08:44 -04:00
## Submitter Guidance (DELETE AFTER READING)
>
> *Please update this PR information accordingly. We'll use this as part of our release notes in monthly communications.*
2020-04-26 13:14:07 -04:00
>
> *Pull requests that do not follow this template will be automatically rejected.*
>
2021-05-02 15:04:59 -04:00
> *Please target your PR to `main` branch.*
>
2020-04-26 13:14:07 -04:00
> *Remember that this repository is maintained by community members who volunteer their time to help. Be courteous and patient.*
2023-07-22 14:08:44 -04:00
>
> _(DELETE THIS SECTION AFTER READING)_