From b4b149a1fa19d98be0ebb8d1d84ec6ce1a4f97e1 Mon Sep 17 00:00:00 2001 From: Javier Spagnoletti Date: Thu, 23 Mar 2023 20:47:58 -0300 Subject: [PATCH] Add GitHub issue templates --- .github/ISSUE_TEMPLATE/Bug.md | 57 +++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/Feature.md | 9 +++++ .github/ISSUE_TEMPLATE/config.yml | 8 +++++ .gitignore | 2 +- 4 files changed, 75 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/Bug.md create mode 100644 .github/ISSUE_TEMPLATE/Feature.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/Bug.md b/.github/ISSUE_TEMPLATE/Bug.md new file mode 100644 index 0000000..84daea3 --- /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 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..e15ca14 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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' 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