Skip to content

Commit 2e4b085

Browse files
authored
chore(PR): add release PR template (#74)
Signed-off-by: Sanya Kochhar <[email protected]>
1 parent 5e5df4b commit 2e4b085

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
This PR requires approval from 3 maintainers.
2+
3+
<!--
4+
5+
Use the checklist below to ensure your release PR is complete before marking it ready for review.
6+
7+
-->
8+
9+
- [] I have ensured that required images are available in MCR:
10+
1. osm-controller, osm-injector and init images of the corresponding chart version
11+
2. fluent-bit and envoy images of versions listed in osm-arc/oss values.yaml
12+
13+
- [ ] I have updated the Helm chart:
14+
1. Updated the chart version, app version and dependency version in charts/osm-arc/Chart.yaml
15+
2. Made applicable updates to the osm-arc values.yaml if any were made in the upstream OSM chart
16+
17+
<!--
18+
In upstream, compare between the latest release and the previous release to check if anything has changed in the OSS values.yaml e.g: https://github.com/openservicemesh/osm/compare/v0.6.1...v0.7.0-rc.1
19+
Check for variable name changes, removed variables, variables that need to be overridden, etc. and make applicable changes in the osm-arc chart.
20+
-->

.github/pull_request_template.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!--
2+
3+
Please describe the motivation for this PR and provide enough
4+
information so that others can review it.
5+
6+
-->
7+
**Description**:
8+
9+
<!--
10+
11+
Please mark with X for applicable areas.
12+
13+
-->
14+
**Affected area**:
15+
16+
- New Functionality [ ]
17+
- Documentation [ ]
18+
- Install [ ]
19+
- Networking [ ]
20+
- Metrics [ ]
21+
- Security [ ]
22+
- Tests [ ]
23+
- CI System [ ]
24+
- Performance [ ]
25+
- Other [ ]
26+
27+
28+
Please answer the following questions with yes/no.
29+
30+
- Does this change contain code from or inspired by another project? If so, did you notify the maintainers and provide attribution?

0 commit comments

Comments
 (0)