Skip to content

Commit 589cf3a

Browse files
authored
build: Adds PR template per contributing guidelines (#124)
* Adds PR template per contributing guidelines * chore: remove pest notation
1 parent 2b982d2 commit 589cf3a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!--
2+
- Fill in the form below correctly. This will help the OpenAI PHP team to understand the PR and also work on it.
3+
-->
4+
5+
### What:
6+
7+
- [ ] Bug Fix
8+
- [ ] New Feature
9+
- [ ] Docs
10+
11+
### Description:
12+
13+
<!-- describe what your PR is solving -->
14+
15+
### Related:
16+
17+
<!-- link to the issue(s) your PR is solving. If it doesn't exist, remove the "Related" section. -->

0 commit comments

Comments
 (0)