diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..7b3a741 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,2 @@ +custom: "https://paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ETT4JRJARLTSC" +github: [JellyBellyDev, AlessandroMinoccheri] diff --git a/.github/ISSUE_TEMPLATE/BC_Break.md b/.github/ISSUE_TEMPLATE/BC_Break.md new file mode 100644 index 0000000..bd89906 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BC_Break.md @@ -0,0 +1,34 @@ +--- +name: 💥 BC Break +about: Have you encountered an issue during upgrade? 💣 +--- + +### BC Break Report + + + +| Q | A +|------------ | ------ +| BC Break | yes +| Version | x.y.z + +#### Summary + + + +#### Previous behavior + + + +#### Current behavior + + + +#### How to reproduce + + + diff --git a/.github/ISSUE_TEMPLATE/Bug.md b/.github/ISSUE_TEMPLATE/Bug.md new file mode 100644 index 0000000..8f2b9cd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug.md @@ -0,0 +1,34 @@ +--- +name: 🐞 Bug Report +about: Something is broken? 🔨 +--- + +### Bug Report + + + +| Q | A +|---------------- | ------ +| BC Break | yes/no +| Library Version | x.y.z +| PHP version | x.y.z + +#### Summary + + + +#### Current behavior + + + +#### How to reproduce + + + +#### Expected behavior + + diff --git a/.github/ISSUE_TEMPLATE/Feature_Request.md b/.github/ISSUE_TEMPLATE/Feature_Request.md new file mode 100644 index 0000000..b30d4e6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_Request.md @@ -0,0 +1,19 @@ +--- +name: 🎉 Feature Request +about: You have a neat idea that should be implemented? 🎩 +--- + +### Feature Request + + + +| Q | A +|------------ | ------ +| New Feature | yes +| RFC | yes/no +| BC Break | yes/no + +#### Summary + + + diff --git a/.github/ISSUE_TEMPLATE/Support_Question.md b/.github/ISSUE_TEMPLATE/Support_Question.md new file mode 100644 index 0000000..94207fb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Support_Question.md @@ -0,0 +1,22 @@ +--- +name: ❓ Support Question +about: Have a problem that you can't figure out? 🤔 +--- + + + +| Q | A +|---------------- | ------ +| Library version | x.y.z +| PHP version | x.y.z + + + + +### Support Question + + diff --git a/.github/PULL_REQUEST_TEMPLATE/Improvement.md b/.github/PULL_REQUEST_TEMPLATE/Improvement.md new file mode 100644 index 0000000..75371ba --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/Improvement.md @@ -0,0 +1,19 @@ +--- +name: ⚙ Improvement +about: You have some improvement to make badge-poser better? 🎁 +--- + +### Improvement + + + +| Q | A +|------------ | ------ +| New Feature | yes +| RFC | yes/no +| BC Break | yes/no +| Issue | Close #... + +#### Summary + + diff --git a/.github/PULL_REQUEST_TEMPLATE/New_Feature.md b/.github/PULL_REQUEST_TEMPLATE/New_Feature.md new file mode 100644 index 0000000..a096114 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/New_Feature.md @@ -0,0 +1,24 @@ +--- +name: 🎉 New Feature +about: You have implemented some neat idea that you want to make part of badge-poser? 🎩 +--- + + + +### New Feature + + + +| Q | A +|------------ | ------ +| New Feature | yes +| RFC | yes/no +| BC Break | yes/no +| Issue | Close #... + +#### Summary + + +