forked from awslabs/soci-snapshotter
-
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.
Change issue template from markdown to issue form
Signed-off-by: Jin Dong <[email protected]>
- Loading branch information
Showing
6 changed files
with
72 additions
and
52 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,36 @@ | ||
name: Bug report | ||
description: Create a bug report to help improve soci-snapshotter | ||
title: "[Bug] " | ||
labels: ["bug"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: | | ||
Briefly describe the problem/bug you are having. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce the bug | ||
|
||
- type: textarea | ||
attributes: | ||
label: Describe the results you expected | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Host information | ||
value: | | ||
1. OS: | ||
2. Snapshotter Version: | ||
3. Containerd Version: | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Any additional context or information about the bug |
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,9 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Ask a question (GitHub Discussions) | ||
url: https://github.com/awslabs/soci-snapshotter/discussions | ||
about: | | ||
In most cases, GitHub Discussions is the preferred place to ask a question, | ||
and visible to more users. If you encountered a bug or request a feature, | ||
please use the issue template. Otherwise, please consider asking in GitHub | ||
Discussions first. |
This file was deleted.
Oops, something went wrong.
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,24 @@ | ||
name: Feature request | ||
description: Suggest an idea or new feature for this project | ||
title: "[FEATURE] " | ||
labels: ["feature"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: | | ||
Briefly describe the feature request and, if related to a problem, what the problem is. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Describe the solution you'd like | ||
|
||
- type: textarea | ||
attributes: | ||
label: Describe any alternative solutions/features you've considered | ||
|
||
- type: textarea | ||
attributes: | ||
label: Any additional context or information about the feature request |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
*Issue #, if available:* | ||
**Issue #, if available:** | ||
|
||
*Description of changes:* | ||
**Description of changes:** | ||
|
||
*Testing performed:* | ||
**Testing performed:** | ||
|
||
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. |