Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ad82778

Browse files
committed
Add ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE
1 parent d17268e commit ad82778

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
### Environment
2+
3+
- Pythonnet version:
4+
- Python version:
5+
- Operating System:
6+
7+
### Details
8+
9+
- Describe what you were trying to get done.
10+
11+
_TODO_
12+
13+
- What commands did you run to trigger this issue? If you can provide a
14+
[Minimal, Complete, and Verifiable example](http://stackoverflow.com/help/mcve)
15+
this will help us understand the issue.
16+
17+
```python
18+
print('TODO')
19+
```
20+
21+
- If there was a crash, please include the traceback here.
22+
23+
```python
24+
print('TODO')
25+
```

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
### What does this implement/fix? Explain your changes.
2+
3+
...
4+
5+
### Does this close any currently open issues?
6+
7+
...
8+
9+
### Any other comments?
10+
11+
...
12+
13+
### Checklist
14+
15+
Check all those that are applicable and complete.
16+
17+
- [ ] Make sure to include one or more tests for your change
18+
- [ ] If an enhancement PR, please create docs and at best an example
19+
- [ ] Add yourself to [`AUTHORS`](../AUTHORS.md)
20+
- [ ] Updated the [`CHANGELOG`](../CHANGELOG.md)

0 commit comments

Comments
 (0)