Skip to content

Commit

Permalink
Improve github settings
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Feb 8, 2020
1 parent 36a687e commit 0068a46
Show file tree
Hide file tree
Showing 7 changed files with 104 additions and 47 deletions.
22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_Report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: 🐛 Bug Report
about: Something is broken? 🔨
---

### Bug Report

_(Fill in the relevant information below to help triage your issue.)_

| Information | Description |
|--------------|---------|
| Version | |
| PHP version | |
| OS Platform | |

#### Summary

_(Please explain in plain english your bug)_

#### Standalone code, or other way to reproduce the problem

_(Please complete the text below to help us fix the issue)_

#### Expected result

_(What was the expected (correct) behavior?)_

#### Actual result

_(What is the current (buggy) behavior?)_
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_Request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: 🎉 Feature Request
about: Do you have a new feature in mind?
---

### Feature Request

| Q | A
|------------ | ------
| New Feature | yes
| BC Break | yes/no


#### Proposal

_(Please explain in plain english the feature you would like to see implemented.)_
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/Question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: ❓ Question
about: Are you unsure about something?
---

_(Fill in the relevant information below to help triage your issue.)_

| Q | A
|------------ | ------
| Version | x.y.z

### Question

_(Please explain in plain english your question)_
25 changes: 0 additions & 25 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

18 changes: 18 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/Bug_Fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: 🐛 Bug Report
about: Something is broken and you have a failing Unit Test? 🔨
---

### Bug Report

_(Fill in the relevant information below to help triage your issue.)_

| Information | Description |
|--------------|---------|
| Version | |
| PHP version | |
| OS Platform | |

#### Summary

_(Please explain in plain english the failing test)_
26 changes: 26 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/New_Feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: 🎉 New Feature
about: You have implemented some neat idea that you want to make part of **League\Uri** ? 🎩
---

<!--
Thank you for submitting new feature!
Pick the target branch based according to these criteria:
* submitting a bugfix: target the lowest active stable branch: 2.6
* submitting a new feature: target the master branch.
* submitting a BC-breaking change: target the master branch
-->

### New Feature

_(Fill in the relevant information below to help triage your issue.)_

| Q | A
|------------ | ------
| New Feature | yes/no
| BC Break | yes/no


#### Proposal

_(Please explain in plain english the feature you would like to see implemented.)_

0 comments on commit 0068a46

Please sign in to comment.