You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* github issue forms
Signed-off-by: Michael Valdron <[email protected]>
* change areas dropdown to textarea due to technical limitation
Signed-off-by: Michael Valdron <[email protected]>
* add documentation area under epic area choices
Signed-off-by: Michael Valdron <[email protected]>
* Update .github/ISSUE_TEMPLATE/1_bug_report.yml
Bug Report
Co-authored-by: Jordan Dubrick <[email protected]>
Signed-off-by: Michael Valdron <[email protected]>
* Update .github/ISSUE_TEMPLATE/1_bug_report.yml
Choose and fill in the applicable sections.
Co-authored-by: Jordan Dubrick <[email protected]>
Signed-off-by: Michael Valdron <[email protected]>
* Update .github/ISSUE_TEMPLATE/1_bug_report.yml
Go Project
Co-authored-by: Jordan Dubrick <[email protected]>
Signed-off-by: Michael Valdron <[email protected]>
* Update .github/ISSUE_TEMPLATE/1_bug_report.yml
Node.js Project
Co-authored-by: Jordan Dubrick <[email protected]>
Signed-off-by: Michael Valdron <[email protected]>
* Update .github/ISSUE_TEMPLATE/1_bug_report.yml
Web Browser
Co-authored-by: Jordan Dubrick <[email protected]>
Signed-off-by: Michael Valdron <[email protected]>
* Update .github/ISSUE_TEMPLATE/3_task.yml
Target Odo Version
Co-authored-by: Jordan Dubrick <[email protected]>
Signed-off-by: Michael Valdron <[email protected]>
* Update .github/ISSUE_TEMPLATE/1_bug_report.yml
Expected Behavior
Co-authored-by: Jordan Dubrick <[email protected]>
Signed-off-by: Michael Valdron <[email protected]>
* Update .github/ISSUE_TEMPLATE/1_bug_report.yml
Additional Context
Co-authored-by: Jordan Dubrick <[email protected]>
Signed-off-by: Michael Valdron <[email protected]>
* Update .github/ISSUE_TEMPLATE/4_feature_request.yml
Feature Request
Co-authored-by: Jordan Dubrick <[email protected]>
Signed-off-by: Michael Valdron <[email protected]>
* Update .github/ISSUE_TEMPLATE/4_feature_request.yml
Additional Context
Co-authored-by: Jordan Dubrick <[email protected]>
Signed-off-by: Michael Valdron <[email protected]>
* Update .github/ISSUE_TEMPLATE/5_documentation.yml
Issue Details
Co-authored-by: Jordan Dubrick <[email protected]>
Signed-off-by: Michael Valdron <[email protected]>
* Update .github/ISSUE_TEMPLATE/6_registry_update.yml
Emergency Registry Update
Co-authored-by: Jordan Dubrick <[email protected]>
Signed-off-by: Michael Valdron <[email protected]>
* Update .github/ISSUE_TEMPLATE/6_registry_update.yml
Request Details
Co-authored-by: Jordan Dubrick <[email protected]>
Signed-off-by: Michael Valdron <[email protected]>
* review feedback: add Task Assignee field to registry update issue type with devfile/devfile-registry-maintainers as the default value
Signed-off-by: Michael Valdron <[email protected]>
* review feedback: use markdown comments instead of quotes for areas default
Signed-off-by: Michael Valdron <[email protected]>
---------
Signed-off-by: Michael Valdron <[email protected]>
Co-authored-by: Jordan Dubrick <[email protected]>
description: Choose the area(s) this story is related to.
10
+
value: |
11
+
<!--- Uncomment the area(s) this feature is related to --->
12
+
<!--- /area ci -->
13
+
<!--- /area api -->
14
+
<!--- /area library -->
15
+
<!--- /area registry -->
16
+
<!--- /area registry-viewer -->
17
+
<!--- /area alizer -->
18
+
<!--- /area devworkspace -->
19
+
<!--- /area integration-tests -->
20
+
<!--- /area test-automation -->
21
+
<!--- /area releng -->
22
+
<!--- /area landing-page -->
23
+
placeholder: |
24
+
/area ci
25
+
/area api
26
+
/area library
27
+
/area registry
28
+
/area registry-viewer
29
+
/area alizer
30
+
/area devworkspace
31
+
/area integration-tests
32
+
/area test-automation
33
+
/area releng
34
+
/area landing-page
35
+
validations:
36
+
required: true
37
+
- type: textarea
38
+
attributes:
39
+
label: User Story
40
+
description: Describe the user, action, and intention of the story then a clear and concise description of what needs to be done to achieve this story.
41
+
placeholder: As a ... I want to ..., so that ...
42
+
value: As a ... I want to ..., so that ...
43
+
validations:
44
+
required: true
45
+
- type: textarea
46
+
attributes:
47
+
label: Acceptance Criteria
48
+
description: Decide which specific steps need to be completed, outline subtasks.
The staging devfile registry, https://registry.stage.devfile.io is refreshed upon each commit to main in this repository.
22
+
Production, https://registry.devfile.io, is promoted manually each Wednesday, as needed.
23
+
24
+
If you are a stack or sample owner and need to request an urgent refresh of https://registry.devfile.io before Wednesday (for example if a stack is broken),
25
+
please fill out the issue template below.
26
+
value: |
27
+
**Stack name:**
28
+
29
+
**Why is the refresh needed:**
30
+
31
+
**Why the refresh cannot wait until the next regularly scheduled refresh:**
0 commit comments