mirror of https://github.com/CIRCL/lookyloo
commit
15bfc056ee
|
@ -0,0 +1,26 @@
|
||||||
|
---
|
||||||
|
name: Bug
|
||||||
|
about: Report a bug
|
||||||
|
title: ''
|
||||||
|
labels: kind/bug
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## Expected behavior
|
||||||
|
|
||||||
|
|
||||||
|
## Actual behavior
|
||||||
|
|
||||||
|
|
||||||
|
## Steps to reproduce the problem
|
||||||
|
|
||||||
|
1.
|
||||||
|
1.
|
||||||
|
1.
|
||||||
|
|
||||||
|
|
||||||
|
## Additional information
|
||||||
|
*(Add any other context about the problem here.)*
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
---
|
||||||
|
name: Documentation
|
||||||
|
about: Suggest an improvement/change to the docs
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## Describe the change
|
||||||
|
*(A clear and concise description of what you want to happen)*
|
||||||
|
|
||||||
|
|
||||||
|
## How will this impact users?
|
||||||
|
|
||||||
|
|
||||||
|
## To which release does this apply?
|
||||||
|
|
||||||
|
- [] Current release
|
||||||
|
- [] Future release
|
||||||
|
|
||||||
|
|
||||||
|
## Additional context
|
||||||
|
*(Add any other context or screenshots about the feature request here)*
|
||||||
|
|
||||||
|
1.
|
||||||
|
1.
|
||||||
|
1.
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
---
|
||||||
|
name: New/changing feature
|
||||||
|
about: For new features in Lookyloo, or updates to existing functionality
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## What is changing?
|
||||||
|
*(Please include as many details as possible)*
|
||||||
|
|
||||||
|
|
||||||
|
## How will this impact users?
|
||||||
|
|
||||||
|
|
||||||
|
## To which release does this apply?
|
||||||
|
|
||||||
|
- [] Current release
|
||||||
|
- [] Future release
|
||||||
|
|
||||||
|
|
||||||
|
## Context
|
||||||
|
Link to associated PRs or issues from other repos here.
|
||||||
|
|
||||||
|
1.
|
||||||
|
1.
|
||||||
|
1.
|
||||||
|
|
||||||
|
## Additional information
|
|
@ -2,8 +2,10 @@ Pull requests should be opened against the `main` branch. For more information o
|
||||||
|
|
||||||
## Type of change
|
## Type of change
|
||||||
|
|
||||||
Select the type of change(s) made in this pull request.
|
**Description:**
|
||||||
|
|
||||||
|
|
||||||
|
**Select the type of change(s) made in this pull request:**
|
||||||
- [ ] Bug fix *(non-breaking change which fixes an issue)*
|
- [ ] Bug fix *(non-breaking change which fixes an issue)*
|
||||||
- [ ] New feature *(non-breaking change which adds functionality)*
|
- [ ] New feature *(non-breaking change which adds functionality)*
|
||||||
- [ ] Documentation *(change or fix to documentation)*
|
- [ ] Documentation *(change or fix to documentation)*
|
||||||
|
@ -13,7 +15,7 @@ Select the type of change(s) made in this pull request.
|
||||||
Fixes #issue-number
|
Fixes #issue-number
|
||||||
|
|
||||||
|
|
||||||
## Proposed Changes <!-- Describe the changes the PR makes. -->
|
## Proposed changes <!-- Describe the changes the PR makes. -->
|
||||||
|
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue