Skip to content

Commit

Permalink
Add issue and pull request templates
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark authored and hiqsol committed Jul 31, 2019
1 parent 479d49f commit 3d9bb59
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@


### What steps will reproduce the problem?

### What is the expected result?

### What do you get instead?


### Additional info

| Q | A
| ---------------- | ---
| Version | 0.3.?
| Composer Version | 1.8.?
| PHP version | 7.?.?
| Operating system |
7 changes: 7 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
| Q | A
| -------------------- | ---
| Bugfix? | ✔️/❌
| Feature? | ✔️/❌
| Break compatibility? | ✔️/❌
| Tests pass? | ✔️/❌
| Fix issues | #

0 comments on commit 3d9bb59

Please sign in to comment.