-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from snyk/chore/add-code-owners
chore: add CodeOwner + PR template
- Loading branch information
Showing
4 changed files
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Snyk Code will be required for a review on every PR | ||
|
||
* @snyk/sast-team |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
name: "\U0001F41B Bug report" | ||
about: Submit a bug | ||
title: "[\U0001F41B]" | ||
labels: "\U0001F41B bug" | ||
assignees: '' | ||
--- | ||
|
||
- `node -v`: | ||
- `npm -v`: | ||
- OS: (e.g. OSX, Linux, Windows, ...) | ||
|
||
### 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 testing. | ||
|
||
|
||
### 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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: "\U0001F64F Feature Request" | ||
about: Submit a feature request | ||
title: "[\U0001F64F]" | ||
labels: "\U0001F64F feature request" | ||
assignees: '' | ||
--- | ||
|
||
**Describe the user need** | ||
E.g. I need this feature! :) | ||
|
||
**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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
- [ ] Ready for review | ||
- [ ] Linked to Jira ticket | ||
|
||
#### What does this PR do? | ||
|
||
|
||
#### Where should the reviewer start? | ||
|
||
|
||
#### How should this be manually tested? | ||
|
||
|
||
#### Any background context you want to provide? | ||
|
||
|
||
#### Screenshots | ||
|
||
|
||
#### Additional questions |