Skip to content

Commit bdafd0e

Browse files
author
Afonso Gloeden
committed
Templates for issues and pull requests updated
1 parent 948d013 commit bdafd0e

File tree

4 files changed

+75
-28
lines changed

4 files changed

+75
-28
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/BUG_REPORT.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: nunomazer
7+
8+
---
9+
10+
## Describe the bug
11+
12+
A clear and concise description of what the bug is.
13+
14+
## To Reproduce
15+
16+
Steps to reproduce the behavior:
17+
1. Step 01
18+
1. Step 02
19+
1. Step 03
20+
1. See error
21+
22+
## Expected behavior
23+
24+
A clear and concise description of what you expected to happen.
25+
26+
## Screenshots
27+
28+
If applicable, add screenshots to help explain your problem. If no have screenshots, delete the section `Screenshots`.
29+
30+
## Versions
31+
32+
* Laravel: Run `php artisan --version` to show the version.
33+
* PHP: Run `php --version` to show the version.
34+
* Composer: Run `composer --version` to show the version.
35+
* uepg/laravel-sybase: Get the version in `composer.lock`.
36+
37+
## Additional context
38+
39+
Add any other context about the problem here. If no have additional information, delete the section `Additional information`.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: nunomazer
7+
8+
---
9+
10+
## Is your feature request related to a problem? Please describe.
11+
12+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
13+
14+
## Describe the solution you'd like
15+
16+
A clear and concise description of what you want to happen.
17+
18+
## Describe alternatives you've considered
19+
20+
A clear and concise description of any alternative solutions or features you've considered. If no have alternatives, delete the section `Describe alternatives you've considered`.
21+
22+
## Additional context
23+
24+
Add any other context or screenshots about the feature request here. If no have additional information, delete the section `Additional information`.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
## Changes
22

3-
* Feature 1
4-
* Feature 2
5-
* Change 1
6-
* Change 2
7-
* Change 3
8-
* Deletion 1
9-
* Fix #123
10-
* ...
3+
* Feature 1
4+
* Feature 2
5+
* Change 1
6+
* Change 2
7+
* Change 3
8+
* Deletion 1
9+
* Fix #123
10+
* ...
11+
12+
## Additional information
13+
14+
If no have additional information, delete the section `Additional information`.

0 commit comments

Comments
 (0)