-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4731 from GeorgianaElena/collect-billing-template
Add issue template to collect billing data for a specific time period
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 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,38 @@ | ||
name: "💳 Collect billing data for a time period" | ||
description: "Generate the billing data for a specific time period for all 2i2c clusters" | ||
title: "[Billing] Collect billing data for {{ Month(s) }} - {{ Dedicated / Shared }} clusters" | ||
labels: ["billing"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
This template is designed to help the engineers plan the recurrent task of generating and collecting in one place the billing data either for shared or for dedicated 2i2c clusters for a specific time interval. | ||
Once all the info has been filled in, this issue is considered to be fully refined and can be added to the `Refined` column of the Project Board. | ||
# Context | ||
- type: dropdown | ||
id: cluster_type | ||
attributes: | ||
label: Instructions for performing this task | ||
options: | ||
- Dedicated clusters [instructions](https://infrastructure.2i2c.org/howto/bill/#communities-with-dedicated-cloud-accounts) | ||
- Shared clusters [instructions](https://infrastructure.2i2c.org/howto/bill/#communities-in-shared-cloud-accounts) | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
# Definition of Done | ||
- type: checkboxes | ||
attributes: | ||
label: Tasklist | ||
description: Once these are done, the issue can be considered complete and can be closed. | ||
options: | ||
- label: Billing data is collected according to instructions. | ||
required: false | ||
- label: The billing slack was notified about the new billing data collected | ||
required: false |