Skip to content

Commit 06f0fd7

Browse files
committed
Add github templates.
1 parent 89c4c41 commit 06f0fd7

File tree

4 files changed

+42
-1
lines changed

4 files changed

+42
-1
lines changed
File renamed without changes.

.github/ISSUE_TEMPLATE.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
### Summary of problem or feature request
3+
4+
<!-- Please describe your problem/feature request here. -->
5+
6+
7+
### Code snippet of problem
8+
9+
<!--
10+
If applicable, please include a copy of your code
11+
which triggers the suspected bug.
12+
13+
You may use the markdown php code tags to format your paste:
14+
15+
```php
16+
$params = ['foo'];
17+
```
18+
-->
19+
20+
### System details
21+
22+
<!--
23+
Please include these details about your system!
24+
If they are omitted, the ticket will be deprioritized
25+
over other users requests/tickets.
26+
-->
27+
28+
- Operating System
29+
- PHP Version
30+
- Laravel Version
31+
- Laravel-Datatables Version

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!--
2+
3+
Thanks for the Pull Request! Before you submit the PR, please
4+
look over this checklist:
5+
6+
- Have you read the [Contributing Guidelines](https://github.com/yajra/laravel-datatables/blob/master/.github/CONTRIBUTING.md)?
7+
8+
If you answered yes, thanks for the PR and we'll get to it ASAP! :)
9+
10+
-->

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ And that's it! Start building out some awesome DataTables!
9696

9797
## Contributing
9898

99-
Please see [CONTRIBUTING](https://github.com/yajra/laravel-datatables/blob/master/CONTRIBUTING.md) for details.
99+
Please see [CONTRIBUTING](https://github.com/yajra/laravel-datatables/blob/master/.github/CONTRIBUTING.md) for details.
100100

101101
## Security
102102

0 commit comments

Comments
 (0)