Skip to content

Commit

Permalink
Merge branch 'main' into feat/enabled-xsys-exec-by-default
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed May 5, 2023
2 parents f88f774 + fbe3620 commit 6b29f4c
Show file tree
Hide file tree
Showing 32 changed files with 645 additions and 119 deletions.
101 changes: 101 additions & 0 deletions .github/DISCUSSION_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
title: Bug Report
body:
- type: textarea
id: aqua-version
attributes:
label: aqua version
description: Please use the latest version.
value: |
```console
$ aqua -v
```
validations:
required: true
- type: textarea
id: environment
attributes:
label: Environment
description: |
* OS (Windows, Linux, macOS, etc)
* CPU Architecture (amd64, arm64, etc)
value: |
* OS:
* CPU Architecture:
validations:
required: true
- type: textarea
id: overview
attributes:
label: Overview
value:
validations:
required: true
- type: textarea
id: how-to-reproduce
attributes:
label: How to reproduce
description: |
Please see [the guide](https://github.com/suzuki-shunsuke/oss-contribution-guide#write-good-how-to-reproduce) too.
aqua.yaml should be not partial but complete configuration.
Please remove unneeded configuration to reproduce the issue.
value: |
aqua.yaml
```yaml
```
Other related code such as local Registry
```
```
Executed command and output
```console
$
```
validations:
required: true
- type: textarea
id: debug-output
attributes:
label: Debug output
description: Please set the environment variable `AQUA_LOG_LEVEL=debug` and run aqua and tell us the debug output.
value: |
```console
$
```
validations:
required: false
- type: textarea
id: expected-behaviour
attributes:
label: Expected behaviour
value:
validations:
required: true
- type: textarea
id: actual-behaviour
attributes:
label: Actual behaviour
value:
validations:
required: true
- type: textarea
id: important-factoid
attributes:
label: Important Factoids
value:
validations:
required: false
- type: textarea
id: reference
attributes:
label: Reference
value: |
*
validations:
required: false
49 changes: 49 additions & 0 deletions .github/DISCUSSION_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
title: Feature Request
body:
- type: textarea
id: feature-overview
attributes:
label: Feature Overview
value:
validations:
required: true
- type: textarea
id: why
attributes:
label: Why is the feature needed?
description: Please explain the problem you want to solve.
validations:
required: true
- type: textarea
id: has-breaking-change
attributes:
label: Does the feature include Breaking Changes?
description: Please explain the problem you want to solve.
validations:
required: true
- type: textarea
id: example-code
attributes:
label: Example Code
description: |
Please explain the feature with code. For example, if you want a new subcommand, please explain the usage of the subcommand.
value: |
```console
$
```
Configuration
```yaml
```
validations:
required: false
- type: textarea
id: reference
attributes:
label: Reference
value: |
*
validations:
required: false
47 changes: 47 additions & 0 deletions .github/DISCUSSION_TEMPLATE/general.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
title: General
body:
- type: markdown
attributes:
value: |
## :warning: Please use other template as much as possible
Please use this template only when other templates don't meet your requirement.
- type: textarea
id: free-text
attributes:
label: Free text
validations:
required: true
- type: textarea
id: background
attributes:
label: Background of the discussion
description: |
Please explain the background of the discussion.
validations:
required: false
- type: textarea
id: example-code
attributes:
label: Example Code
value: |
```console
$
```
Configuration
```yaml
```
validations:
required: false
- type: textarea
id: reference
attributes:
label: Reference
value: |
*
validations:
required: false
32 changes: 32 additions & 0 deletions .github/DISCUSSION_TEMPLATE/proposal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
title: Proposal
body:
- type: markdown
attributes:
value: |
Proposal for other than feature request.
For feature request, please use the template [Feature Request](https://github.com/orgs/aquaproj/discussions/new?category=feature-request).
e.g. Add a new discussion category
- type: textarea
id: overview
attributes:
label: Overview
value:
validations:
required: true
- type: textarea
id: why
attributes:
label: Why is the proposal needed?
description: Please explain the background of the proposal and the issue you want to solve
validations:
required: true
- type: textarea
id: reference
attributes:
label: Reference
value: |
*
validations:
required: false
41 changes: 41 additions & 0 deletions .github/DISCUSSION_TEMPLATE/question-and-answer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
title: Q & A
body:
- type: textarea
id: question
attributes:
label: Question
value:
validations:
required: true
- type: textarea
id: background
attributes:
label: Background of the question
description: |
Please explain the background of the question. Why do you have the question? What do you want to do?
validations:
required: false
- type: textarea
id: example-code
attributes:
label: Example Code
value: |
```console
$
```
Configuration
```yaml
```
validations:
required: false
- type: textarea
id: reference
attributes:
label: Reference
value: |
*
validations:
required: false
101 changes: 101 additions & 0 deletions .github/DISCUSSION_TEMPLATE/support-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
title: Support Request
body:
- type: textarea
id: aqua-version
attributes:
label: aqua version
description: Please use the latest version.
value: |
```console
$ aqua -v
```
validations:
required: true
- type: textarea
id: environment
attributes:
label: Environment
description: |
* OS (Windows, Linux, macOS, etc)
* CPU Architecture (amd64, arm64, etc)
value: |
* OS:
* CPU Architecture:
validations:
required: true
- type: textarea
id: overview
attributes:
label: Overview
value:
validations:
required: true
- type: textarea
id: how-to-reproduce
attributes:
label: How to reproduce
description: |
Please see [the guide](https://github.com/suzuki-shunsuke/oss-contribution-guide#write-good-how-to-reproduce) too.
aqua.yaml should be not partial but complete configuration.
Please remove unneeded configuration to reproduce the issue.
value: |
aqua.yaml
```yaml
```
Other related code such as local Registry
```
```
Executed command and output
```console
$
```
validations:
required: true
- type: textarea
id: debug-output
attributes:
label: Debug output
description: Please set the environment variable `AQUA_LOG_LEVEL=debug` and run aqua and tell us the debug output.
value: |
```console
$
```
validations:
required: false
- type: textarea
id: expected-behaviour
attributes:
label: Expected behaviour
value:
validations:
required: true
- type: textarea
id: actual-behaviour
attributes:
label: Actual behaviour
value:
validations:
required: true
- type: textarea
id: important-factoid
attributes:
label: Important Factoids
value:
validations:
required: false
- type: textarea
id: reference
attributes:
label: Reference
value: |
*
validations:
required: false

0 comments on commit 6b29f4c

Please sign in to comment.