Skip to content

Commit 8594b2e

Browse files
committed
Add PR template
1 parent 192f4ab commit 8594b2e

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
## Description
2+
3+
<!-- What does this PR do? Why is this change needed? -->
4+
5+
6+
## Type of change
7+
8+
<!-- Check all that apply -->
9+
10+
- [ ] Bug fix
11+
- [ ] New feature / tool addition
12+
- [ ] Version update (tool or image)
13+
- [ ] Configuration change (Ansible, Packer, OpenStack)
14+
- [ ] Documentation only
15+
- [ ] Other: <!-- describe -->
16+
17+
---
18+
19+
## Version updates
20+
21+
<!-- If this PR updates any tool versions in build/ansible/vars/tool-versions.yml,
22+
list them here. If no version changes, write "N/A". -->
23+
24+
| Tool | Old version | New version |
25+
|------|-------------|-------------|
26+
| | | |
27+
28+
**Image version** (`build/openstack-bioshell.pkr.hcl`)
29+
- [ ] Bumped `image_version` to reflect changes in this PR
30+
- [ ] No image version bump needed (docs/config only)
31+
32+
---
33+
34+
## Changelog
35+
36+
- [ ] Updated `CHANGELOG.md` with a summary of changes under the correct version heading
37+
- [ ] No changelog entry needed (e.g. internal refactor, typo fix)
38+
39+
---
40+
41+
## Checklist
42+
43+
- [ ] My changes follow the existing conventions in this repo
44+
- [ ] I have reviewed the diff and removed any unintended changes
45+
- [ ] Any new tools or version pins are documented in the relevant Ansible vars file

0 commit comments

Comments
 (0)