From 861161fce5c2a68c25eaefd3df9364c125b8ec34 Mon Sep 17 00:00:00 2001 From: Tobias van Beek Date: Sun, 29 Oct 2023 20:49:16 +0100 Subject: [PATCH] Update the issue templates. --- .github/FUNDING.yml | 4 ++++ .github/ISSUE_TEMPLATE/Bug.md | 24 ++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/Feature.md | 24 ++++++++++++++++++++++++ .gitlab/issue_templates/Bug.md | 18 ++++++++++++++++++ .gitlab/issue_templates/Feature.md | 18 ++++++++++++++++++ 5 files changed, 88 insertions(+) create mode 100644 .github/FUNDING.yml create mode 100644 .github/ISSUE_TEMPLATE/Bug.md create mode 100644 .github/ISSUE_TEMPLATE/Feature.md create mode 100644 .gitlab/issue_templates/Bug.md create mode 100644 .gitlab/issue_templates/Feature.md diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..a21c3fc --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,4 @@ +github: + - tvbeek + - tjvb +custom: "https://paypal.me/tvbeek" \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/Bug.md b/.github/ISSUE_TEMPLATE/Bug.md new file mode 100644 index 0000000..cf0ad09 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug.md @@ -0,0 +1,24 @@ +--- +name: "Bug" +about: 'Report a problem with GitHash' +--- + +- Package version: #.#.# +- PHP Version: #.#.# + + +## Expected Behavior +Explain the result that you expected. + + +## Actual Behavior +Explain the result that you get. + + +## Steps To Reproduce: +1. Step 1 +2. Step 2 + + +## How is this package useful for you? +Not needed, but it is nice to hear how this package is useful for other people :) diff --git a/.github/ISSUE_TEMPLATE/Feature.md b/.github/ISSUE_TEMPLATE/Feature.md new file mode 100644 index 0000000..9987ae5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature.md @@ -0,0 +1,24 @@ +--- +name: "Feature" +about: 'Propose a new feature for GitHash' +--- + + +## Summary +Short summary of the idea (max 2 sentences) + + +## Why +Explain why you think it is useful for (the users of) this package. + + +## Full explanation +Explain the idea with all the details + + +## Downsides of this idea +Every addition has the possibility to have a downside. It is never nice to think about but very useful for the maintenance. + + +## How is this package useful for you? +Not needed, but it is nice to hear how this package is useful for other people :) diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 0000000..1af72c6 --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,18 @@ +- Package version: #.#.# +- PHP Version: #.#.# + +## Expected Behavior +Explain the result that you expected. + + +## Actual Behavior +Explain the result that you get. + + +## Steps To Reproduce: +1. Step 1 +2. Step 2 + + +## How is this package useful for you? +Not needed, but it is nice to hear how this package is useful for other people :) \ No newline at end of file diff --git a/.gitlab/issue_templates/Feature.md b/.gitlab/issue_templates/Feature.md new file mode 100644 index 0000000..797e6f7 --- /dev/null +++ b/.gitlab/issue_templates/Feature.md @@ -0,0 +1,18 @@ +## Summary +Short summary of the idea (max 2 sentences) + + +## Why +Explain why you think it is useful for (the users of) this package. + + +## Full explanation +Explain the idea with all the details + + +## Downsides of this idea +Every addition has the possibility to have a downside. It is never nice to think about but very useful for the maintenance. + + +## How is this package useful for you? +Not needed, but it is nice to hear how this package is useful for other people :)