From b9bd194b016114d6ff6765c09d40c7d427e4e3f6 Mon Sep 17 00:00:00 2001 From: Frank de Jonge Date: Tue, 25 Oct 2022 09:01:47 +0200 Subject: [PATCH] Add adapter version and adapter name as github template options. --- .github/ISSUE_TEMPLATE/Bug.md | 9 +++++---- .github/ISSUE_TEMPLATE/Feature_Request.md | 9 +++++---- .github/ISSUE_TEMPLATE/Question.md | 6 ++++++ 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug.md b/.github/ISSUE_TEMPLATE/Bug.md index f563f0532..c48b8a309 100644 --- a/.github/ISSUE_TEMPLATE/Bug.md +++ b/.github/ISSUE_TEMPLATE/Bug.md @@ -7,10 +7,11 @@ about: Did you encounter a bug? -| Q | A -|------------ | ------ -| BC Break | yes/no -| Version | x.y.z +| Q | A | +|-------------------|---------| +| Flysystem Version | x.y.z | +| Adapter Name | example | +| Adapter version | x.y.z | #### Summary diff --git a/.github/ISSUE_TEMPLATE/Feature_Request.md b/.github/ISSUE_TEMPLATE/Feature_Request.md index de0f66935..e48e80f16 100644 --- a/.github/ISSUE_TEMPLATE/Feature_Request.md +++ b/.github/ISSUE_TEMPLATE/Feature_Request.md @@ -7,10 +7,11 @@ about: Do you have a new feature in mind? -| Q | A -|------------ | ------ -| New Feature | yes/no -| BC Break | yes/no +| Q | A | +|-------------------|---------| +| Flysystem Version | x.y.z | +| Adapter Name | example | +| Adapter version | x.y.z | #### Scenario / Use-case diff --git a/.github/ISSUE_TEMPLATE/Question.md b/.github/ISSUE_TEMPLATE/Question.md index fa8e7639f..5d9b1e634 100644 --- a/.github/ISSUE_TEMPLATE/Question.md +++ b/.github/ISSUE_TEMPLATE/Question.md @@ -6,3 +6,9 @@ about: Are you unsure about something? ### Question + +| Q | A | +|-------------------|---------| +| Flysystem Version | x.y.z | +| Adapter Name | example | +| Adapter version | x.y.z |