-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michael Richardson
committed
Oct 15, 2020
1 parent
4bcf845
commit 1ceee30
Showing
3 changed files
with
104 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,54 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Describe the bug | ||
|
||
<!--- A clear and concise description of what is wrong --> | ||
<!--- Save the details for the next sections --> | ||
|
||
## Expected behavior | ||
|
||
<!--- Tell us what should happen, or how it should work --> | ||
|
||
## Current behavior | ||
|
||
<!--- Tell us what happens instead of the expected behavior --> | ||
|
||
## Possible solution | ||
|
||
<!--- Not obligatory, but suggest a fix/reason for the bug, --> | ||
<!--- or ideas how to implement the addition or change --> | ||
|
||
## Steps to reproduce | ||
|
||
<!--- Provide a link to a live example, or an unambiguous set of steps to --> | ||
<!--- reproduce this bug. Include code to reproduce, if relevant --> | ||
|
||
1. | ||
2. | ||
3. | ||
4. | ||
|
||
## Screenshots | ||
|
||
<!--- Drag any screenshots of the issue here or delete this section --> | ||
|
||
## Context | ||
|
||
<!--- How has this issue affected you? What are you trying to accomplish? --> | ||
<!--- Providing context helps us come up with a solution that is useful in the real world --> | ||
|
||
## Your Environment | ||
|
||
<!--- Include as many relevant details about the environment you experienced the bug in --> | ||
|
||
- Collection: | ||
- Python: | ||
- Ansible: | ||
- PAN-OS Python Library & version (e.g. pandevice 0.14.0, pan-os-python 1.0.2): |
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,21 @@ | ||
--- | ||
name: Documentation problem | ||
about: A typo, inaccuracy, or improvement in the documentation | ||
title: '' | ||
labels: documentation | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Documentation link | ||
|
||
<!--- Where is the documentation with the issue? --> | ||
|
||
## Describe the problem | ||
|
||
<!--- Is this a typo, stale information, request for improvement, inaccuracy? --> | ||
<!--- Clearly and concisely describe the problem with the documentation --> | ||
|
||
## Suggested fix | ||
|
||
<!--- If possible, help us by offering a suggested fix to the 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,29 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Is your feature request related to a problem? | ||
|
||
<!--- A clear and concise description of what the problem is. --> | ||
<!--- eg. I'm always frustrated when [...] --> | ||
|
||
### Describe the solution you'd like | ||
|
||
<!--- A clear and concise description of what you want to happen. --> | ||
<!--- How should it work? --> | ||
|
||
### Describe alternatives you've considered | ||
|
||
<!--- A clear and concise description of any alternative solutions, --> | ||
<!--- features, or workarounds you've considered. --> | ||
|
||
### Additional context | ||
|
||
<!--- How has this issue affected you? What are you trying to accomplish? --> | ||
<!--- Providing context helps us come up with a solution that is useful in the real world --> | ||
<!--- Drag any screenshot here to help illustrate --> |