Skip to content

Commit 9334f5d

Browse files
Update Pull Request template
* Add note about package ownership for new providers. * Add note that creating issues for pull requests is optional.
1 parent 0e1799c commit 9334f5d

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1-
_Summarize the changes this Pull Request makes._
1+
<!--
22
3-
_If adding a new provider, please ensure you have included appropriate test(s)._
3+
Summarize the changes this Pull Request makes.
44
5-
_Please include a reference to a GitHub issue if appropriate._
5+
Please include a reference to a GitHub issue if appropriate.
6+
It is not necessary to create a new issue just to open a Pull Request.
7+
8+
If adding a new provider, please ensure you have included appropriate test(s).
9+
10+
For new providers, a package with the same ID must not already exist in NuGet.org.
11+
If it does, you must be the owner of the package and agree to transfer ownership
12+
of the package to the [aspnet-contrib](https://www.nuget.org/profiles/aspnet-contrib)
13+
organisation after the Pull Request is merged so we can take over publishing of
14+
the provider from our Continuous Integration.
15+
16+
-->

0 commit comments

Comments
 (0)