-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: issue templates #716
Open
dextrot
wants to merge
9
commits into
oras-project:main
Choose a base branch
from
dextrot:ISSUE_TEMPLATE
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 3 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
4a4aa96
replicate: issue_template
dextrot cc12534
update
dextrot 2c4ea67
update "ORAS-GO" with "ORAS Go library"
dextrot 0aa1a63
ORAS to oras-go
dextrot 8785ae7
ORAS to oras-go
dextrot 53b3d2c
ORAS to oras-go
dextrot 1c1eafb
rm description
dextrot a3c7511
update ORAS CLI with oras-go library in bug-report.yaml
dextrot 0d3a2b7
rm description
dextrot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,62 @@ | ||
# Copyright The ORAS Authors. | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
name: Bug Report | ||
description: File a bug report | ||
labels: [bug, triage] | ||
body: | ||
- type: markdown | ||
id: preface | ||
attributes: | ||
value: | | ||
Thank you for reporting bugs to ORAS Go library! | ||
- type: textarea | ||
id: environment | ||
validations: | ||
required: true | ||
attributes: | ||
label: What happened in your environment? | ||
description: "Please also attach logs here using `--debug` flag." | ||
- type: textarea | ||
id: expect | ||
attributes: | ||
label: "What did you expect to happen?" | ||
- type: textarea | ||
id: reproduce | ||
validations: | ||
required: true | ||
attributes: | ||
label: "How can we reproduce it?" | ||
description: "Please tell us your environment information as minimally and precisely as possible." | ||
- type: textarea | ||
id: version | ||
validations: | ||
required: true | ||
attributes: | ||
label: What is the version of your ORAS CLI? | ||
dextrot marked this conversation as resolved.
Show resolved
Hide resolved
|
||
description: "You can use the command `oras version` to get it." | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Again, it is There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This also applies to
dextrot marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- type: input | ||
id: os | ||
validations: | ||
required: true | ||
attributes: | ||
label: What is your OS environment? | ||
description: "e.g. Ubuntu 16.04" | ||
- type: checkboxes | ||
id: idea | ||
attributes: | ||
label: "Are you willing to submit PRs to fix it?" | ||
description: "This is absolutely not required, but we are happy to guide you in the contribution process | ||
especially when you already have a good proposal or understanding of how to implement it. Join us at https://slack.cncf.io/ and choose #oras channel." | ||
options: | ||
- label: Yes, I am willing to fix it. |
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,18 @@ | ||
# Copyright The ORAS Authors. | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Ask a question or request support in the community | ||
url: https://github.com/oras-project/oras-go/discussions | ||
about: Ask a question or request support for using ORAS go library |
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,47 @@ | ||
# Copyright The ORAS Authors. | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
name: Feature Request | ||
description: File a feature request | ||
labels: [enhancement, triage] | ||
body: | ||
- type: markdown | ||
id: preface | ||
attributes: | ||
value: "Thank you for submitting new features for ORAS." | ||
dextrot marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- type: input | ||
id: version | ||
attributes: | ||
label: "What is the version of your ORAS CLI" | ||
dextrot marked this conversation as resolved.
Show resolved
Hide resolved
|
||
description: "You can use the command `oras version` to get it" | ||
dextrot marked this conversation as resolved.
Show resolved
Hide resolved
dextrot marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: "What would you like to be added?" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: "Why is this needed for ORAS?" | ||
dextrot marked this conversation as resolved.
Show resolved
Hide resolved
|
||
description: "Please describe your user story or scenario." | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: idea | ||
attributes: | ||
label: "Are you willing to submit PRs to contribute to this feature?" | ||
description: "This is absolutely not required, but we are happy to guide you in the contribution process | ||
especially when you already have a good proposal or understanding of how to implement it. Join us at https://slack.cncf.io/ and choose #oras channel." | ||
options: | ||
- label: Yes, I am willing to implement it. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since
oras-go
is a library, there is no--debug
flag.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shizhMSFT can we put the description like :
description: "Please also attach logs here ."
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This sounds good to me.