Skip to content

Commit b4b149a

Browse files
committed
Add GitHub issue templates
1 parent 7c1458c commit b4b149a

File tree

4 files changed

+75
-1
lines changed

4 files changed

+75
-1
lines changed

.github/ISSUE_TEMPLATE/Bug.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
name: 🐞 Bug Report
3+
about: Something is broken? 🔨
4+
labels: bug, unconfirmed
5+
---
6+
7+
<!--
8+
Before you open an issue, make sure this one does not already exist.
9+
-->
10+
11+
<!--
12+
If you are reporting a bug, please try to fill in the following.
13+
Otherwise remove it.
14+
-->
15+
16+
### Environment
17+
18+
#### Extension
19+
20+
<details><summary>show</summary>
21+
<p>
22+
23+
```
24+
$ php -i | grep db2 -i
25+
# Put the result here.
26+
```
27+
28+
</p>
29+
</details>
30+
31+
#### PHP version
32+
33+
```
34+
$ php -v
35+
# Put the result here.
36+
```
37+
38+
## Subject
39+
40+
<!--
41+
Give here as many details as possible.
42+
Next sections are for ERRORS only.
43+
-->
44+
45+
## Minimal repository with the bug
46+
47+
## Steps to reproduce
48+
49+
## Expected results
50+
51+
## Actual results
52+
53+
<!--
54+
If it's an error message or piece of code, use code block tags,
55+
and make sure you provide the whole stack trace(s),
56+
not just the first error message you can see.
57+
-->

.github/ISSUE_TEMPLATE/Feature.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: 🚀 Feature Request
3+
about: I have a suggestion (and may want to implement it 🙂)!
4+
labels: feature
5+
---
6+
7+
## Feature Request
8+
9+
<!-- Provide a summary of the feature. -->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: IBM DB2 bugs on the PHP Bug Tracking System
4+
url: https://bugs.php.net/search.php?cmd=display&direction=DESC&limit=30&package_name[]=ibm_db2
5+
about: 'Questions tagged with "doctrine-dbal" on StackOverflow'
6+
- name: IBM DB2 on StackOverflow
7+
url: https://stackoverflow.com/questions/tagged/db2
8+
about: 'Questions tagged with "db2" on StackOverflow'

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# phpize stuff
2+
/config.*
23
.libs
34
Makefile*
45
*.m4
56
autom4te.cache
67
build
7-
config.*
88
configure*
99
ibm_db2.la
1010
ibm_db2.lo

0 commit comments

Comments
 (0)