Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.

Commit

Permalink
Added GitHub issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Janos Pasztor committed Nov 24, 2020
1 parent 8534657 commit 70967a4
Show file tree
Hide file tree
Showing 6 changed files with 131 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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>
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/support.md
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?

...
20 changes: 20 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/bug_fix.md
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?

...
20 changes: 20 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/cleanup.md
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?

...
20 changes: 20 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/feature.md
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?

...

0 comments on commit 70967a4

Please sign in to comment.