Skip to content

Commit

Permalink
Add issue and PR templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
kporras07 committed Apr 28, 2020
1 parent 9ad1e12 commit 20316d8
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 0 deletions.
51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE
@@ -0,0 +1,51 @@

<!--- Please use this template when reporting issues or suggesting features. **Delete this section** and fill in the rest of the template below, deleting the commented sections -->

## Issue Type

<!--- Pick one below and delete the rest: -->
- Bug Report / Support Request
- Feature Idea
- Documentation Report

## Your Environment

<!--- Paste the output from the following commands and requested info: (paste it in the space between the three graves) -->
### php -v

```

```

### docker --version

```

```

### docker-compose --version

```

```

### Contents of .env file (Remove any sensitive data)

```

```

## Your OS

<!--- Pick one below and delete the rest: -->
- **macOS** (version)
- **Windows** (version)
- **Linux** (version)

## Full console output

<!--- If this is a Bug Report / Support Request, please copy the ENTIRE contents of your console (including the command that was run), paste it into a new Gist on https://gist.github.com, then paste the link to the gist here. -->

## Summary

<!--- Explain the problem briefly. If submitting a bug report or support request, PLEASE paste the entire error message you're getting. -->
14 changes: 14 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE
@@ -0,0 +1,14 @@
<!--- Please use this template when creating a Pull Request. **Delete this section** and fill in the rest of the template below, deleting the commented sections -->
<!--- It's asked that every Pull Request has associated an issue for the initial discussion -->

## Issue Reference

Issue Number: #<id>

## What does this Pull Request do?


## How can this Pull Request be tested?


## Any additional notes/comments?

0 comments on commit 20316d8

Please sign in to comment.