This repository has been archived by the owner on Oct 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Janos Pasztor
committed
Nov 24, 2020
1 parent
8534657
commit 70967a4
Showing
6 changed files
with
131 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,34 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: janoszen | ||
|
||
--- | ||
|
||
<details> | ||
<summary><h2>Describe the bug</h2></summary> | ||
A clear and concise description of what the bug is. | ||
</details> | ||
|
||
<details> | ||
<summary><h2>To Reproduce</h2></summary> | ||
1. Run containerssh with these parameters | ||
2. Do something else... | ||
3. ... | ||
</details> | ||
|
||
<details> | ||
<summary><h2>Expected behavior</h2></summary> | ||
A clear and concise description of what you expected to happen. | ||
</details> | ||
|
||
<details> | ||
<summary><h2>Version</h2></summary> | ||
Please insert the output of `go version` here: | ||
``` | ||
$ go version | ||
... | ||
``` | ||
</details> |
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,17 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: feature | ||
assignees: janoszen | ||
|
||
--- | ||
|
||
## Please describe what you would like to see in ContainerSSH | ||
A clear and concise description of what you would like to see improved. | ||
|
||
## Please describe the solution you'd like | ||
A clear and concise description of what you want to happen. | ||
|
||
## Please describe your use case | ||
A clear and concise description of how you would use this feature. |
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: Support request | ||
about: If you need help using ContainerSSH | ||
title: '' | ||
labels: support | ||
assignees: janoszen | ||
|
||
--- | ||
|
||
## Please describe what you need help with | ||
|
||
... | ||
|
||
## Have you read the readme in its entirety? | ||
|
||
... | ||
|
||
## What have you tried to resolve this 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,20 @@ | ||
--- | ||
name: Bug fix | ||
about: Fix a bug | ||
title: '' | ||
labels: bug | ||
assignees: janoszen | ||
|
||
--- | ||
|
||
## Please describe the bug you have fixed | ||
|
||
... | ||
|
||
## Are you the owner of the code you are sending in, or do you have permission of the owner? | ||
|
||
... | ||
|
||
## The code will be published under the MIT license. Have you read and understood this license? | ||
|
||
... |
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: Cleanup | ||
about: Make the code more beautiful or add a build tool | ||
title: '' | ||
labels: cleanup | ||
assignees: janoszen | ||
|
||
--- | ||
|
||
## Please describe what your cleanup is all about | ||
|
||
... | ||
|
||
## Are you the owner of the code you are sending in, or do you have permission of the owner? | ||
|
||
... | ||
|
||
## The code will be published under the MIT license. Have you read and understood this license? | ||
|
||
... |
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: Feature | ||
about: Add a new feature | ||
title: '' | ||
labels: enhancement | ||
assignees: janoszen | ||
|
||
--- | ||
|
||
## Please describe the feature you are adding | ||
|
||
... | ||
|
||
## Are you the owner of the code you are sending in, or do you have permission of the owner? | ||
|
||
... | ||
|
||
## The code will be published under the MIT license. Have you read and understood this license? | ||
|
||
... |