Skip to content

Commit d7f2450

Browse files
mattipsebergmhvk
authored
MAINT: update the PR template (numpy#30932)
We want first time contributors to introduce themselves to start to build a circle of trust with them. Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net> Co-authored-by: Marten van Kerkwijk <mhvk@astro.utoronto.ca>
1 parent 9c2521b commit d7f2450

1 file changed

Lines changed: 22 additions & 11 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,27 @@
1-
<!-- ----------------------------------------------------------------
2-
MAKE SURE YOUR PR GETS THE ATTENTION IT DESERVES!
3-
----------------------------------------------------------------
1+
### PR summary
2+
<!-- Please take some time to make it easier for us maintainers to understand
3+
and review your PR. Describe the pull request, using the questions below as
4+
guidance, and link to any relevant issues and PRs.
45
5-
* FORMAT IT RIGHT:
6-
https://www.numpy.org/devdocs/dev/development_workflow.html#writing-the-commit-message
6+
7+
Also, have you hit all [the guidelines](https://numpy.org/devdocs/dev/index.html#guidelines)?
8+
And have you filled out the disclosure section below?
79
8-
* IF IT'S A NEW FEATURE OR API CHANGE, TEST THE WATERS:
9-
https://www.numpy.org/devdocs/dev/development_workflow.html#get-the-mailing-list-s-opinion
10+
-->
11+
12+
### First time committer introduction
13+
<!-- If you are new to the NumPy community, please introduce yourself. How do you
14+
use NumPy, what prompted you to make this contribution? We are a community of
15+
mostly volunteers, and getting to know you helps us trust your judgement
16+
and welcome you into the community.
17+
-->
1018

11-
* HIT ALL THE GUIDELINES:
12-
https://numpy.org/devdocs/dev/index.html#guidelines
19+
#### AI Disclosure
20+
<!-- If AI was used in the preparation of this pull request, please disclose
21+
the tool(s) used, how they were used, and specify what code or text is AI generated.
22+
If no AI tools were used, please write "No AI tools used" in this section. Read our
23+
policy on AI generated code at
24+
https://numpy.org/devdocs/dev/ai_policy.html.
1325
14-
* WHAT TO DO IF WE HAVEN'T GOTTEN BACK TO YOU:
15-
https://www.numpy.org/devdocs/dev/development_workflow.html#getting-your-pr-reviewed
26+
In particular, all interaction is to be done by humans, including submission of PRs.
1627
-->

0 commit comments

Comments
 (0)