8000 Merge pull request #11512 from mattip/github-templates · convexset/numpy@9af43c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9af43c2

Browse files
authored
Merge pull request numpy#11512 from mattip/github-templates
DOC: Add templates for issues and PRs
2 parents 0df3563 + a193dcd commit 9af43c2

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed
File renamed without changes.

.github/ISSUE_TEMPLATE.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
2+
<!-- Please describe the issue in detail here, and fill in the fields below -->
3+
4+
### Reproducing code example:
5+
6+
<!-- A short code example that reproduces the problem/missing feature. It should be
7+
self-contained, i.e., possible to run as-is via 'python myproblem.py' -->
8+
9+
```python
10+
import numpy as np
11+
<< your code here >>
12+
```
13+
14+
<!-- Remove these sections for a feature request -->
15+
16+
### Error message:
17+
18+
<!-- If you are reporting a segfault please include a GDB traceback, which you
19+
can generate by following
20+
https://github.com/numpy/numpy/blob/master/doc/source/dev/development_environment.rst#debugging -->
21+
22+
<!-- Full error message, if any (starting from line Traceback: ...) -->
23+
24+
### Numpy/Python version information:
25+
26+
<!-- Output from 'import sys, numpy; print(numpy.__version__, sys.version)' -->
27+

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!-- Please be sure you are following the instructions in the dev guidelines
2+
http://www.numpy.org/devdocs/dev/gitwash/development_workflow.html
3+
-->
4+
5+
<!-- We'd appreciate it if your commit message is properly formatted
6+
http://www.numpy.org/devdocs/dev/gitwash/development_workflow.html#writing-the-commit-message
7+
-->

0 commit comments

Comments
 (0)
0