Skip to content

Commit

Permalink
Merge pull request #995 from snyk/chore/improved-issue-templates
Browse files Browse the repository at this point in the history
chore: separate bug and feature issue templates
  • Loading branch information
lili2311 committed Feb 5, 2020
2 parents bc4074a + 75a95f4 commit 1232e46
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 18 deletions.
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
@@ -0,0 +1,33 @@
---
name: ":bug: Bug report"
about: Submit a bug
title: "[:bug:]"
labels: ":bug: bug"
assignees: ''
---

- `node -v`:
- `npm -v`:
- `snyk -v`:
- OS: (e.g. OSX, Linux, Windows, ...)
- Command run: (e.g. `snyk test --all-projects`, `snyk protect`, ...)

### Expected behaviour
Please share _expected_ behaviour.

### Actual behaviour
Please share _problematic_ behaviour you are seeing.

### Steps to reproduce
Please share _minimal_ steps needed to reproduce your issue. Ideally
a paired down manifest / project to showcase the problem that can also
be used for testsing.


### Debug log
If applicable, please append the `--debug` flag on your command and include the output here **ensuring to remove any sensitive/personal details or tokens.


### Screenshots
If applicable, add screenshots to help explain your problem.

22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
@@ -0,0 +1,22 @@
---
name: ":pray: Feature Request"
about: Submit a feature request
title: "[:pray:]"
labels: ":pray: feature request"
assignees: ''
---

- `Language / Project Type:` [e.g JavaScript, .Net, Docker ...]
- `Package Manager / Build Tool:` [e.g. Gradle, npm, ...]

**Describe the user need**
E.g. I want Snyk to scan my X project that uses Y package manager.

**Describe expected behaviour**

If you have an idea how you would like this to behave please share in as much detail as possible.

**Additional context**

Add any other context or screenshots about the feature request here.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -108,7 +108,7 @@
"@types/needle": "^2.0.4",
"@types/node": "^6.14.4",
"@types/sinon": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/eslint-plugin": "2.18.0",
"@typescript-eslint/parser": "^2.0.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^6.1.0",
Expand Down

0 comments on commit 1232e46

Please sign in to comment.