diff --git a/.github/ISSUE_TEMPLATE/Bug.md b/.github/ISSUE_TEMPLATE/Bug.md new file mode 100644 index 0000000..38f94d9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug.md @@ -0,0 +1,57 @@ +--- +name: 🐞 Bug Report +about: Something is broken? 🔨 +labels: bug, unconfirmed +--- + + + + + +### Environment + +#### Extension + +
show +

+ +``` +$ php -i | grep 'ibm[_ ]db2' -i +# Put the result here. +``` + +

+
+ +#### PHP version + +``` +$ php -v +# Put the result here. +``` + +## Subject + + + +## Minimal repository with the bug + +## Steps to reproduce + +## Expected results + +## Actual results + + diff --git a/.github/ISSUE_TEMPLATE/Feature.md b/.github/ISSUE_TEMPLATE/Feature.md new file mode 100644 index 0000000..5693087 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature.md @@ -0,0 +1,9 @@ +--- +name: 🚀 Feature Request +about: I have a suggestion (and may want to implement it 🙂)! +labels: feature +--- + +## Feature Request + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..b951ff6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: IBM DB2 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' diff --git a/.gitignore b/.gitignore index 3ce5098..558a66d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,10 @@ # phpize stuff +/config.* .libs Makefile* *.m4 autom4te.cache build -config.* configure* ibm_db2.la ibm_db2.lo