-
Notifications
You must be signed in to change notification settings - Fork 2
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
Showing
2 changed files
with
53 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,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. |
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,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. |