Skip to content

Commit

Permalink
Merge pull request #51 from snyk/chore/add-code-owners
Browse files Browse the repository at this point in the history
chore: add CodeOwner + PR template
  • Loading branch information
orkamara authored Feb 16, 2021
2 parents d485a14 + e0fe28a commit 15c5042
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
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
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
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.

19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
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.

19 changes: 19 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
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

0 comments on commit 15c5042

Please sign in to comment.