Skip to content

Commit

Permalink
chore: issue/pr template
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Aug 21, 2018
1 parent 286e7a8 commit 88e47a2
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 0 deletions.
98 changes: 98 additions & 0 deletions docs/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
## This is a

<-- Put a cross `x` in one of the below boxes -->

- [ ] Bug/Issue
- [ ] Feature request
- [ ] General stuff

<!-- BugStart (Remove this line if reporting bug)
## Describe the bug/issue
I wanted to ...
### What happened
...
### What is expected
...
### Reproduction steps
- ...
### Sample code
### Environment
- OS:
- PHP version:
- phint version:
BugEnd (Remove this line if reporting bug) -->

<!-- FeatureStart (Remove this line if requesting feature)
## Explain the feature
FeatureEnd (Remove this line if requesting feature) -->

<!-- GeneralStart (Remove this line if it is general concern)
## Explain yourself
...
GeneralEnd (Remove this line if it is general concern) -->

---
## This is a

<-- Put a cross `x` in one of the below boxes -->

- [ ] Bug/Issue
- [ ] Feature request
- [ ] General stuff

<!-- BugStart (Remove this line if reporting bug)
## Describe the bug/issue
I wanted to ...
### What happened
...
### What is expected
...
### Reproduction steps
- ...
### Sample code
### Environment
- OS:
- PHP version:
- phint version:
BugEnd (Remove this line if reporting bug) -->

<!-- FeatureStart (Remove this line if requesting feature)
## Explain the feature
FeatureEnd (Remove this line if requesting feature) -->

<!-- GeneralStart (Remove this line if it is general concern)
## Explain yourself
...
GeneralEnd (Remove this line if it is general concern) -->
50 changes: 50 additions & 0 deletions docs/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
## This is a

<-- Put a cross `x` in relevant boxes below -->

- [ ] New feature
- [ ] Fix for ... <!-- (the issue/bug) -->
- [ ] General improvement
- [ ] Backward incompatible change

It closes # <!-- (Put the issue number after `#`) -->

## Describe the change

...

## How to use it

...

#### Sample code

```php

```

---
## This is a

<-- Put a cross `x` in relevant boxes below -->

- [ ] New feature
- [ ] Fix for ... <!-- (the issue/bug) -->
- [ ] General improvement
- [ ] Backward incompatible change

It closes # <!-- (Put the issue number after `#`) -->

## Describe the change

...

## How to use it

...

#### Sample code

```php

```

0 comments on commit 88e47a2

Please sign in to comment.