Skip to content

Commit

Permalink
Add issue templates (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
traut authored Jan 29, 2024
1 parent 0113664 commit 30728ce
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

### Description
Provide a clear and concise description of the bug you are experiencing.

### Environment
Fabric version: [Specify the version of `fabric` CLI where the bug was observed]
Operating System: [Specify the operating system and version]
Terminal/Shell: [Specify the terminal or shell environment]

### Steps to Reproduce
Clearly outline the steps to reproduce the bug. Include any relevant commands, inputs, or configurations that lead to the issue. If possible, provide a minimal code example or a step-by-step guide.

1. [Step 1]
2. [Step 2]
3. [Step 3]
4. ...

### Expected Behavior
Describe what you expected to happen when performing the steps outlined above. This will help us understand the intended functionality and identify deviations from it.

### Actual Behavior
Describe what actually happened when performing the steps outlined above. Include any error messages or unexpected outcomes that occurred during the process.

### Additional Context
Include any additional context that might be helpful in resolving the bug. This could include screenshots, configurations, or any recent changes made to the environment.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/new-plugin-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: New plugin request - [name]
about: Create a request for a new plugin
title: ''
labels: plugins
assignees: ''

---

### Description
Please provide a brief description of the functionality you would like to see implemented in the new plugin.

### Use Case
Describe a real-world scenario or use case where this new plugin would be beneficial. This will help us understand the practical value and potential impact of the proposed plugin.

### Requirements
List any specific requirements or features you expect from the new plugin. For example, input/output formats, compatibility with certain systems, or integration with other tools.

### Additional Information
Include any other relevant information, such as links to documentation, examples, or external resources that may help in understanding the requirements for the new plugin.

0 comments on commit 30728ce

Please sign in to comment.