Skip to content

Commit

Permalink
Update the issue templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
tvbeek committed Oct 29, 2023
1 parent aa96d5a commit 861161f
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
github:
- tvbeek
- tjvb
custom: "https://paypal.me/tvbeek"
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug.md
Original file line number Diff line number Diff line change
@@ -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 :)
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature.md
Original file line number Diff line number Diff line change
@@ -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 :)
18 changes: 18 additions & 0 deletions .gitlab/issue_templates/Bug.md
Original file line number Diff line number Diff line change
@@ -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 :)
18 changes: 18 additions & 0 deletions .gitlab/issue_templates/Feature.md
Original file line number Diff line number Diff line change
@@ -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 :)

0 comments on commit 861161f

Please sign in to comment.