Skip to content

Commit

Permalink
(github) new issue template #2745
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarchaud committed Mar 9, 2017
1 parent 64df5fb commit c3a8dde
Showing 1 changed file with 52 additions and 17 deletions.
69 changes: 52 additions & 17 deletions .github/ISSUE_TEMPLATE.md
@@ -1,31 +1,66 @@
If reporting a bug, please use the following template.
## I'm opening this issue because:

#### Expected behaviour
- [ ] pm2 isn't behaving like it should do.
- [ ] pm2 is doing something I don't understand.
- [ ] pm2 is crashing.
- [ ] Other (_see at the end for feature requests_):

...
## What's going wrong?

#### Actual behaviour
<!--
Please a explain what you are expecting and whats actually happening
-->

...
## How can we reproduce the problem?

#### Steps to reproduce
<!--
Please a complete description of how to reproduce the problem.
-->

...
## General Informations:

#### Software versions used
`pm2 -v` prints:
```
```

```
OS :
node.js :
PM2 :
`node -v` prints:
```
```

#### PM2 Log output
`uname -a` output for unix OR Windows version:
```
```

Use the command: `tail --lines 50 ~/.pm2/pm2.log`
`tail --lines 50 ~/.pm2/pm2.log` prints:

```
```
...
```

cf CONTRIBUTING.md for more informations
<!--
Thank you for contributing to PM2 !
- Please check we don't already resolved your problem:
https://github.com/Unitech/pm2/search?type=Issues
- Also ensure that we don't document the problem in our documentation:
http://pm2.keymetrics.io/docs/usage/quick-start/
For feature requests, delete the above and uncomment the section following this one. But first, review the existing feature requests
and make sure there isn't one that already describes the feature
you'd like to see added:
https://github.com/Unitech/pm2/issues?q=is%3Aopen+is%3Aissue+label%3A%22T%3A+Feature%22
-->

<!--
#### What's the feature?
#### What problem is the feature intended to solve?
#### Is the absence of this feature blocking you or your team? If so, how?
#### Is this feature similar to an existing feature in another tool?
#### Is this a feature you're prepared to implement, with support from the PM2 maintainers ?
-->

0 comments on commit c3a8dde

Please sign in to comment.