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 |