Skip to content

Commit 4cc2f19

Browse files
authored
Merge pull request #192 from bee-san/bee-san-patch-1
Create PULL_REQUEST_TEMPLATE.md
2 parents 69786ae + 72815ac commit 4cc2f19

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
**⚠ Pull Requests not made with this template will be automatically closed 🔥**
2+
3+
# Prerequisites
4+
- [ ] Have you read the documentation on contributing? https://github.com/bee-san/pyWhat/wiki/Adding-your-own-Regex
5+
6+
# Why do we need this pull request?
7+
* Explain the _why_ behind your PR. We can see what it does from the code. But _why_ does it do that?
8+
9+
# What [GitHub issues](https://github.com/bee-san/pyWhat/issues) does this fix?
10+
* Fixes #10000
11+
12+
# Copy / paste of output
13+
14+
Please copy and paste the output of PyWhat with your new addition using an example that tests this addition below:
15+
16+
```console
17+
18+
```

0 commit comments

Comments
 (0)