-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ADMIN] Candidate recommendation v1 1 (#599)
This PR is to prepare the Candidate Release v1.1. --------- Co-authored-by: TDubovchenko <[email protected]> Co-authored-by: AWS-ZachErdman <[email protected]> Co-authored-by: Michael Flanakin <[email protected]> Co-authored-by: Graham <[email protected]> Co-authored-by: Udam Dewaraja <[email protected]> Co-authored-by: chandra-cloudtrakr <[email protected]> Co-authored-by: Karl <[email protected]> Co-authored-by: Andrew Qu <[email protected]> Co-authored-by: Irena Jurica <[email protected]> Co-authored-by: Christopher Harris <[email protected]> Co-authored-by: gparker-at-sf <[email protected]> Co-authored-by: Alex Hullah <[email protected]> Co-authored-by: Larry Advey <[email protected]> Co-authored-by: rileyjenk <[email protected]> Co-authored-by: Shawn Alpay <[email protected]> Co-authored-by: Shawn Alpay <[email protected]> Co-authored-by: AWS-ZachErdman <[email protected]>
- Loading branch information
1 parent
f7f58a0
commit 66c9566
Showing
121 changed files
with
2,695 additions
and
253 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,45 @@ | ||
name: Discussion Topic | ||
description: Initiate discussion on broad topics within the FOCUS community. | ||
title: "[DISCUSSION]: " | ||
labels: ["discussion topic"] | ||
assignees: ["mike-finopsorg,udam-f2"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: Describe the discussion topic, the discussions that have already taken place, and where community feedback is needed. Provide specifics, especially if there are multiple possible options. | ||
placeholder: Describe the topic and any prior discussions here. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Proposed Approach | ||
description: Describe the approach that your group is proposing for the discussion topic. | ||
placeholder: Outline your proposed approach here. | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: GitHub Issue or Reference | ||
description: If the topic is related to a particular work item, reference the GitHub issue here. If it's a specification-wide topic, indicate that. | ||
placeholder: e.g., Issue #123 or Specification-wide | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Context | ||
description: Add any context that may help the community think through this and provide useful feedback. | ||
placeholder: Provide additional context here. | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Data Submission for Discussion | ||
description: Provide relevant sample data or data extracts that support your discussion. Ensure data is anonymized and does not include sensitive or proprietary information. | ||
placeholder: Attach sample data or data extracts here. Ensure compliance with data privacy guidelines. | ||
validations: | ||
required: false |
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
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,21 @@ | ||
name: Maintenance Task | ||
description: Create tasks related to work on the GitHub Repository or GitHub Actions. | ||
title: "[MAINTENANCE]: " | ||
labels: ["repo maintenance"] | ||
assignees: ["mike-finopsorg,udam-f2"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: Describe the maintenance issue that needs to be addressed. | ||
placeholder: Provide a detailed description of the maintenance task here. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Definition of Done | ||
description: Describe the outcomes that will indicate the task has been successfully completed. | ||
placeholder: Specify what 'done' looks like for this task. | ||
validations: | ||
required: true |
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 |
---|---|---|
|
@@ -4,7 +4,6 @@ about: Spec change issue | |
title: Spec Change title | ||
labels: spec change | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Type | ||
|
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,51 @@ | ||
name: Spec Change | ||
description: Submit changes or updates to the current specification. | ||
title: "[SPEC CHANGE]: " | ||
labels: ["discussion topic"] | ||
assignees: ["mike-finopsorg,udam-f2"] | ||
body: | ||
- type: dropdown | ||
attributes: | ||
label: Type of Issue | ||
description: Select the type of spec change (e.g., Dimension, Metric, Attribute, Documentation). | ||
options: | ||
- 'Dimension' | ||
- 'Metric' | ||
- 'Attribute' | ||
- 'Documentation' | ||
validations: | ||
required: true | ||
|
||
- type: checkboxes | ||
attributes: | ||
label: Normalized | ||
description: Indicate if the dimension is normalized. | ||
options: | ||
- label: "Yes" | ||
- label: "No" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: Describe the issue and the changes being proposed. | ||
placeholder: Provide a detailed description of the spec change. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Definition of Done | ||
description: Checklist of items that define the completion of the spec change. | ||
placeholder: "- Rationalize vendor-neutral, cross-cloud naming\n- Complete spec template and include naming, constraints, guidelines\n- Include principles and governance criteria for maintaining normalized dimensions" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Context / Supporting Information | ||
description: Provide any additional context that may help in understanding or evaluating the spec change. Include mappings between normalized values and vendor-specified values if applicable. | ||
placeholder: Additional context, references to other issues, or any relevant supporting information. | ||
validations: | ||
required: false |
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
Oops, something went wrong.