Skip to content

Commit c3f67e3

Browse files
committed
Added PR template
1 parent f9ca122 commit c3f67e3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
### All Submissions:
2+
3+
* [ ] Have you followed the guidelines in our Contributing document?
4+
* [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change?
5+
6+
### New Feature Submissions:
7+
8+
1. [ ] Does your submission pass tests and did you add any new tests needed for your feature?
9+
2. [ ] Did you update all templates (if applicable)?
10+
3. [ ] Did you add the [relevant documentation](https://github.com/rappasoft/laravel-livewire-tables-docs) (if applicable)?
11+
4. Did you test locally to make sure your feature works as intended?
12+
13+
### Changes to Core Features:
14+
15+
* [ ] Have you added an explanation of what your changes do and why you'd like us to include them?
16+
* [ ] Have you written new tests for your core changes, as applicable?
17+
* [ ] Have you successfully ran tests with your changes locally?

0 commit comments

Comments
 (0)