Skip to content

Commit bd7e986

Browse files
committed
add a pull resquest template
1 parent c70bb49 commit bd7e986

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Pull Request Template
3+
about: Create a pull request to merge your contribution.
4+
5+
---
6+
7+
Describe your changes. Please, keep the description short and simple.
8+
9+
__Important:__ choose `base: master` as the target branch
10+
11+
_Optional_ things you can do before requesting a review:
12+
13+
- Type check the code: `mypy --ignore-missing-imports -p ezdxf`, `ezdxf` has to be installed in dev-mode for that.
14+
- Run the core tests: `pytest tests`
15+
- Format the code by `black` with the default settings.
16+
- Write tests.
17+
- Write a documentation, when adding new features. Doesn't have to be `RestructuredText`,
18+
`Markdown` or simple text is OK, just enough to save me time.

0 commit comments

Comments
 (0)