Skip to content

Commit

Permalink
Add GitHub issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys committed Mar 23, 2023
1 parent 7c1458c commit b4b149a
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 1 deletion.
57 changes: 57 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
name: 🐞 Bug Report
about: Something is broken? 🔨
labels: bug, unconfirmed
---

<!--
Before you open an issue, make sure this one does not already exist.
-->

<!--
If you are reporting a bug, please try to fill in the following.
Otherwise remove it.
-->

### Environment

#### Extension

<details><summary>show</summary>
<p>

```
$ php -i | grep db2 -i
# Put the result here.
```

</p>
</details>

#### PHP version

```
$ php -v
# Put the result here.
```

## Subject

<!--
Give here as many details as possible.
Next sections are for ERRORS only.
-->

## Minimal repository with the bug

## Steps to reproduce

## Expected results

## Actual results

<!--
If it's an error message or piece of code, use code block tags,
and make sure you provide the whole stack trace(s),
not just the first error message you can see.
-->
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: 🚀 Feature Request
about: I have a suggestion (and may want to implement it 🙂)!
labels: feature
---

## Feature Request

<!-- Provide a summary of the feature. -->
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: IBM DB2 bugs on the PHP Bug Tracking System
url: https://bugs.php.net/search.php?cmd=display&direction=DESC&limit=30&package_name[]=ibm_db2
about: 'Questions tagged with "doctrine-dbal" on StackOverflow'
- name: IBM DB2 on StackOverflow
url: https://stackoverflow.com/questions/tagged/db2
about: 'Questions tagged with "db2" on StackOverflow'
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# phpize stuff
/config.*
.libs
Makefile*
*.m4
autom4te.cache
build
config.*
configure*
ibm_db2.la
ibm_db2.lo
Expand Down

0 comments on commit b4b149a

Please sign in to comment.