Skip to content

Commit

Permalink
chore: Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Richardson committed Oct 15, 2020
1 parent 4bcf845 commit 1ceee30
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 0 deletions.
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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):
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation_problem.md
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 -->
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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 -->

0 comments on commit 1ceee30

Please sign in to comment.